Update to point release 0.7.4
This commit is contained in:
parent
a9a9035869
commit
593e230d2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/old
|
/old
|
||||||
/adcli-0.7.2.tar.gz
|
/adcli-0.7.2.tar.gz
|
||||||
/adcli-0.7.3.tar.gz
|
/adcli-0.7.3.tar.gz
|
||||||
|
/adcli-0.7.4.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: adcli
|
Name: adcli
|
||||||
Version: 0.7.3
|
Version: 0.7.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Active Directory enrollment
|
Summary: Active Directory enrollment
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -51,6 +51,12 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%doc %{_datadir}
|
%doc %{_datadir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 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 <stefw@redhat.com> - 0.7.3-1
|
* Wed Aug 07 2013 Stef Walter <stefw@redhat.com> - 0.7.3-1
|
||||||
- Update to upstream point release 0.7.3
|
- Update to upstream point release 0.7.3
|
||||||
- Don't try to set encryption types on Windows 2003
|
- Don't try to set encryption types on Windows 2003
|
||||||
|
Loading…
Reference in New Issue
Block a user