rpms/cfengine/F-9 .cvsignore, 1.16, 1.17 cfengine.spec, 1.33, 1.34 sources, 1.16, 1.17

Jeff Sheltren (sheltren) fedora-extras-commits at redhat.com
Tue Jun 17 20:35:25 UTC 2008


Author: sheltren

Update of /cvs/extras/rpms/cfengine/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19548

Modified Files:
	.cvsignore cfengine.spec sources 
Log Message:
Update to upstream 2.2.7



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cfengine/F-9/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	1 Dec 2007 18:33:57 -0000	1.16
+++ .cvsignore	17 Jun 2008 20:34:04 -0000	1.17
@@ -1,4 +1,4 @@
-cfengine-2.2.3.tar.gz
+cfengine-2.2.7.tar.gz
 cfenvd
 cfexecd
 cfservd


Index: cfengine.spec
===================================================================
RCS file: /cvs/extras/rpms/cfengine/F-9/cfengine.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- cfengine.spec	25 Feb 2008 15:17:24 -0000	1.33
+++ cfengine.spec	17 Jun 2008 20:34:04 -0000	1.34
@@ -1,16 +1,15 @@
 Summary: A systems administration tool for networks
 Name: cfengine
-Version: 2.2.3
-Release: 5%{?dist}
+Version: 2.2.7
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
-Source0: ftp://ftp.iu.hio.no/pub/cfengine/cfengine-2.2.3.tar.gz
+Source0: ftp://ftp.iu.hio.no/pub/cfengine/cfengine-2.2.7.tar.gz
 Source1: cfexecd
 Source2: cfservd
 Source3: cfenvd
 URL: http://www.cfengine.org/
-Patch0: cfengine-2.2.3-var_expansion_overflow.patch
-BuildRequires: db4-devel,openssl-devel,texinfo,tetex,tetex-dvips,bison,flex,m4,libacl-devel
+BuildRequires: db4-devel,openssl-devel,bison,flex,m4,libacl-devel
 BuildRequires: libselinux-devel
 Requires(post): /sbin/chkconfig, /sbin/install-info
 Requires(preun): /sbin/chkconfig, /sbin/install-info, /sbin/service
@@ -29,7 +28,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .overflow
 
 
 %build
@@ -77,9 +75,8 @@
 %post
 # cfagent won't run nicely, unless your host has keys.
 if [ ! -d /mnt/sysimage -a ! -f %{_var}/%{name}/ppkeys/localhost.priv ]; then
-	%{_sbindir}/cfkey
+	%{_sbindir}/cfkey >/dev/null || :
 fi
-/sbin/install-info --info-dir=%{_infodir} %{_infodir}/cfengine*.info* 2> /dev/null || :
 # add init files to chkconfig
 if [ "$1" = "1" ]; then
 	/sbin/chkconfig --add cfenvd
@@ -90,7 +87,6 @@
 
 %preun
 if [ "$1" = "0" ]; then
-    /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/cfengine*.info* 2> /dev/null || :
     /sbin/service cfenvd stop >/dev/null 2>&1 || :
     /sbin/service cfexecd stop >/dev/null 2>&1 || :
     /sbin/service cfservd stop >/dev/null 2>&1 || :
@@ -116,13 +112,9 @@
 %doc AUTHORS ChangeLog COPYING README TODO
 %doc contrib
 %doc inputs
-%doc doc/*html
-%doc doc/*pdf
-%doc doc/*ps
 %{_sbindir}/*
 %{_libdir}/libcfengine*
 %{_mandir}/man8/*
-%{_infodir}/cfengine*
 %{_initrddir}/cfenvd
 %{_initrddir}/cfexecd
 %{_initrddir}/cfservd
@@ -130,6 +122,21 @@
 
 
 %changelog
+* Tue Jun 17 2008 Jeff Sheltren <jeff at osuosl.org> 2.2.7-1
+- Update to upstream 2.2.7
+
+* Tue Apr 22 2008 Jeff Sheltren <jeff at osuosl.org> 2.2.6-1
+- Update to upstream 2.2.6
+- Redirect cfkey output to /dev/null
+- Manpages now included (again) in upstream package, remove unneeded patch
+
+* Sat Mar 22 2008 Jeff Sheltren <jeff at osuosl.org> 2.2.5-1
+- Update to upstream 2.2.5
+- Remove variable expansion patch
+- Add patch for manpages which are missing from this release
+- Remove documentation files which are no longer included (no more info files)
+- Buildreqs for texinfo, tetex, tetex-dvips no longer needed
+
 * Sat Feb 23 2008 Jeff Sheltren <jeff at osuosl.org> 2.2.3-5
 - Patch for buffer overflow during variable expantion (SVN r526)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cfengine/F-9/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	1 Dec 2007 18:33:57 -0000	1.16
+++ sources	17 Jun 2008 20:34:04 -0000	1.17
@@ -1,4 +1,4 @@
-903298e54e80fe0c617f1c51102caef1  cfengine-2.2.3.tar.gz
+8ee6d6d58ba6eca649c199c6c7074a67  cfengine-2.2.7.tar.gz
 37c565f98d2b252c9c6cf1c88d654e02  cfenvd
 19f07f0d576abf8bf8cb875ab6ad66c6  cfexecd
 fe6c086a41f428d47bde30646e0310c4  cfservd




More information about the fedora-extras-commits mailing list