[vpnc] Remove dependency on upstart since we use systemd now

Daniel Williams dcbw at fedoraproject.org
Fri Dec 17 18:42:51 UTC 2010


commit 2ed0c636f4ec2d06dfff49380cba88c6bec2c45a
Author: Dan Williams <dcbw at redhat.com>
Date:   Fri Dec 17 12:42:27 2010 -0600

    Remove dependency on upstart since we use systemd now

 vpnc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vpnc.spec b/vpnc.spec
index 90027a3..fcace5c 100644
--- a/vpnc.spec
+++ b/vpnc.spec
@@ -1,6 +1,6 @@
 Name:           vpnc
 Version:        0.5.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 
 Summary:        IPSec VPN client compatible with Cisco equipment
 
@@ -21,7 +21,7 @@ Patch3:		vpnc-0.5.1-dpd.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libgcrypt-devel > 1.1.90
-Requires:       upstart >= 0.6.0, iproute vpnc-script
+Requires:       iproute vpnc-script
 
 %description
 A VPN client compatible with Cisco's EasyVPN equipment.
@@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{_sysconfdir}/vpnc/vpnc-script
 
 %changelog
+* Fri Dec 17 2010 Dan Williams <dcbw at redhat.com> - 0.5.3-8
+- Remove dependency on upstart since we use systemd now
+
 * Wed Dec  9 2009 Bill Nottingham <notting at redhat.com> - 0.5.3-7
 - Adjust for upstart 0.6
 


More information about the scm-commits mailing list