Blame SPECS/adcli.spec

7ddab3
Name:		adcli
7ddab3
Version:	0.8.2
7ddab3
Release:	2%{?dist}
7ddab3
Summary:	Active Directory enrollment
7ddab3
License:	LGPLv2+
7ddab3
URL:		http://cgit.freedesktop.org/realmd/adcli
7ddab3
Source0:	http://www.freedesktop.org/software/realmd/releases/adcli-%{version}.tar.gz
7ddab3
7ddab3
Patch1:		0001-Remove-upper-case-only-check-when-looking-for-the-Ne.patch
7ddab3
Patch2:		0002-Use-strdup-if-offset-are-used.patch
7ddab3
Patch3:		0003-correct-spelling-of-adcli_tool_computer_delete-descr.patch
7ddab3
Patch4:		0004-doc-explain-that-all-credential-cache-types-are-supp.patch
7ddab3
Patch5:		0005-library-add-adcli_conn_is_writeable.patch
7ddab3
Patch6:		0006-Handle-kvno-increment-for-RODCs.patch
7ddab3
Patch7:		0007-Fix-memory-leak-in-test_check_nt_time_string_lifetim.patch
7ddab3
Patch8:		0008-library-add-_adcli_bin_sid_to_str.patch
7ddab3
Patch9:		0009-library-add-_adcli_call_external_program.patch
7ddab3
Patch10:	0010-library-add-_adcli_ldap_parse_sid.patch
7ddab3
Patch11:	0011-library-add-lookup_domain_sid.patch
7ddab3
Patch12:	0012-library-add-adcli_conn_get_domain_sid.patch
7ddab3
Patch13:	0013-tools-add-option-add-samba-data.patch
7ddab3
Patch14:	0014-tools-store-Samba-data-if-requested.patch
7ddab3
Patch15:	0015-make-Samba-data-tool-configurable.patch
7ddab3
Patch16:	0016-Add-trusted-for-delegation-option.patch
7ddab3
Patch17:	0017-Only-update-attributes-given-on-the-command-line.patch
7ddab3
Patch18:	0018-update-allow-to-add-service-names.patch
7ddab3
Patch19:	0019-Calculate-enctypes-in-a-separate-function.patch
7ddab3
Patch20:	0020-join-add-all-attributes-while-creating-computer-obje.patch
7ddab3
Patch21:	0021-util-add-_adcli_strv_remove_unsorted.patch
7ddab3
Patch22:	0022-Add-add-service-principal-and-remove-service-princip.patch
7ddab3
Patch23:	0023-adcli_conn_is_writeable-do-not-crash-id-domain_disco.patch
7ddab3
Patch24:	0024-doc-fix-typos-in-the-adcli-man-page.patch
7ddab3
7ddab3
Patch25:	0001-fix-typo-in-flag-value.patch
7ddab3
Patch26:	0002-_adcli_call_external_program-silence-noisy-debug-mes.patch
7ddab3
Patch27:	0003-Do-not-add-service-principals-twice.patch
7ddab3
Patch28:	0004-Do-not-depend-on-default_realm-in-krb5.conf.patch
7ddab3
7ddab3
BuildRequires:	gcc
7ddab3
BuildRequires:	intltool pkgconfig
7ddab3
BuildRequires:	libtool
7ddab3
BuildRequires:	gettext-devel
7ddab3
BuildRequires:	krb5-devel
7ddab3
BuildRequires:	openldap-devel
7ddab3
BuildRequires:	libxslt
7ddab3
BuildRequires:	xmlto
7ddab3
7ddab3
Requires:	cyrus-sasl-gssapi
7ddab3
7ddab3
# adcli no longer has a library of development files
7ddab3
# the adcli tool itself is to be used by callers
7ddab3
Obsoletes:	adcli-devel < 0.5
7ddab3
7ddab3
%description
7ddab3
adcli is a tool for joining an Active Directory domain using
7ddab3
standard LDAP and Kerberos calls.
7ddab3
7ddab3
%define _hardened_build 1
7ddab3
7ddab3
%prep
7ddab3
%setup -q
7ddab3
%patch1 -p1
7ddab3
%patch2 -p1
7ddab3
%patch3 -p1
7ddab3
%patch4 -p1
7ddab3
%patch5 -p1
7ddab3
%patch6 -p1
7ddab3
%patch7 -p1
7ddab3
%patch8 -p1
7ddab3
%patch9 -p1
7ddab3
%patch10 -p1
7ddab3
%patch11 -p1
7ddab3
%patch12 -p1
7ddab3
%patch13 -p1
7ddab3
%patch14 -p1
7ddab3
%patch15 -p1
7ddab3
%patch16 -p1
7ddab3
%patch17 -p1
7ddab3
%patch18 -p1
7ddab3
%patch19 -p1
7ddab3
%patch20 -p1
7ddab3
%patch21 -p1
7ddab3
%patch22 -p1
7ddab3
%patch23 -p1
7ddab3
%patch24 -p1
7ddab3
%patch25 -p1
7ddab3
%patch26 -p1
7ddab3
%patch27 -p1
7ddab3
%patch28 -p1
7ddab3
7ddab3
%build
7ddab3
autoreconf --force --install --verbose
7ddab3
%configure --disable-static --disable-silent-rules
7ddab3
make %{?_smp_mflags}
7ddab3
7ddab3
%check
7ddab3
make check
7ddab3
7ddab3
%install
7ddab3
make install DESTDIR=%{buildroot}
7ddab3
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
7ddab3
7ddab3
%post -p /sbin/ldconfig
7ddab3
7ddab3
%postun -p /sbin/ldconfig
7ddab3
7ddab3
%clean
7ddab3
7ddab3
%files
7ddab3
%{_sbindir}/adcli
7ddab3
%doc AUTHORS COPYING ChangeLog NEWS README
7ddab3
%doc %{_mandir}/*/*
7ddab3
7ddab3
%package doc
7ddab3
Summary: adcli documentation
7ddab3
BuildArch: noarch
7ddab3
7ddab3
%description doc
7ddab3
adcli is a tool for joining an Active Directory domain using
7ddab3
standard LDAP and Kerberos calls. This package contains its
7ddab3
documentation.
7ddab3
7ddab3
%files doc
7ddab3
%doc %{_datadir}/doc/adcli/*
7ddab3
7ddab3
%changelog
7ddab3
* Tue Oct 09 2018 Sumit Bose <sbose@redhat.com> - 0.8.2-2
7ddab3
- Do not add service principals twice and related fixes
7ddab3
- Resolves: rhbz#1631734
7ddab3
7ddab3
* Thu Jul 05 2018 Sumit Bose <sbose@redhat.com> - 0.8.2-1
7ddab3
- Update to upstream release 0.8.2
7ddab3
- various other fixes and improvements from the latest Fedora update
7ddab3
7ddab3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7ddab3
7ddab3
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-5
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7ddab3
7ddab3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7ddab3
7ddab3
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7ddab3
7ddab3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7ddab3
7ddab3
* Thu Dec 17 2015 Sumit Bose <sbose@redhat.com> - 0.8.0-1
7ddab3
- Update to upstream release 0.8.0
7ddab3
7ddab3
* Mon Oct 19 2015 Stef Walter <stefw@redhat.com> - 0.7.6-1
7ddab3
- Fix issue with keytab use with sshd
7ddab3
- Resolves: rhbz#1267319
7ddab3
- Put documentation in a subpackage
7ddab3
7ddab3
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-5
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7ddab3
7ddab3
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-4
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7ddab3
7ddab3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-3
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7ddab3
7ddab3
* Thu Jan 30 2014 Stef Walter <stefw@redhat.com> - 0.7.5-2
7ddab3
- Fix incorrect ownership of manual page directory
7ddab3
7ddab3
* Fri Sep 13 2013 Stef Walter <stefw@redhat.com> - 0.7.5-1
7ddab3
- Update to upstream point release 0.7.5
7ddab3
- Workaround for discovery via IPv6 address
7ddab3
- Correctly put IPv6 addresses in temporary krb5.conf
7ddab3
7ddab3
* Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 0.7.4-1
7ddab3
- Update to upstream point release 0.7.4
7ddab3
- Correctly handle truncating long host names
7ddab3
- Try to contact all available addresses for discovery
7ddab3
- Build fixes
7ddab3
7ddab3
* Wed Aug 07 2013 Stef Walter <stefw@redhat.com> - 0.7.3-1
7ddab3
- Update to upstream point release 0.7.3
7ddab3
- Don't try to set encryption types on Windows 2003
7ddab3
7ddab3
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7ddab3
7ddab3
* Mon Jul 22 2013 Stef Walter <stefw@redhat.com> - 0.7.2-1
7ddab3
- Update to upstream point release 0.7.2
7ddab3
- Part of fix for bug [#961244]
7ddab3
7ddab3
* Mon Jul 15 2013 Stef Walter <stefw@redhat.com> - 0.7.1-4
7ddab3
- Build with verbose output logging
7ddab3
7ddab3
* Tue Jun 11 2013 Stef Walter <stefw@redhat.com> - 0.7.1-3
7ddab3
- Run 'make check' when building the package
7ddab3
7ddab3
* Mon May 13 2013 Stef Walter <stefw@redhat.com> - 0.7.1-2
7ddab3
- Bump version to get around botched update
7ddab3
7ddab3
* Mon May 13 2013 Stef Walter <stefw@redhat.com> - 0.7.1-1
7ddab3
- Update to upstream 0.7.1 release
7ddab3
- Fix problems with salt discovery [#961399]
7ddab3
7ddab3
* Mon May 06 2013 Stef Walter <stefw@redhat.com> - 0.7-1
7ddab3
- Work around broken krb5 with empty passwords [#960001]
7ddab3
- Fix memory corruption issue [#959999]
7ddab3
- Update to 0.7, fixing various bugs
7ddab3
7ddab3
* Mon Apr 29 2013 Stef Walter <stefw@redhat.com> - 0.6-1
7ddab3
- Update to 0.6, fixing various bugs
7ddab3
7ddab3
* Wed Apr 10 2013 Stef walter <stefw@redhat.com> - 0.5-2
7ddab3
- Add appropriate Obsoletes line for libadcli removal
7ddab3
7ddab3
* Wed Apr 10 2013 Stef Walter <stefw@redhat.com> - 0.5-1
7ddab3
- Update to upstream 0.5 version
7ddab3
- No more libadcli, and thus no adcli-devel
7ddab3
- Many new adcli commands
7ddab3
- Documentation
7ddab3
7ddab3
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
7ddab3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7ddab3
7ddab3
* Mon Nov 12 2012 Stef Walter <stefw@redhat.com> - 0.4-1
7ddab3
- Update for 0.4 version, fixing various bugs
7ddab3
7ddab3
* Sat Oct 20 2012 Stef Walter <stefw@redhat.com> - 0.3-1
7ddab3
- Update for 0.3 version
7ddab3
7ddab3
* Tue Sep 4 2012 Stef Walter <stefw@redhat.com> - 0.2-1
7ddab3
- Update for 0.2 version
7ddab3
7ddab3
* Wed Aug 15 2012 Stef Walter <stefw@redhat.com> - 0.1-1
7ddab3
- Initial 0.1 package