Blame SPECS/adcli.spec

69a8fd
Name:    adcli
0d611f
Version: 0.9.2
0d611f
Release: 1%{?dist}
69a8fd
Summary: Active Directory enrollment
69a8fd
License: LGPLv2+
69a8fd
URL:     https://gitlab.freedesktop.org/realmd/adcli
0d611f
Source0: https://gitlab.freedesktop.org/realmd/adcli/uploads/ea560656ac921b3fe0d455976aaae9be/adcli-%{version}.tar.gz
69a8fd
69a8fd
BuildRequires: gcc
69a8fd
BuildRequires: intltool pkgconfig
69a8fd
BuildRequires: libtool
69a8fd
BuildRequires: gettext-devel
69a8fd
BuildRequires: krb5-devel
69a8fd
BuildRequires: openldap-devel
69a8fd
BuildRequires: libxslt
69a8fd
BuildRequires: xmlto
69a8fd
BuildRequires: make
69a8fd
69a8fd
Requires: cyrus-sasl-gssapi
69a8fd
Conflicts: adcli-doc < %{version}-%{release}
69a8fd
69a8fd
# adcli no longer has a library of development files
69a8fd
# the adcli tool itself is to be used by callers
69a8fd
Obsoletes: adcli-devel < 0.5
69a8fd
69a8fd
%description
69a8fd
adcli is a tool for joining an Active Directory domain using
69a8fd
standard LDAP and Kerberos calls.
69a8fd
69a8fd
%define _hardened_build 1
69a8fd
69a8fd
%prep
69a8fd
%autosetup -p1
69a8fd
69a8fd
%build
69a8fd
autoreconf --force --install --verbose
69a8fd
%configure --disable-static --disable-silent-rules \
69a8fd
%if 0%{?rhel}
69a8fd
    --with-vendor-error-message='Please check\n    https://red.ht/support_rhel_ad \nto get help for common issues.' \
69a8fd
%endif
69a8fd
    %{nil}
