rpms/openswan/devel openswan.spec,1.50,1.51

Steve Conklin (sconklin) fedora-extras-commits at redhat.com
Thu Jan 17 19:34:14 UTC 2008


Author: sconklin

Update of /cvs/pkgs/rpms/openswan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30910

Modified Files:
	openswan.spec 
Log Message:
removed unwanted macro from spec file



Index: openswan.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openswan/devel/openswan.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- openswan.spec	17 Jan 2008 18:58:20 -0000	1.50
+++ openswan.spec	17 Jan 2008 19:33:38 -0000	1.51
@@ -3,14 +3,12 @@
 Version: 2.6.03
 %define srcpkgver %{version}
 
-%define do_userland %{nil}
-
 # Can't build debug packages because of a problem with debuginfo,
 # See bz#304121. Don't know yet where the double slashes come from
 
 %define debug_package %{nil}
 
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Url: http://www.openswan.org/
 Source: openswan-%{srcpkgver}.tar.gz
@@ -139,21 +137,24 @@
 %{_mandir}/*/*.gz
 %{_localstatedir}/run/pluto
 
-%preun %{do_userland}
+%preun
 if [ $1 = 0 ]; then
 	/sbin/service ipsec stop || :
 	/sbin/chkconfig --del ipsec
 fi
 
-%postun %{do_userland}
+%postun
 if [ $1 -ge 1 ] ; then
 	/sbin/service ipsec condrestart 2>&1 > /dev/null || :
 fi
 
-%post %{do_userland}
+%post
 chkconfig --add ipsec || :
 
 %changelog
+* Thu Jan 17 2008 Steve Conklin <sconklin at qrp.redhat.com> - 2.6.03-5
+- Removed userland macros from spec file
+
 * Thu Jan 17 2008 Steve Conklin <sconklin at redhat.com> - 2.6.03-4
 - Removed use of xmlto and the BuildRequires
 - moved scripts from /usr/lib to /usr/libexec




More information about the fedora-extras-commits mailing list