rpms/milter-greylist/devel milter-greylist.spec, 1.12, 1.13 sources, 1.7, 1.8 needs.rebuild, 1.1, NONE

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Mon Sep 18 06:32:54 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/milter-greylist/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27677

Modified Files:
	milter-greylist.spec sources 
Removed Files:
	needs.rebuild 
Log Message:
- updated to 2.1.12
- use new fedora-usermgmt stuff



Index: milter-greylist.spec
===================================================================
RCS file: /cvs/extras/rpms/milter-greylist/devel/milter-greylist.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- milter-greylist.spec	15 Apr 2006 08:39:18 -0000	1.12
+++ milter-greylist.spec	18 Sep 2006 06:32:54 -0000	1.13
@@ -6,6 +6,7 @@
 ##   --without initng  ...  disable creation of 'initng' subpackage
 
 ## Fedora Extras specific customization below...
+%bcond_without 			fedora
 %{!?_with_minit:%global		_without_minit		--without minit}
 %{!?_with_initng:%global	_without_initng		--without initng}
 ##
@@ -22,8 +23,8 @@
 
 Summary:	Milter for greylisting, the next step in the spam control war
 Name:		milter-greylist
-Version:	2.1.4
-Release:	%release_func 1
+Version:	2.1.12
+Release:	%release_func 2
 License:	BSD w/ advertising
 Group:		System Environment/Daemons
 URL:		http://hcpnet.free.fr/milter-greylist/
@@ -31,10 +32,12 @@
 Patch0:		milter-greylist-2.0.2-sysv.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 Requires:		init(%name)
-Requires(pre):		fedora-usermgmt
-Requires(postun):	fedora-usermgmt
+Provides:		user(%username)
+Provides:		group(%username)
 BuildRequires:		bison flex m4
 BuildRequires:		sendmail-devel %{?_with_spf:libspf-devel}
+BuildRequires:		fedora-usermgmt-devel
+%{?FE_USERADD_REQ}
 
 %package sysv
 Summary:	Sysv initscripts for %name
@@ -162,14 +165,14 @@
 
 
 %pre
-/usr/sbin/fedora-groupadd 7 -r %username &>/dev/null || :
-/usr/sbin/fedora-useradd  7 -r -s /sbin/nologin -M -d %vardir \
-                            -c 'Greylist-milter user' -g %username %username &>/dev/null || :
+%__fe_groupadd 7 -r %username &>/dev/null || :
+%__fe_useradd  7 -r -s /sbin/nologin -M -d %vardir \
+                 -c 'Greylist-milter user' -g %username %username &>/dev/null || :
 
 
 %postun
-test "$1" != 0 || /usr/sbin/fedora-userdel  %username &>/dev/null || :
-test "$1" != 0 || /usr/sbin/fedora-groupdel %username &>/dev/null || :
+%__fe_userdel  %username &>/dev/null || :
+%__fe_groupdel %username &>/dev/null || :
 
 
 
@@ -232,6 +235,10 @@
 %endif
 
 %changelog
+* Mon Sep 18 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 2.1.12-2
+- updated to 2.1.12
+- use new fedora-usermgmt stuff
+
 * Sat Apr 15 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 2.1.4-1
 - updated to 2.1.4
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/milter-greylist/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	15 Apr 2006 08:39:18 -0000	1.7
+++ sources	18 Sep 2006 06:32:54 -0000	1.8
@@ -1 +1 @@
-55eeb97b44bfc845c177e09f837c5b9c  milter-greylist-2.1.4.tgz
+8582b573a90b2092654cc34fbe8ab6ee  milter-greylist-2.1.12.tgz


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list