rpms/dnssec-conf/devel .cvsignore, 1.9, 1.10 dnssec-conf.spec, 1.17, 1.18 sources, 1.10, 1.11

Paul Wouters pwouters at fedoraproject.org
Wed Oct 14 19:33:56 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/dnssec-conf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1012

Modified Files:
	.cvsignore dnssec-conf.spec sources 
Log Message:
* Wed Oct 14 2009 Paul Wouters <paul at xelerance.com> - 1.22-1
- Updated to 1.22
- Removed seperate pr.key
- Added new Requires: for pyparsing
- This release addresses some of the bugs mentioned in
   https://bugzilla.redhat.com/show_bug.cgi?id=505754



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dnssec-conf/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	15 Jun 2009 00:07:50 -0000	1.9
+++ .cvsignore	14 Oct 2009 19:33:55 -0000	1.10
@@ -6,3 +6,4 @@ dnssec-conf-1.18.tar.gz
 dnssec-conf-1.19.tar.gz
 dnssec-conf-1.20.tar.gz
 dnssec-conf-1.21.tar.gz
+dnssec-conf-1.22.tar.gz


Index: dnssec-conf.spec
===================================================================
RCS file: /cvs/extras/rpms/dnssec-conf/devel/dnssec-conf.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- dnssec-conf.spec	8 Sep 2009 16:18:52 -0000	1.17
+++ dnssec-conf.spec	14 Oct 2009 19:33:56 -0000	1.18
@@ -1,16 +1,15 @@
 Summary: DNSSEC and DLV configuration and priming tool
 Name: dnssec-conf
-Version: 1.21
-Release: 5%{?dist}
+Version: 1.22
+Release: 1%{?dist}
 License: GPLv2+
 Url: http://www.xelerance.com/software/dnssec-conf/
 Source0: http://www.xelerance.com/software/%{name}/%{name}-%{version}.tar.gz
-Source1: pr.conf
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Buildrequires: xmlto
-Requires: python-dns, curl
+Requires: python-dns, curl, pyparsing
 #Requires: a caching nameserver
 #Requires bind >= 9.4.0 if bind is reconfigured.....
 
@@ -35,9 +34,6 @@ rm -rf ${RPM_BUILD_ROOT}
 make PREFIX=%{_prefix} DESTDIR=${RPM_BUILD_ROOT} ETCDIR=${RPM_BUILD_ROOT}/etc install
 install -d 0755 ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig
 install -m 0644 packaging/fedora/dnssec.sysconfig ${RPM_BUILD_ROOT}/%{_sysconfdir}/sysconfig/dnssec
-# new key for pr. This will be in version 1.22 but that one has unreleased
-# parsing code.
-cp %{SOURCE1} ${RPM_BUILD_ROOT}/etc/pki/dnssec-keys/production/
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -58,6 +54,13 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/*/*
 
 %changelog
+* Wed Oct 14 2009 Paul Wouters <paul at xelerance.com> - 1.22-1
+- Updated to 1.22
+- Removed seperate pr.key
+- Added new Requires: for pyparsing
+- This release addresses some of bugs mentioned in
+   https://bugzilla.redhat.com/show_bug.cgi?id=505754
+
 * Tue Sep 08 2009 Paul Wouters <paul at xelerance.com> - 1.21-5
 - Bump version
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dnssec-conf/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	15 Jun 2009 00:07:50 -0000	1.10
+++ sources	14 Oct 2009 19:33:56 -0000	1.11
@@ -1 +1,2 @@
 e89f67ee5a5c3c163ee2880442ffb01f  dnssec-conf-1.21.tar.gz
+872baff51da0dea07c8561b0a3042273  dnssec-conf-1.22.tar.gz




More information about the fedora-extras-commits mailing list