Update to 0.7.6

- Fix issue with keytab use with sshd
- Put documentation in a subpackage

Resolves: rhbz#1267319
This commit is contained in:
Stef Walter 2015-10-19 12:13:29 +02:00
parent de225c68b6
commit 95f8d9f636
3 changed files with 22 additions and 4 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@
/adcli-0.7.3.tar.gz /adcli-0.7.3.tar.gz
/adcli-0.7.4.tar.gz /adcli-0.7.4.tar.gz
/adcli-0.7.5.tar.gz /adcli-0.7.5.tar.gz
/adcli-0.7.6.tar.gz

View File

@ -1,6 +1,6 @@
Name: adcli Name: adcli
Version: 0.7.5 Version: 0.7.6
Release: 5%{?dist} Release: 1%{?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
@ -20,7 +20,7 @@ Requires: cyrus-sasl-gssapi
Obsoletes: adcli-devel < 0.5 Obsoletes: adcli-devel < 0.5
%description %description
adcli is a library and tool for joining an Active Directory domain using adcli is a tool for joining an Active Directory domain using
standard LDAP and Kerberos calls. standard LDAP and Kerberos calls.
%define _hardened_build 1 %define _hardened_build 1
@ -50,7 +50,24 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING ChangeLog NEWS README
%doc %{_mandir}/*/* %doc %{_mandir}/*/*
%package doc
Summary: adcli documentation
BuildArch: noarch
%description doc
adcli is a tool for joining an Active Directory domain using
standard LDAP and Kerberos calls. This package contains its
documentation.
%files doc
%doc %{_datadir}/doc/adcli/*
%changelog %changelog
* Mon Oct 19 2015 Stef Walter <stefw@redhat.com> - 0.7.6-1
- Fix issue with keytab use with sshd
- Resolves: rhbz#1267319
- Put documentation in a subpackage
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-5 * Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
ec62efe29511f98a943744855ceca06b adcli-0.7.5.tar.gz bff2705bb481fb53b65bbd778425aa7e adcli-0.7.6.tar.gz