summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorPetr Menšík <pemensik@redhat.com>2017-04-13 16:59:11 +0200
committerPetr Menšík <pemensik@redhat.com>2017-04-18 10:51:38 +0200
commit09e4b5788e8916142a0589e9bc25ab8bedd941fd (patch)
tree8080bf6adb3497d0a952703f7ab13ea6cac9f7c6 /bind.spec
parentbbe4229562aa55930fa4ab62cc9d23800466c1db (diff)
downloadbind-09e4b5788e8916142a0589e9bc25ab8bedd941fd.tar.gz
bind-09e4b5788e8916142a0589e9bc25ab8bedd941fd.tar.xz
bind-09e4b5788e8916142a0589e9bc25ab8bedd941fd.zip
- Update to 9.11.0-P5
- Use BINDVERSION for upstream version Signed-off-by: Petr Menšík <pemensik@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/bind.spec b/bind.spec
index 813ac62..085f80d 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,9 +2,9 @@
# Red Hat BIND package .spec file
#
-%global PATCHVER P3
+%global PATCHVER P5
#%%global PREVER rc1
-%global VERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}}
+%global BINDVERSION %{version}%{?PREVER}%{?PATCHVER:-%{PATCHVER}}
%{?!SDB: %global SDB 1}
%{?!test: %global test 0}
@@ -31,14 +31,14 @@ Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Group: System Environment/Daemons
#
-Source: https://ftp.isc.org/isc/bind9/%{VERSION}/bind-%{VERSION}.tar.gz
+Source: https://ftp.isc.org/isc/bind9/%{BINDVERSION}/bind-%{BINDVERSION}.tar.gz
Source1: named.sysconfig
Source3: named.logrotate
Source7: bind-9.3.1rc1-sdb_tools-Makefile.in
Source8: dnszone.schema
Source12: README.sdb_pgsql
Source25: named.conf.sample
-Source28: config-15.tar.bz2
+Source28: config-16.tar.bz2
Source30: ldap2zone.c
Source31: ldap2zone.1
Source32: named-sdb.8
@@ -303,7 +303,7 @@ Requires: python3
This package provides a module which allows commands to be sent to rndc directly from Python programs.
%prep
-%setup -q -n %{name}-%{VERSION}
+%setup -q -n %{name}-%{BINDVERSION}
# Common patches
%patch10 -p1 -b .PIE
@@ -1024,6 +1024,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{python3_sitelib}/isc/__pycache__/*py*
%changelog
+* Thu Apr 13 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.0-7.P5
+- Update to 9.11.0-P5
+- Use BINDVERSION for upstream version
+
* Fri Feb 10 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.0-7.P3
- Update to 9.11.0-P3