diff --git a/.gitignore b/.gitignore index 81a4af0..1cf788c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ /old /adcli-0.7.2.tar.gz /adcli-0.7.3.tar.gz +/adcli-0.7.4.tar.gz +/adcli-0.7.5.tar.gz diff --git a/adcli.spec b/adcli.spec index 950f783..2fa208d 100644 --- a/adcli.spec +++ b/adcli.spec @@ -1,6 +1,6 @@ Name: adcli -Version: 0.7.3 -Release: 1%{?dist} +Version: 0.7.5 +Release: 2%{?dist} Summary: Active Directory enrollment License: LGPLv2+ URL: http://cgit.freedesktop.org/realmd/adcli @@ -48,9 +48,23 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files %{_sbindir}/adcli %doc AUTHORS COPYING ChangeLog NEWS README -%doc %{_datadir} +%doc %{_mandir}/*/* %changelog +* Thu Jan 30 2014 Stef Walter - 0.7.5-2 +- Fix incorrect ownership of manual page directory + +* Fri Sep 13 2013 Stef Walter - 0.7.5-1 +- Update to upstream point release 0.7.5 +- Workaround for discovery via IPv6 address +- Correctly put IPv6 addresses in temporary krb5.conf + +* Mon Sep 09 2013 Stef Walter - 0.7.4-1 +- Update to upstream point release 0.7.4 +- Correctly handle truncating long host names +- Try to contact all available addresses for discovery +- Build fixes + * Wed Aug 07 2013 Stef Walter - 0.7.3-1 - Update to upstream point release 0.7.3 - Don't try to set encryption types on Windows 2003 diff --git a/sources b/sources index cc233a0..f5ae5ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70c735a9f984c9712ab3c32c58e3616a adcli-0.7.3.tar.gz +ec62efe29511f98a943744855ceca06b adcli-0.7.5.tar.gz