[unbound/f21] update to 1.5.1rc1

Tomas Hozza thozza at fedoraproject.org
Fri Nov 28 17:35:46 UTC 2014


commit 72771a794391223193c2d64fb913c530dd633c9b
Author: Tomas Hozza <thozza at redhat.com>
Date:   Fri Nov 28 18:35:08 2014 +0100

    update to 1.5.1rc1
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 .gitignore   |    1 +
 sources      |    2 +-
 unbound.spec |   19 +++++++++++--------
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b488ed9..e867753 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ unbound-1.4.5.tar.gz
 /unbound-1.4.21.tar.gz
 /unbound-1.4.22.tar.gz
 /unbound-1.5.0.tar.gz
+/unbound-1.5.1rc1.tar.gz
diff --git a/sources b/sources
index 76ce31b..a960f65 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c14ce292564a66e6041f149398309e9  unbound-1.5.0.tar.gz
+5bb6b2ece00eaae49546f1bc94da772c  unbound-1.5.1rc1.tar.gz
diff --git a/unbound.spec b/unbound.spec
index f385933..ae97df7 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -16,13 +16,15 @@
 
 %global _hardened_build 1
 
+%global extra_version rc1
+
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.5.0
-Release: 3%{?dist}
+Version: 1.5.1
+Release: 0.1%{?extra_version:.%{extra_version}}%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
-Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
+Source: http://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
 Source1: unbound.service
 Source2: unbound.conf
 Source3: unbound.munin
@@ -41,8 +43,7 @@ Source14: unbound.sysconfig
 Source15: unbound.cron
 Source16: unbound-munin.README
 
-Patch0: unbound-1.5.0-arc4random-race-condition.patch
-Patch1: unbound-aarch64.patch
+Patch0: unbound-aarch64.patch
 
 Group: System Environment/Daemons
 BuildRequires: flex, openssl-devel
@@ -115,9 +116,8 @@ Python modules and extensions for unbound
 %endif
 
 %prep
-%setup -q 
-%patch0 -p1 -b .arc4random_fix
-%patch1 -p1 -b .aarch64
+%setup -q %{?extra_version:-n %{name}-%{version}%{extra_version}}
+%patch0 -p1 -b .aarch64
 
 
 %build
@@ -296,6 +296,9 @@ exit 0
 /bin/systemctl try-restart unbound-keygen.service >/dev/null 2>&1 || :
 
 %changelog
+* Fri Nov 28 2014 Tomas Hozza <thozza at redhat.com> - 1.5.1-0.1.rc1
+- update to 1.5.1rc1
+
 * Fri Nov 28 2014 Marcin Juszkiewicz <mjuszkiewicz at redhat.com> - 1.5.0-3
 - fix build on aarch64
 


More information about the scm-commits mailing list