Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a022e0cf6b | ||
|
|
2cdcef9e0a | ||
|
|
f5a149814a | ||
|
|
d87c14e314 | ||
|
|
f35985af5e |
@@ -1,10 +1,10 @@
|
||||
# Makefile for source rpm: openwsman
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 2008/10/13 10:50:29 huzaifas Exp $
|
||||
NAME := openwsman
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
+1
-1
@@ -139,7 +139,7 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-1
|
||||
* Wed Sep 23 2009 Praveen K Paladugu <praveen_paladugu@dell.com> - 2.2.0-1
|
||||
- Added the new 2.2.0 sources.
|
||||
- Changed the release and version numbers.
|
||||
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.0-4
|
||||
|
||||
Reference in New Issue
Block a user