rpms/rbldnsd/FC-3 rbldnsd.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 gpl.txt, 1.1, NONE

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Tue Feb 21 12:05:34 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/rbldnsd/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31805

Modified Files:
	rbldnsd.spec sources .cvsignore 
Removed Files:
	gpl.txt 
Log Message:
resync with devel



Index: rbldnsd.spec
===================================================================
RCS file: /cvs/extras/rpms/rbldnsd/FC-3/rbldnsd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rbldnsd.spec	29 Jun 2005 06:14:33 -0000	1.1
+++ rbldnsd.spec	21 Feb 2006 12:05:34 -0000	1.2
@@ -1,16 +1,16 @@
 Summary:	Small, fast daemon to serve DNSBLs
 Name:		rbldnsd
-Version:	0.995
-Release:	4%{?dist}
+Version:	0.996
+Release:	1%{?dist}
 License:	GPL
 Group:		System Environment/Daemons
 URL:		http://www.corpit.ru/mjt/rbldnsd.html
 Source0:	http://www.corpit.ru/mjt/rbldnsd/rbldnsd_%{version}.tar.gz
 Source1:	rbldnsd.init
-Source2:	http://www.fsf.org/licensing/licenses/gpl.txt
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	zlib-devel
 
-Requires(pre):    %{_sbindir}/useradd
+Requires(pre):    /usr/sbin/useradd
 Requires(post):   /sbin/chkconfig
 Requires(post):   /sbin/service
 Requires(preun):  /sbin/chkconfig
@@ -24,7 +24,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%{__cp} %{SOURCE2} .
 %{__sed} -i -e 's@/var/lib/rbldns\([/ ]\)@%{_localstatedir}/lib/rbldnsd\1 at g' \
 	    -e 's@\(-r/[a-z/]*\) -b@\1 -q -b at g' debian/rbldnsd.default
 
@@ -45,7 +44,7 @@
 %{__rm} -rf %{buildroot}
 
 %pre
-%{_sbindir}/useradd -r -s /sbin/nologin -d %{_localstatedir}/lib/rbldnsd \
+/usr/sbin/useradd -r -s /sbin/nologin -d %{_localstatedir}/lib/rbldnsd \
         -c "rbldns daemon" rbldns &>/dev/null || :
 
 %post
@@ -62,7 +61,7 @@
 
 %files
 %defattr (-,root,root,0755)
-%doc README.user NEWS TODO debian/changelog CHANGES-0.81 gpl.txt
+%doc README.user NEWS TODO debian/changelog CHANGES-0.81
 %{_sbindir}/rbldnsd
 %{_mandir}/man8/rbldnsd.8*
 %dir %{_localstatedir}/lib/rbldnsd
@@ -70,6 +69,14 @@
 %{_initrddir}/rbldnsd
 
 %changelog
+* Tue Feb 21 2006 Paul Howarth <paul at city-fan.org> 0.996-1
+- update to 0.996
+- use /usr/sbin/useradd instead of %%{_sbindir}/useradd
+- add buildreq zlib-devel to support gzipped zone files
+
+* Wed Feb 15 2006 Paul Howarth <paul at city-fan.org> 0.995-5
+- license text not included in upstream tarball, so don't include it
+
 * Tue Jun 28 2005 Paul Howarth <paul at city-fan.org> 0.995-4
 - include gpl.txt as %%doc
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rbldnsd/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	29 Jun 2005 06:14:33 -0000	1.2
+++ sources	21 Feb 2006 12:05:34 -0000	1.3
@@ -1 +1 @@
-888a61e9a296a1b76db0c94ca44c612a  rbldnsd_0.995.tar.gz
+adba618d40a724a4d07a9b176d86b645  rbldnsd_0.996.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rbldnsd/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	29 Jun 2005 06:14:33 -0000	1.2
+++ .cvsignore	21 Feb 2006 12:05:34 -0000	1.3
@@ -1 +1 @@
-rbldnsd_0.995.tar.gz
+rbldnsd_0.996.tar.gz


--- gpl.txt DELETED ---




More information about the scm-commits mailing list