Update to 2.1
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
5f4cd7d291
commit
196400bff5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user