Compare commits
No commits in common. "c10s" and "c8" have entirely different histories.
1
.adcli.metadata
Normal file
1
.adcli.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
5aba9ae88ad5a75f8ce143372cb8678b96ca5773 SOURCES/adcli-0.9.2.tar.gz
|
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,19 +1 @@
|
|||||||
/adcli-0.1.tar.gz
|
SOURCES/adcli-0.9.2.tar.gz
|
||||||
/adcli-0.2.tar.gz
|
|
||||||
/adcli-0.3.tar.gz
|
|
||||||
/adcli-0.4.tar.gz
|
|
||||||
/adcli-0.5.tar.gz
|
|
||||||
/adcli-0.6.tar.gz
|
|
||||||
/adcli-0.7.tar.gz
|
|
||||||
/adcli-0.7.1.tar.gz
|
|
||||||
/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
|
|
||||||
/adcli-0.7.6.tar.gz
|
|
||||||
/adcli-0.8.0.tar.gz
|
|
||||||
/adcli-0.8.2.tar.gz
|
|
||||||
/adcli-0.9.0.tar.gz
|
|
||||||
/adcli-0.9.1.tar.gz
|
|
||||||
/adcli-0.9.2.tar.gz
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
Name: adcli
|
Name: adcli
|
||||||
Version: 0.9.2
|
Version: 0.9.2
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Active Directory enrollment
|
Summary: Active Directory enrollment
|
||||||
License: LGPL-2.1-or-later
|
License: LGPLv2+
|
||||||
URL: https://gitlab.freedesktop.org/realmd/adcli
|
URL: https://gitlab.freedesktop.org/realmd/adcli
|
||||||
Source0: https://gitlab.freedesktop.org/realmd/adcli/uploads/ea560656ac921b3fe0d455976aaae9be/adcli-%{version}.tar.gz
|
Source0: https://gitlab.freedesktop.org/realmd/adcli/uploads/ea560656ac921b3fe0d455976aaae9be/adcli-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: intltool pkgconfig
|
BuildRequires: intltool pkgconfig
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -40,13 +39,13 @@ autoreconf --force --install --verbose
|
|||||||
--with-vendor-error-message='Please check\n https://red.ht/support_rhel_ad \nto get help for common issues.' \
|
--with-vendor-error-message='Please check\n https://red.ht/support_rhel_ad \nto get help for common issues.' \
|
||||||
%endif
|
%endif
|
||||||
%{nil}
|
%{nil}
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
make install DESTDIR=%{buildroot}
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -70,131 +69,69 @@ documentation.
|
|||||||
%doc %{_datadir}/doc/adcli/*
|
%doc %{_datadir}/doc/adcli/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.9.2-8
|
* Fri Oct 21 2022 Sumit Bose <sbose@redhat.com> - 0.9.2-1
|
||||||
- Bump release for October 2024 mass rebuild:
|
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* 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
|
- Update to upstream release 0.9.2
|
||||||
|
Resolves: rhbz#1991619, rhbz#2111348, rhbz#2133838
|
||||||
|
|
||||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-11
|
* Mon Jun 14 2021 Sumit Bose <sbose@redhat.com> - 0.8.2-12
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- [RFE] Allow adcli to create AD user with password as well as set or reset
|
||||||
|
existing user password [#1952828]
|
||||||
|
- [RFE] add option to populate "managed by" computer attribute [#1690920]
|
||||||
|
|
||||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-10
|
* Thu Jun 03 2021 Sumit Bose <sbose@redhat.com> - 0.8.2-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Add missing patch for [#1769644]
|
||||||
|
|
||||||
* Wed Jul 28 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-9
|
* Thu Jun 03 2021 Sumit Bose <sbose@redhat.com> - 0.8.2-10
|
||||||
- Add ns_get16() and ns_get32() to configure check
|
- [RFE] Adcli and Realm Error Code Optimization Request [#1889386]
|
||||||
Resolves: rhbz#1984891
|
- [RFE] adcli should allow to modify DONT_EXPIRE_PASSWORD attribute [#1769644]
|
||||||
|
|
||||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-8
|
* Fri Dec 11 2020 Sumit Bose <sbose@redhat,com> - 0.8.2-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Typo in CREATE A SERVICE ACCOUNT section of man page of adcli [#1906303]
|
||||||
|
|
||||||
* Mon Jun 28 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-7
|
* Wed Nov 11 2020 Sumit Bose <sbose@redhat.com> - 0.8.2-8
|
||||||
- Add user-passwd sub-command
|
- Add --use-ldaps option to adcli update as well [#1883467]
|
||||||
- Add setattr/delattr option
|
- Cannot join a pre-staged Computer Account on AD in Custom OU using Delegated
|
||||||
|
user [#1734764]
|
||||||
|
- missing documentation for required AD rights for adcli join and net
|
||||||
|
join [#1852080]
|
||||||
|
- [RFE] Add new mode to just create an AD account to be able to connect to
|
||||||
|
LDAP [#1854112]
|
||||||
|
|
||||||
* Thu Jun 03 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-6
|
* Thu Aug 13 2020 Sumit Bose <sbose@redhat.com> - 0.8.2-7
|
||||||
- Add fix for dont-expire-password option
|
- Improve "-C" option description in man page even more [#1791545]
|
||||||
|
|
||||||
* Wed Jun 02 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-5
|
* Mon Jun 15 2020 Sumit Bose <sbose@redhat.com> - 0.8.2-6
|
||||||
- Add dont-expire-password option and coverity fixes
|
- [abrt] [faf] adcli: raise(): /usr/sbin/adcli killed by 6 [#1806260]
|
||||||
|
- No longer able to delete computer from AD using adcli [#1846882]
|
||||||
|
- adcli: presetting $computer in $domain domain failed: Cannot set computer
|
||||||
|
password: Authentication error [#1846878]
|
||||||
|
- Typo in adcli update --help option [#1791611]
|
||||||
|
- Manpage and help does not explain the use of "-C" option [#1791545]
|
||||||
|
|
||||||
* Wed Apr 07 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-4
|
* Wed Jan 29 2020 Sumit Bose <sbose@redhat.com> - 0.8.2-5
|
||||||
- Add macro updates for autoconf-2.71 and downstream gating
|
- adcli should be able to Force LDAPS over 636 with AD Access Provider w.r.t
|
||||||
|
sssd [#1762420]
|
||||||
|
|
||||||
* Mon Mar 29 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-3
|
* Thu Nov 28 2019 Sumit Bose <sbose@redhat.com> - 0.8.2-4
|
||||||
- Add vendor error message
|
- adcli update --add-samba-data does not work as expected [#1745931]
|
||||||
Resolves: rhbz#1889386
|
- Issue is that with arcfour-hmac as first encryption type [#1745932]
|
||||||
|
- [RFE] enhancement adcli to set description attribute and to show all AD
|
||||||
|
attributes [#1737342]
|
||||||
|
|
||||||
* Sat Feb 20 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-2
|
* Fri Jun 14 2019 Sumit Bose <sbose@redhat.com> - 0.8.2-3
|
||||||
- Add Conflicts to avoid update/downgrade issues
|
- use autosetup macro to simplify patch handling
|
||||||
|
- fixed rpmlint warnings in the spec file
|
||||||
|
- join failed if hostname is not FQDN [#1677194]
|
||||||
|
- adcli join fails in FIPS enabled environment [#1717355]
|
||||||
|
- forward port of RHEL-7.7 fixes and enhancements
|
||||||
|
|
||||||
* Sat Feb 20 2021 Sumit Bose <sbose@redhat.com> - 0.9.1-1
|
* Tue Oct 09 2018 Sumit Bose <sbose@redhat.com> - 0.8.2-2
|
||||||
- Update to upstream release 0.9.1
|
- Do not add service principals twice and related fixes
|
||||||
|
- Resolves: rhbz#1631734
|
||||||
|
|
||||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-7
|
* Thu Jul 05 2018 Sumit Bose <sbose@redhat.com> - 0.8.2-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Nov 13 2020 Sumit Bose <sbose@redhat.com> - 0.9.0-6
|
|
||||||
- Include the latest upstream patches with use-ldaps fixes, man page
|
|
||||||
improvements and a new sub-command to create managed service accounts
|
|
||||||
|
|
||||||
* Thu Aug 13 2020 Sumit Bose <sbose@redhat.com> - 0.9.0-5
|
|
||||||
- man page and help output fixes
|
|
||||||
|
|
||||||
* Fri Jul 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
|
|
||||||
- Second attempt - Rebuilt for
|
|
||||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jun 08 2020 Sumit Bose <sbose@redhat.com> - 0.9.0-2
|
|
||||||
- Include the latest upstream patches
|
|
||||||
|
|
||||||
* Wed Mar 18 2020 Sumit Bose <sbose@redhat.com> - 0.9.0-1
|
|
||||||
- Update to upstream release 0.9.0 and latest patches
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Aug 26 2019 Sumit Bose <sbose@redhat.com> - 0.8.2-8
|
|
||||||
- various fixes and improvements
|
|
||||||
Resolves: rhbz#1683745, rhbz#1738573
|
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 5 2019 Jakub Hrozek <jhrozek@redhat.com> - 0.8.2-6
|
|
||||||
- Resolves: rhbz#1727144 - adcli join fails with new krb5-libs; adcli
|
|
||||||
needs to backport patches to only use permitted
|
|
||||||
enctypes from upstream
|
|
||||||
|
|
||||||
* Tue Apr 30 2019 Sumit Bose <sbose@redhat.com> - 0.8.2-5
|
|
||||||
- addition patch for rhbz#1630187 and new ones for rhbz#1588596
|
|
||||||
Resolves: rhbz#1630187, rhbz#1588596
|
|
||||||
|
|
||||||
* Fri Mar 22 2019 Sumit Bose <sbose@redhat.com> - 0.8.2-4
|
|
||||||
- various fixes and improvements
|
|
||||||
Resolves: rhbz#1593240, rhbz#1608212, rhbz#1547014, rhbz#1547014,
|
|
||||||
rhbz#1649868, rhbz#1588596, rhbz#1642546, rhbz#1595911,
|
|
||||||
rhbz#1644311, rhbz#1337489, rhbz#1630187, rhbz#1622583
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 05 2018 Sumit Bose <sbose@redhat.com> - 0.8.0-1
|
|
||||||
- Update to upstream release 0.8.2
|
- Update to upstream release 0.8.2
|
||||||
- various other fixes and improvements
|
- various other fixes and improvements from the latest Fedora update
|
||||||
- add option to enable "Trust this computer for delegation"
|
|
||||||
Resolves: rhbz#988349
|
|
||||||
- fix typos in the adcli man page
|
|
||||||
Resolves: rhbz#1440533
|
|
||||||
|
|
||||||
* Wed Mar 07 2018 Sumit Bose <sbose@redhat.com> - 0.8.0-7
|
|
||||||
- Added BuildRequires gcc
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-10
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
|
Loading…
Reference in New Issue
Block a user