Add appropriate Obsoletes line for libadcli removal
This commit is contained in:
parent
8f8d119d0c
commit
f51fa71f23
@ -1,6 +1,6 @@
|
|||||||
Name: adcli
|
Name: adcli
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Active Directory enrollment
|
Summary: Active Directory enrollment
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://cgit.freedesktop.org/realmd/adcli
|
URL: http://cgit.freedesktop.org/realmd/adcli
|
||||||
@ -15,6 +15,10 @@ BuildRequires: xmlto
|
|||||||
|
|
||||||
Requires: cyrus-sasl-gssapi
|
Requires: cyrus-sasl-gssapi
|
||||||
|
|
||||||
|
# adcli no longer has a library of development files
|
||||||
|
# the adcli tool itself is to be used by callers
|
||||||
|
Obsoletes: adcli-devel < 0.5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
adcli is a library and tool for joining an Active Directory domain using
|
adcli is a library and tool for joining an Active Directory domain using
|
||||||
standard LDAP and Kerberos calls.
|
standard LDAP and Kerberos calls.
|
||||||
@ -44,6 +48,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%doc %{_datadir}
|
%doc %{_datadir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 10 2013 Stef walter <stefw@redhat.com> - 0.5-2
|
||||||
|
- Add appropriate Obsoletes line for libadcli removal
|
||||||
|
|
||||||
* Tue Apr 10 2013 Stef Walter <stefw@redhat.com> - 0.5-1
|
* Tue Apr 10 2013 Stef Walter <stefw@redhat.com> - 0.5-1
|
||||||
- Update to upstream 0.5 version
|
- Update to upstream 0.5 version
|
||||||
- No more libadcli, and thus no adcli-devel
|
- No more libadcli, and thus no adcli-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user