Update to the latest master.

Signed-off-by: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
Petr Spacek 2012-10-09 16:42:11 +02:00
parent 084b5b46c7
commit f97327d1b5
4 changed files with 8 additions and 32 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
/bind-dyndb-ldap-1.1.0b2.tar.bz2
/bind-dyndb-ldap-1.1.0rc1.tar.bz2
/bind-dyndb-ldap-2.0-20120921git7710d89.tar.bz2
/bind-dyndb-ldap-2.0-20121009git6a86b1.tar.gz

View File

@ -1,24 +0,0 @@
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

View File

@ -1,18 +1,18 @@
#%define PATCHVER P4
%define PREVER 20120921git7710d89
%define PREVER 20121009git6a86b1
#%define VERSION %{version}
#%define VERSION %{version}-%{PATCHVER}
%define VERSION %{version}-%{PREVER}
Name: bind-dyndb-ldap
Version: 2.0
Release: 0.1.%{PREVER}%{?dist}
Release: 0.2.%{PREVER}%{?dist}
Summary: LDAP back-end plug-in for BIND
Group: System Environment/Libraries
License: GPLv2+
URL: https://fedorahosted.org/bind-dyndb-ldap
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bind-devel >= 32:9.6.1-0.3.b1
@ -22,8 +22,6 @@ BuildRequires: automake, autoconf, libtool
Requires: bind >= 32:9.6.1-0.3.b1
Patch0: 0001-Bump-NVR-to-2.0.patch
%description
This package provides an LDAP back-end plug-in for BIND. It features
support for dynamic updates and internal caching, to lift the load
@ -33,8 +31,6 @@ off of your LDAP server.
%prep
%setup -q -n %{name}-%{VERSION}
%patch0 -p1 -b .nvr
%build
export CFLAGS="`isc-config.sh --cflags dns` $RPM_OPT_FLAGS"
autoreconf -fiv
@ -62,6 +58,9 @@ rm -rf %{buildroot}
%changelog
* Tue Oct 9 2012 Petr Spacek <pspacek redhat com> 2.0-0.2.20121009git6a86b1
- update to the latest master
* Fri Sep 21 2012 Adam Tkac <atkac redhat com> 2.0-0.1.20120921git7710d89
- update to the latest master
- bind-dyndb-ldap110-master.patch was merged

View File

@ -1 +1 @@
c7cf4b0fa7e15671177367532dbc11cb bind-dyndb-ldap-2.0-20120921git7710d89.tar.bz2
2ad7e7406e6393c637e4f3133ed0f5dd bind-dyndb-ldap-2.0-20121009git6a86b1.tar.gz