Update to 1.0.0rc1
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
6c5e3f795d
commit
15d305f6df
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
bind-dyndb-ldap-0.1.0b.tar.bz2
|
bind-dyndb-ldap-0.1.0b.tar.bz2
|
||||||
/bind-dyndb-ldap-0.2.0.tar.bz2
|
/bind-dyndb-ldap-0.2.0.tar.bz2
|
||||||
/bind-dyndb-ldap-1.0.0b1.tar.gz
|
/bind-dyndb-ldap-1.0.0b1.tar.gz
|
||||||
|
/bind-dyndb-ldap-1.0.0rc1.tar.bz2
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
#%define PATCHVER P4
|
#%define PATCHVER P4
|
||||||
%define PREVER b1
|
%define PREVER rc1
|
||||||
#%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: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0.3.%{PREVER}%{?dist}
|
Release: 0.4.%{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.gz
|
Source0: https://fedorahosted.org/released/%{name}/%{name}-%{VERSION}.tar.bz2
|
||||||
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
|
||||||
@ -56,6 +56,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 14 2011 Adam Tkac <atkac redhat com> - 1.0.0-0.3.b1
|
||||||
- rebuild against new bind
|
- rebuild against new bind
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user