Include the patch which bumps NVR to 2.0
Signed-off-by: Adam Tkac <vonsch@gmail.com>
This commit is contained in:
parent
ae4007b6d9
commit
084b5b46c7
24
0001-Bump-NVR-to-2.0.patch
Normal file
24
0001-Bump-NVR-to-2.0.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 9f3551b4f5cf5ef681bc697d4de3f2d4882aab6e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Adam Tkac <vonsch@gmail.com>
|
||||||
|
Date: Fri, 21 Sep 2012 12:39:57 +0200
|
||||||
|
Subject: [PATCH] Bump NVR to 2.0
|
||||||
|
|
||||||
|
Signed-off-by: Adam Tkac <vonsch@gmail.com>
|
||||||
|
---
|
||||||
|
configure.ac | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/configure.ac b/configure.ac
|
||||||
|
index 6686310..cff5526 100644
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
AC_PREREQ([2.59])
|
||||||
|
-AC_INIT([bind-dyndb-ldap], [1.1.0rc1], [freeipa-devel@redhat.com])
|
||||||
|
+AC_INIT([bind-dyndb-ldap], [2.0], [freeipa-devel@redhat.com])
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2])
|
||||||
|
|
||||||
|
--
|
||||||
|
1.7.11.4
|
||||||
|
|
@ -22,6 +22,8 @@ BuildRequires: automake, autoconf, libtool
|
|||||||
|
|
||||||
Requires: bind >= 32:9.6.1-0.3.b1
|
Requires: bind >= 32:9.6.1-0.3.b1
|
||||||
|
|
||||||
|
Patch0: 0001-Bump-NVR-to-2.0.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides an LDAP back-end plug-in for BIND. It features
|
This package provides an LDAP back-end plug-in for BIND. It features
|
||||||
support for dynamic updates and internal caching, to lift the load
|
support for dynamic updates and internal caching, to lift the load
|
||||||
@ -31,6 +33,8 @@ off of your LDAP server.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{VERSION}
|
%setup -q -n %{name}-%{VERSION}
|
||||||
|
|
||||||
|
%patch0 -p1 -b .nvr
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
|
Loading…
Reference in New Issue
Block a user