69a8fd
make %{?_smp_mflags}
69a8fd
69a8fd
%check
69a8fd
make check
69a8fd
69a8fd
%install
69a8fd
make install DESTDIR=%{buildroot}
69a8fd
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
69a8fd
69a8fd
%ldconfig_scriptlets
69a8fd
69a8fd
%files
69a8fd
%{_sbindir}/adcli
69a8fd
%doc AUTHORS COPYING ChangeLog NEWS README
69a8fd
%doc %{_mandir}/*/*
69a8fd
69a8fd
%package doc
69a8fd
Summary: adcli documentation
69a8fd
BuildArch: noarch
69a8fd
Conflicts: adcli < %{version}-%{release}
69a8fd
69a8fd
%description doc
69a8fd
adcli is a tool for joining an Active Directory domain using
69a8fd
standard LDAP and Kerberos calls. This package contains its
69a8fd
documentation.
69a8fd
69a8fd
%files doc
69a8fd
%doc %{_datadir}/doc/adcli/*
69a8fd
69a8fd
%changelog
0d611f
* Wed Oct 12 2022 Sumit Bose <sbose@redhat.com> - 0.9.2-1
0d611f
- Update to upstream release 0.9.2
0d611f
  Resolves: rhbz#2124030, rhbz#2133836
0d611f
69a8fd
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.1-7
69a8fd
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
69a8fd
  Related: rhbz#1991688
69a8fd
69a8fd
* Wed Jul 28 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-6
69a8fd
- Add ns_get16() and ns_get32() to configure check
69a8fd
  Resolves: rhbz#1984892
69a8fd
69a8fd
* Wed Jun 30 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-5
69a8fd
- Sync with upstream/Fedora/RHEL-8.5
69a8fd
  Resolves: rhbz#1977168, rhbz#1977167, rhbz#1977165
69a8fd
69a8fd
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.1-4
69a8fd
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
69a8fd
69a8fd
* Mon Mar 29 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-3
69a8fd
- Add vendor error message
69a8fd
  Resolves: rhbz#1889386
69a8fd
69a8fd
* Sat Feb 20 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-2
69a8fd
- Add Conflicts to avoid update/downgrade issues
69a8fd
69a8fd
* Sat Feb 20 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-1
69a8fd
- Update to upstream release 0.9.1
69a8fd
69a8fd
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-7
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
69a8fd
69a8fd
* Fri Nov 13 2020 Sumit Bose <sbose@redhat.com> - 0.9.0-6
69a8fd
- Include the latest upstream patches with use-ldaps fixes, man page
69a8fd
  improvements and a new sub-command to create managed service accounts
69a8fd
69a8fd
* Thu Aug 13 2020 Sumit Bose <sbose@redhat.com> - 0.9.0-5
69a8fd
- man page and help output fixes
69a8fd
69a8fd
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
69a8fd
- Second attempt - Rebuilt for
69a8fd
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
69a8fd
69a8fd
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
69a8fd
69a8fd
* Mon Jun 08 2020 Sumit Bose <sbose@redhat.com> - 0.9.0-2
69a8fd
- Include the latest upstream patches
69a8fd
69a8fd
* Wed Mar 18 2020 Sumit Bose <sbose@redhat.com> - 0.9.0-1
69a8fd
- Update to upstream release 0.9.0 and latest patches
69a8fd
69a8fd
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-9
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
69a8fd
69a8fd
* Mon Aug 26 2019 Sumit Bose <sbose@redhat.com> - 0.8.2-8
69a8fd
- various fixes and improvements
69a8fd
  Resolves: rhbz#1683745, rhbz#1738573
69a8fd
69a8fd
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-7
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
69a8fd
69a8fd
* Fri Jul  5 2019 Jakub Hrozek <jhrozek@redhat.com> - 0.8.2-6
69a8fd
- Resolves: rhbz#1727144 - adcli join fails with new krb5-libs; adcli
69a8fd
                           needs to backport patches to only use permitted
69a8fd
                           enctypes from upstream
69a8fd
69a8fd
* Tue Apr 30 2019 Sumit Bose <sbose@redhat.com> - 0.8.2-5
69a8fd
- addition patch for rhbz#1630187 and new ones for rhbz#1588596
69a8fd
  Resolves: rhbz#1630187, rhbz#1588596
69a8fd
69a8fd
* Fri Mar 22 2019 Sumit Bose <sbose@redhat.com> - 0.8.2-4
69a8fd
- various fixes and improvements
69a8fd
  Resolves: rhbz#1593240, rhbz#1608212, rhbz#1547014, rhbz#1547014,
69a8fd
            rhbz#1649868, rhbz#1588596, rhbz#1642546, rhbz#1595911,
69a8fd
            rhbz#1644311, rhbz#1337489, rhbz#1630187, rhbz#1622583
69a8fd
69a8fd
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
69a8fd
69a8fd
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
69a8fd
69a8fd
* Thu Jul 05 2018 Sumit Bose <sbose@redhat.com> - 0.8.0-1
69a8fd
- Update to upstream release 0.8.2
69a8fd
- various other fixes and improvements
69a8fd
- add option to enable "Trust this computer for delegation"
69a8fd
  Resolves: rhbz#988349
69a8fd
- fix typos in the adcli man page
69a8fd
  Resolves: rhbz#1440533
69a8fd
69a8fd
* Wed Mar 07 2018 Sumit Bose <sbose@redhat.com> - 0.8.0-7
69a8fd
- Added BuildRequires gcc
69a8fd
69a8fd
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
69a8fd
69a8fd
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-5
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
69a8fd
69a8fd
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-4
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
69a8fd
69a8fd
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
69a8fd
69a8fd
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
69a8fd
69a8fd
* Thu Dec 17 2015 Sumit Bose <sbose@redhat.com> - 0.8.0-1
69a8fd
- Update to upstream release 0.8.0
69a8fd
69a8fd
* Mon Oct 19 2015 Stef Walter <stefw@redhat.com> - 0.7.6-1
69a8fd
- Fix issue with keytab use with sshd
69a8fd
- Resolves: rhbz#1267319
69a8fd
- Put documentation in a subpackage
69a8fd
69a8fd
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-5
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
69a8fd
69a8fd
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-4
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
69a8fd
69a8fd
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-3
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
69a8fd
69a8fd
* Thu Jan 30 2014 Stef Walter <stefw@redhat.com> - 0.7.5-2
69a8fd
- Fix incorrect ownership of manual page directory
69a8fd
69a8fd
* Fri Sep 13 2013 Stef Walter <stefw@redhat.com> - 0.7.5-1
69a8fd
- Update to upstream point release 0.7.5
69a8fd
- Workaround for discovery via IPv6 address
69a8fd
- Correctly put IPv6 addresses in temporary krb5.conf
69a8fd
69a8fd
* Mon Sep 09 2013 Stef Walter <stefw@redhat.com> - 0.7.4-1
69a8fd
- Update to upstream point release 0.7.4
69a8fd
- Correctly handle truncating long host names
69a8fd
- Try to contact all available addresses for discovery
69a8fd
- Build fixes
69a8fd
69a8fd
* Wed Aug 07 2013 Stef Walter <stefw@redhat.com> - 0.7.3-1
69a8fd
- Update to upstream point release 0.7.3
69a8fd
- Don't try to set encryption types on Windows 2003
69a8fd
69a8fd
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
69a8fd
69a8fd
* Mon Jul 22 2013 Stef Walter <stefw@redhat.com> - 0.7.2-1
69a8fd
- Update to upstream point release 0.7.2
69a8fd
- Part of fix for bug [#961244]
69a8fd
69a8fd
* Mon Jul 15 2013 Stef Walter <stefw@redhat.com> - 0.7.1-4
69a8fd
- Build with verbose output logging
69a8fd
69a8fd
* Tue Jun 11 2013 Stef Walter <stefw@redhat.com> - 0.7.1-3
69a8fd
- Run 'make check' when building the package
69a8fd
69a8fd
* Mon May 13 2013 Stef Walter <stefw@redhat.com> - 0.7.1-2
69a8fd
- Bump version to get around botched update
69a8fd
69a8fd
* Mon May 13 2013 Stef Walter <stefw@redhat.com> - 0.7.1-1
69a8fd
- Update to upstream 0.7.1 release
69a8fd
- Fix problems with salt discovery [#961399]
69a8fd
69a8fd
* Mon May 06 2013 Stef Walter <stefw@redhat.com> - 0.7-1
69a8fd
- Work around broken krb5 with empty passwords [#960001]
69a8fd
- Fix memory corruption issue [#959999]
69a8fd
- Update to 0.7, fixing various bugs
69a8fd
69a8fd
* Mon Apr 29 2013 Stef Walter <stefw@redhat.com> - 0.6-1
69a8fd
- Update to 0.6, fixing various bugs
69a8fd
69a8fd
* Wed Apr 10 2013 Stef walter <stefw@redhat.com> - 0.5-2
69a8fd
- Add appropriate Obsoletes line for libadcli removal
69a8fd
69a8fd
* Wed Apr 10 2013 Stef Walter <stefw@redhat.com> - 0.5-1
69a8fd
- Update to upstream 0.5 version
69a8fd
- No more libadcli, and thus no adcli-devel
69a8fd
- Many new adcli commands
69a8fd
- Documentation
69a8fd
69a8fd
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
69a8fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
69a8fd
69a8fd
* Mon Nov 12 2012 Stef Walter <stefw@redhat.com> - 0.4-1
69a8fd
- Update for 0.4 version, fixing various bugs
69a8fd
69a8fd
* Sat Oct 20 2012 Stef Walter <stefw@redhat.com> - 0.3-1
69a8fd
- Update for 0.3 version
69a8fd
69a8fd
* Tue Sep 4 2012 Stef Walter <stefw@redhat.com> - 0.2-1
69a8fd
- Update for 0.2 version
69a8fd
69a8fd
* Wed Aug 15 2012 Stef Walter <stefw@redhat.com> - 0.1-1
69a8fd
- Initial 0.1 package