[opendnssec/el6] * Wed May 16 2012 Paul Wouters <pwouters at redhat.com> - 1.4.0-0.a1.4 - Missed the actual patch line,

Paul Wouters pwouters at fedoraproject.org
Wed May 16 21:48:43 UTC 2012


commit ea882ee8bb20e7e59969523e51494140a555a654
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed May 16 17:48:18 2012 -0400

    * Wed May 16 2012 Paul Wouters <pwouters at redhat.com> - 1.4.0-0.a1.4
    - Missed the actual patch line, so previous build did not have the patch

 opendnssec.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/opendnssec.spec b/opendnssec.spec
index 7b61a95..0f0c562 100644
--- a/opendnssec.spec
+++ b/opendnssec.spec
@@ -1,7 +1,7 @@
 Summary: DNSSEC key and zone management software
 Name: opendnssec
 Version: 1.4.0
-Release: 0.a1%{?dist}.3
+Release: 0.a1%{?dist}.4
 License: BSD
 Url: http://www.opendnssec.org/
 #Source: http://www.opendnssec.org/files/source/% {name}-% {version}a1.tar.gz
@@ -11,8 +11,8 @@ Source2: ods-signerd.init
 Source3: ods.sysconfig
 Source4: conf.xml
 Source6: opendnssec-LICENSE
+Patch1: opendnssec-1.4.0a1-deleterr.patch
 Group: Applications/System
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: opencryptoki, softhsm
 BuildRequires: ldns-devel >= 1.6.12, sqlite-devel , openssl-devel
 BuildRequires: libxml2-devel CUnit-devel, doxygen
@@ -25,6 +25,7 @@ name server. It requires a PKCS#11 crypto module library, such as softhsm
 
 %prep
 %setup -q -n %{name}-%{version}a1
+%patch1 -p1 -b .deleterr
 
 %build
 %configure --with-ldns=%{_libdir}
@@ -55,7 +56,6 @@ mkdir -p %{buildroot}%{_localstatedir}/run/opendnssec
 rm -rf %{buildroot}
 
 %files 
-%defattr(-,root,root)
 %attr(0755,root,root) %{_initrddir}/ods-enforcerd
 %attr(0755,root,root) %{_initrddir}/ods-signerd
 %attr(0750,root,ods) %dir %{_sysconfdir}/opendnssec
@@ -103,6 +103,9 @@ if [ "$1" -ge "1" ]; then
 fi
 
 %changelog
+* Wed May 16 2012 Paul Wouters <pwouters at redhat.com> - 1.4.0-0.a1.4
+- Missed the actual patch line, so previous build did not have the patch
+
 * Tue Apr 17 2012 Paul Wouters <pwouters at redhat.com> - 1.4.0-0.a1.3
 - Remove bad artifact dependancy on systemd-units from Fedora branch
 


More information about the scm-commits mailing list