Update to 2.1

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2012-10-29 18:21:46 +01:00
parent 5f4cd7d291
commit 196400bff5
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ bind-dyndb-ldap-0.1.0b.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
/bind-dyndb-ldap-2.1.tar.bz2

View File

@ -1,18 +1,18 @@
#%define PATCHVER P4
%define PREVER 20121009git6a86b1
#%define VERSION %{version}
#%define PREVER 20121009git6a86b1
#%define VERSION %{version}-%{PATCHVER}
%define VERSION %{version}-%{PREVER}
#%define VERSION %{version}-%{PREVER}
%define VERSION %{version}
Name: bind-dyndb-ldap
Version: 2.0
Release: 0.3.%{PREVER}%{?dist}
Version: 2.1
Release: 1%{?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.gz
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: bind-devel >= 32:9.6.1-0.3.b1
@ -58,6 +58,9 @@ rm -rf %{buildroot}
%changelog
* Mon Oct 29 2012 Adam Tkac <atkac redhat com> 2.1-1
- update to 2.1
* Thu Oct 11 2012 Adam Tkac <atkac redhat com> 2.0-0.3.20121009git6a86b1
- rebuild against new bind-libs

View File

@ -1 +1 @@
2ad7e7406e6393c637e4f3133ed0f5dd bind-dyndb-ldap-2.0-20121009git6a86b1.tar.gz
dcd976b047ae36ac6f151b69bbdb68c5 bind-dyndb-ldap-2.1.tar.bz2