[opendnssec] * Sat May 11 2013 Paul Wouters <pwouters at redhat.com> - 1.4.0-1 - Updated to 1.4.0

Paul Wouters pwouters at fedoraproject.org
Sat May 11 20:30:23 UTC 2013


commit fac556fae37b638ab0e8822501eb6ac706a0856d
Author: Paul Wouters <pwouters at redhat.com>
Date:   Sat May 11 16:30:13 2013 -0400

    * Sat May 11 2013 Paul Wouters <pwouters at redhat.com> - 1.4.0-1
    - Updated to 1.4.0

 .gitignore      |    1 +
 opendnssec.spec |   12 ++++++------
 sources         |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb8e425..0068af4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /opendnssec-1.4.0rc1.tar.gz
 /opendnssec-1.4.0rc2.tar.gz
 /opendnssec-1.4.0rc3.tar.gz
+/opendnssec-1.4.0.tar.gz
diff --git a/opendnssec.spec b/opendnssec.spec
index c59bdb6..e801e77 100644
--- a/opendnssec.spec
+++ b/opendnssec.spec
@@ -1,10 +1,10 @@
-%global prever rc3
+#global prever rcX
 %global _hardened_build 1
 
 Summary: DNSSEC key and zone management software
 Name: opendnssec
 Version: 1.4.0
-Release: 0.8.%{?prever}%{?dist}
+Release: 1%{?prever}%{?dist}
 License: BSD
 Url: http://www.opendnssec.org/
 Source0: http://www.opendnssec.org/files/source/%{?prever:testing/}%{name}-%{version}%{?prever}.tar.gz
@@ -40,7 +40,7 @@ name server. It requires a PKCS#11 crypto module library, such as softhsm
 
 %build
 export LDFLAGS="-Wl,-z,relro,-z,now -pie -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"
-export CFLAGS="$RPM_OPT_FLAGS -fPIE -pie -Wformat-nonliteral -Wformat-security"
+export CFLAGS="$RPM_OPT_FLAGS -fPIE -pie -Wextra -Wformat -Wformat-nonliteral -Wformat-security"
 export CXXFLAGS="$RPM_OPT_FLAGS -fPIE -pie -Wformat-nonliteral -Wformat-security"
 %configure --with-ldns=%{_libdir}
 make %{?_smp_mflags}
@@ -66,9 +66,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d/
 install -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/tmpfiles.d/opendnssec.conf
 mkdir -p %{buildroot}%{_localstatedir}/run/opendnssec
 
-%clean
-rm -rf %{buildroot}
-
 %files 
 %{_unitdir}/ods-enforcerd.service
 %{_unitdir}/ods-signerd.service
@@ -116,6 +113,9 @@ fi
 %systemd_postun_with_restart ods-signerd.service
 
 %changelog
+* Sat May 11 2013 Paul Wouters <pwouters at redhat.com> - 1.4.0-1
+- Updated to 1.4.0
+
 * Fri Apr 12 2013 Paul Wouters <pwouters at redhat.com> - 1.4.20-0.8.rc3
 - Updated to 1.4.0rc3
 - Enabled hardened compile, full relzo/pie
diff --git a/sources b/sources
index dd596f0..4e0c3cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f3a7e52f0a4c644e4200ec5a1c6b67cf  opendnssec-1.4.0rc3.tar.gz
+96399851f16cf68de53c974c0d07aa5b  opendnssec-1.4.0.tar.gz


More information about the scm-commits mailing list