rpms/milter-greylist/devel milter-greylist.spec,1.32,1.33

ensc ensc at fedoraproject.org
Wed Aug 19 19:54:01 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/milter-greylist/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7721

Modified Files:
	milter-greylist.spec 
Log Message:
- updated to 4.2.3
- use conditionalized %%noarch macro to mark noarch subpackages
- simplified upstart initscript because #501155 is solved



Index: milter-greylist.spec
===================================================================
RCS file: /cvs/extras/rpms/milter-greylist/devel/milter-greylist.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- milter-greylist.spec	25 Jul 2009 12:11:58 -0000	1.32
+++ milter-greylist.spec	19 Aug 2009 19:54:01 -0000	1.33
@@ -2,11 +2,12 @@
 ##   --with spf        ...  enable SPF support
 
 ## Fedora Extras specific customization below...
-%bcond_without 			fedora
-%bcond_with			spf
+%bcond_without		fedora
+%bcond_without		noarch
+%bcond_with		spf
 ##
 
-#global beta		b1
+%{?with_noarch:%global noarch	BuildArch:	noarch}
 
 %global username	grmilter
 %global vardir		%_var/lib/%name
@@ -18,7 +19,7 @@
 
 Summary:	Milter for greylisting, the next step in the spam control war
 Name:		milter-greylist
-Version:	4.2.2
+Version:	4.2.3
 Release:	%release_func 1%{?beta}
 License:	BSD with advertising
 Group:		System Environment/Daemons
@@ -50,7 +51,7 @@ Requires(post):		%__chkconfig
 Requires(preun):	%__chkconfig
 Provides:		%name-sysv = %version-%release
 Obsoletes:		%name-sysv < %version-%release
-BuildArch:		noarch
+%{?noarch}
 
 %package upstart
 Summary:		upstart initscripts for %name
@@ -59,10 +60,11 @@ Source10:		%name.upstart
 Provides:		init(%name) = upstart
 Requires:		%name = %version-%release
 # implicates a conflict with upstart 0.5+
-Requires(pre):		/etc/event.d	
+Requires(pre):		/etc/event.d
 Requires(post):		/usr/bin/killall
 Requires(postun):	/sbin/initctl
-BuildArch:		noarch
+%{?noarch}
+
 
 %description
 Greylisting is a new method of blocking significant amounts of spam at
@@ -212,6 +214,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 19 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 4.2.3-1
+- updated to 4.2.3
+- use conditionalized %%noarch macro to mark noarch subpackages
+- simplified upstart initscript because #501155 is solved
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.2-1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -246,7 +253,7 @@ rm -rf $RPM_BUILD_ROOT
 
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 4.0-2
 - Autorebuild for GCC 4.3
-
+g
 * Sat Nov 10 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 4.0-1
 - updated to final 4.0
 - fixed conflicts between libbind and libresolv by linking them manually




More information about the fedora-extras-commits mailing list