[openswan/f18] Lot of clean up of spec file, removing unnecessary stuff and

avesh avesh at fedoraproject.org
Mon Oct 29 17:43:25 UTC 2012


commit e6958db4d33c2d11edf617b24d65b7a42f14ab63
Author: Avesh Agarwal <avagarwa at redhat.com>
Date:   Mon Oct 29 13:43:20 2012 -0400

    Lot of clean up of spec file, removing unnecessary stuff and
    
      fixing ordering of sections. Hopefully making it more readable now.
    - Fixed /var/run/pluto error as it was installed by the package, so
      there is no need to create it inside spec file.
    - Fixed pluto run time error related to missing directories in
      /etc/ipsec.d/ directory.

 openswan.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/openswan.spec b/openswan.spec
index 78b4d21..e1803b8 100644
--- a/openswan.spec
+++ b/openswan.spec
@@ -9,7 +9,7 @@
 Summary: IPSEC implementation with IKEv1 and IKEv2 keying protocols
 Name: openswan
 Version: 2.6.38
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPLv2+
 Url: http://www.openswan.org/
 Source: openswan-%{version}.tar.gz
@@ -197,7 +197,6 @@ rm -f doc/HOWTO.pdf doc/HOWTO.txt
     %{__os_install_post} \
   fipshmac -d $RPM_BUILD_ROOT%{_libdir}/fipscheck $RPM_BUILD_ROOT%{_libexecdir}/ipsec/* \
   fipshmac -d $RPM_BUILD_ROOT%{_libdir}/fipscheck $RPM_BUILD_ROOT%{_sbindir}/ipsec \
-  fipshmac -d $RPM_BUILD_ROOT%{_libdir}/fipscheck $RPM_BUILD_ROOT%{_unitdir}/ipsec.service \
 %{nil}
 %endif
 


More information about the scm-commits mailing list