Update to 1.0.0rc1

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2011-11-14 14:26:21 +01:00
parent 6c5e3f795d
commit 15d305f6df
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -1,18 +1,18 @@
#%define PATCHVER P4
%define PREVER b1
%define PREVER rc1
#%define VERSION %{version}
#%define VERSION %{version}-%{PATCHVER}
%define VERSION %{version}%{PREVER}
Name: bind-dyndb-ldap
Version: 1.0.0
Release: 0.3.%{PREVER}%{?dist}
Release: 0.4.%{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.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
@ -56,6 +56,9 @@ rm -rf %{buildroot}
%changelog
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.4.rc1
- update to 1.0.0rc1
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.3.b1
- rebuild against new bind

View File

@ -1 +1 @@
e051a4e4c0e5c88fba45181fa23fc15f bind-dyndb-ldap-1.0.0b1.tar.gz
6ae78ca3ba9525ed0c7ec1121c55f1f4 bind-dyndb-ldap-1.0.0rc1.tar.bz2