Update to the latest master.
Signed-off-by: Petr Spacek <pspacek@redhat.com>
This commit is contained in:
parent
084b5b46c7
commit
f97327d1b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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.0b2.tar.bz2
|
||||||
/bind-dyndb-ldap-1.1.0rc1.tar.bz2
|
/bind-dyndb-ldap-1.1.0rc1.tar.bz2
|
||||||
/bind-dyndb-ldap-2.0-20120921git7710d89.tar.bz2
|
/bind-dyndb-ldap-2.0-20120921git7710d89.tar.bz2
|
||||||
|
/bind-dyndb-ldap-2.0-20121009git6a86b1.tar.gz
|
||||||
|
@ -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
|
|
||||||
|
|
@ -1,18 +1,18 @@
|
|||||||
#%define PATCHVER P4
|
#%define PATCHVER P4
|
||||||
%define PREVER 20120921git7710d89
|
%define PREVER 20121009git6a86b1
|
||||||
#%define VERSION %{version}
|
#%define VERSION %{version}
|
||||||
#%define VERSION %{version}-%{PATCHVER}
|
#%define VERSION %{version}-%{PATCHVER}
|
||||||
%define VERSION %{version}-%{PREVER}
|
%define VERSION %{version}-%{PREVER}
|
||||||
|
|
||||||
Name: bind-dyndb-ldap
|
Name: bind-dyndb-ldap
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 0.1.%{PREVER}%{?dist}
|
Release: 0.2.%{PREVER}%{?dist}
|
||||||
Summary: LDAP back-end plug-in for BIND
|
Summary: LDAP back-end plug-in for BIND
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://fedorahosted.org/bind-dyndb-ldap
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: bind-devel >= 32:9.6.1-0.3.b1
|
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
|
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
|
||||||
@ -33,8 +31,6 @@ 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
|
||||||
@ -62,6 +58,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 21 2012 Adam Tkac <atkac redhat com> 2.0-0.1.20120921git7710d89
|
||||||
- update to the latest master
|
- update to the latest master
|
||||||
- bind-dyndb-ldap110-master.patch was merged
|
- bind-dyndb-ldap110-master.patch was merged
|
||||||
|
Loading…
Reference in New Issue
Block a user