Compare commits

..

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 3a11eec200 dist-git conversion 2010-07-29 05:20:23 +00:00
Bill Nottingham 8769740cfd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:25:16 +00:00
srinivas ramanatha ebae295b57 Initial Import to F-9 2008-11-01 11:03:01 +00:00
Huzaifa Sidhpurwala decab5bc80 Initialize branch F-9 for openwsman 2008-10-13 10:50:34 +00:00
4 changed files with 1 additions and 26 deletions
View File
-21
View File
@@ -1,21 +0,0 @@
# Makefile for source rpm: openwsman
# $Id$
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
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
-1
View File
@@ -1 +0,0 @@
openwsman-2_1_0-1_fc9:HEAD:openwsman-2.1.0-1.fc9.src.rpm:1225537021
+1 -4
View File
@@ -3,7 +3,7 @@
Name: openwsman
Version: 2.1.0
Release: 2%{?dist}
Release: 1%{?dist}
License: BSD
Url: http://www.openwsman.org/
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -135,9 +135,6 @@ fi
%changelog
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Sep 22 2008 Matt Domsch <Matt_Domsch@dell.com> - 2.1.0-1
- update to 2.1.0, resolves security issues