Update to 1.1.0a1

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2012-01-18 11:05:16 +01:00
parent c7feafaf21
commit 132105ecef
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ bind-dyndb-ldap-0.1.0b.tar.bz2
/bind-dyndb-ldap-0.2.0.tar.bz2
/bind-dyndb-ldap-1.0.0b1.tar.gz
/bind-dyndb-ldap-1.0.0rc1.tar.bz2
/bind-dyndb-ldap-1.1.0a1.tar.bz2

View File

@ -1,12 +1,12 @@
#%define PATCHVER P4
%define PREVER rc1
%define PREVER a1
#%define VERSION %{version}
#%define VERSION %{version}-%{PATCHVER}
%define VERSION %{version}%{PREVER}
Name: bind-dyndb-ldap
Version: 1.0.0
Release: 0.5.%{PREVER}%{?dist}
Version: 1.1.0
Release: 0.6.%{PREVER}%{?dist}
Summary: LDAP back-end plug-in for BIND
Group: System Environment/Libraries
@ -56,6 +56,9 @@ rm -rf %{buildroot}
%changelog
* Wed Jan 18 2012 Adam Tkac <atkac redhat com> - 1.1.0-0.6.a1
- update to 1.1.0a1
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-0.5.rc1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
6ae78ca3ba9525ed0c7ec1121c55f1f4 bind-dyndb-ldap-1.0.0rc1.tar.bz2
817089493cede5187687c7a3cb905887 bind-dyndb-ldap-1.1.0a1.tar.bz2