|
|
|
@ -1,11 +1,12 @@
|
|
|
|
|
Name: adcli
|
|
|
|
|
Version: 0.9.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: Active Directory enrollment
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
URL: https://gitlab.freedesktop.org/realmd/adcli
|
|
|
|
|
Source0: https://gitlab.freedesktop.org/realmd/adcli/uploads/ea560656ac921b3fe0d455976aaae9be/adcli-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: intltool pkgconfig
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
@ -39,13 +40,13 @@ autoreconf --force --install --verbose
|
|
|
|
|
--with-vendor-error-message='Please check\n https://red.ht/support_rhel_ad \nto get help for common issues.' \
|
|
|
|
|
%endif
|
|
|
|
|
%{nil}
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
%make_install
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
@ -69,24 +70,59 @@ documentation.
|
|
|
|
|
%doc %{_datadir}/doc/adcli/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Oct 12 2022 Sumit Bose <sbose@redhat.com> - 0.9.2-1
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.9.2-8
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.9.2-7
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.9.2-7
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2023 Sumit Bose <sbose@redhat.com> - 0.9.2-4
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Sep 29 2022 Sumit Bose <sbose@redhat.com> - 0.9.2-1
|
|
|
|
|
- Update to upstream release 0.9.2
|
|
|
|
|
Resolves: rhbz#2124030, rhbz#2133836
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.1-7
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jul 28 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-6
|
|
|
|
|
* Wed Jul 28 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-9
|
|
|
|
|
- Add ns_get16() and ns_get32() to configure check
|
|
|
|
|
Resolves: rhbz#1984892
|
|
|
|
|
Resolves: rhbz#1984891
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 28 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-7
|
|
|
|
|
- Add user-passwd sub-command
|
|
|
|
|
- Add setattr/delattr option
|
|
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-6
|
|
|
|
|
- Add fix for dont-expire-password option
|
|
|
|
|
|
|
|
|
|
* Wed Jun 30 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-5
|
|
|
|
|
- Sync with upstream/Fedora/RHEL-8.5
|
|
|
|
|
Resolves: rhbz#1977168, rhbz#1977167, rhbz#1977165
|
|
|
|
|
* Wed Jun 02 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-5
|
|
|
|
|
- Add dont-expire-password option and coverity fixes
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.1-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Wed Apr 07 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-4
|
|
|
|
|
- Add macro updates for autoconf-2.71 and downstream gating
|
|
|
|
|
|
|
|
|
|
* Mon Mar 29 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-3
|
|
|
|
|
- Add vendor error message
|
|
|
|
|