rpms/certmaster/F-7 certmaster.spec,1.1,1.2 sources,1.2,1.3

Michael DeHaan (mdehaan) fedora-extras-commits at redhat.com
Fri Mar 7 20:14:10 UTC 2008


Author: mdehaan

Update of /cvs/pkgs/rpms/certmaster/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3704/F-7

Modified Files:
	certmaster.spec sources 
Log Message:
This is 0.18




Index: certmaster.spec
===================================================================
RCS file: /cvs/pkgs/rpms/certmaster/F-7/certmaster.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- certmaster.spec	27 Feb 2008 19:20:15 -0000	1.1
+++ certmaster.spec	7 Mar 2008 20:13:37 -0000	1.2
@@ -74,11 +74,9 @@
 %post
 # for suse 
 if [ -x /usr/lib/lsb/install_initd ]; then
-  /usr/lib/lsb/install_initd /etc/init.d/certmasterd
   /usr/lib/lsb/install_initd /etc/init.d/certmaster
 # for red hat distros
 elif [ -x /sbin/chkconfig ]; then
-  /sbin/chkconfig --add certmasterd
   /sbin/chkconfig --add certmaster
 # or, the old fashioned way
 else
@@ -93,24 +91,23 @@
 
 %preun
 if [ "$1" = 0 ] ; then
-  /etc/init.d/certmasterd stop  > /dev/null 2>&1
   /etc/init.d/certmaster stop  > /dev/null 2>&1
   if [ -x /usr/lib/lsb/remove_initd ]; then
-    /usr/lib/lsb/remove_initd /etc/init.d/certmasterd
     /usr/lib/lsb/remove_initd /etc/init.d/certmaster
   elif [ -x /sbin/chkconfig ]; then
-    /sbin/chkconfig --del certmasterd
     /sbin/chkconfig --del certmaster
   else
-    rm -f /etc/rc.d/rc?.d/???certmasterd
     rm -f /etc/rc.d/rc?.d/???certmaster
   fi
 fi
 
 
 %changelog
-* Tue Feb 26 2008 Michael DeHaan <mdehaan at redhat.com> - 0.18-1
-- bump for Fedora submission
+* Fri Mar 07 2008 Michael DeHaan <mdehaan at redhat.com> - 0.18-1
+- release bump 
+
+* Mon Feb 25 2008 Adrian Likins <alikins at redhat.com> - 0.1-1
+- remove certmasterd references
 
 * Thu Feb 7 2008 Michael DeHaan <mdehaan at redhat.com> - 0.1-1
 - initial version, split off from func project, WIP


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/certmaster/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Feb 2008 19:14:44 -0000	1.2
+++ sources	7 Mar 2008 20:13:37 -0000	1.3
@@ -1 +1 @@
-8de40bf96f91dfa260246bafbeeb014f  certmaster-0.18.tar.gz
+d661004b7eb0c7b43f57f0a510232bd2  certmaster-0.18.tar.gz




More information about the fedora-extras-commits mailing list