[ucarp] Fix crash.

Jon Ciesla limb at fedoraproject.org
Thu Oct 25 14:30:24 UTC 2012


commit ef008cc828bbeba1980d42a700b1ffcf35bb26e6
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Oct 25 09:28:56 2012 -0500

    Fix crash.

 ucarp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ucarp.spec b/ucarp.spec
index 531f85e..379fc37 100644
--- a/ucarp.spec
+++ b/ucarp.spec
@@ -2,7 +2,7 @@
 Summary: Common Address Redundancy Protocol (CARP) for Unix
 Name: ucarp
 Version: 1.5.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 # See the COPYING file which details everything
 License: MIT and BSD
 Group: System Environment/Daemons
@@ -15,6 +15,7 @@ Source4: vip-up
 Source5: vip-down
 #Source6: vip-helper.sh
 Source7: ucarp
+Patch0: ucarp-1.5.2-sighup.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires(post): systemd-units
 Requires(preun): systemd-units
@@ -36,6 +37,7 @@ need for any dedicated extra network link between redundant hosts.
 %prep
 %setup -q
 
+%patch0 -p0
 
 %build
 %configure
@@ -116,6 +118,9 @@ fi
 %{_sbindir}/ucarp
 
 %changelog
+* Thu Oct 25 2012 Jon Ciesla <limburgher at gmail.com> - 1.5.2-7
+- Patch to fix crash, BZ 693762.
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list