rpms/ucarp/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 ucarp.init, 1.2, 1.3 ucarp.spec, 1.17, 1.18

Jon Ciesla limb at fedoraproject.org
Mon Apr 13 13:56:21 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/ucarp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25358

Modified Files:
	.cvsignore sources ucarp.init ucarp.spec 
Log Message:
1.5, initscript fix.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ucarp/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	3 Feb 2008 19:51:43 -0000	1.5
+++ .cvsignore	13 Apr 2009 13:56:19 -0000	1.6
@@ -1 +1 @@
-ucarp-1.4.tar.bz2
+ucarp-1.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ucarp/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	3 Feb 2008 19:51:44 -0000	1.5
+++ sources	13 Apr 2009 13:56:19 -0000	1.6
@@ -1 +1 @@
-9e1765de2eea1bb59c9ad9c8596f4f89  ucarp-1.4.tar.bz2
+5b50ca5553bc520f4e639964c9ad5056  ucarp-1.5.tar.bz2


Index: ucarp.init
===================================================================
RCS file: /cvs/pkgs/rpms/ucarp/devel/ucarp.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ucarp.init	3 Feb 2008 19:51:44 -0000	1.2
+++ ucarp.init	13 Apr 2009 13:56:19 -0000	1.3
@@ -4,6 +4,16 @@
 # chkconfig: - 91 09
 # description: Starts and stops the common address redundancy protocol daemon
 
+### BEGIN INIT INFO
+# Provides: lsb-ucarp
+# Required-Start: $local_fs $network $remote_fs
+# Required-Stop: $local_fs $network $remote_fs
+# Default-Start:
+# Default-Stop: 0 1 6
+# Short-Description: start and stop ucarp
+# Description: Common Address Redundancy Protocol (CARP) for Unix
+### END INIT INFO
+
 # Source function library.
 . /etc/init.d/functions
 


Index: ucarp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ucarp/devel/ucarp.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ucarp.spec	25 Feb 2009 22:26:34 -0000	1.17
+++ ucarp.spec	13 Apr 2009 13:56:19 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: Common Address Redundancy Protocol (CARP) for Unix
 Name: ucarp
-Version: 1.4
-Release: 2%{?dist}
+Version: 1.5
+Release: 1%{?dist}
 # See the COPYING file which details everything
 License: MIT and BSD
 Group: System Environment/Daemons
@@ -97,8 +97,12 @@
 %{_libexecdir}/ucarp/
 %{_sbindir}/ucarp
 
-
 %changelog
+* Mon Apr 13 2009 Jon Ciesla <limb at jcomserv.net> - 1.5-1
+- Update to 1.5 BZ 458767.
+- Added LSB header to init script, BZ 247082.
+- New upstream should address BZ 427495, 449266, 455394.
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list