diff --git a/.adcli.metadata b/.adcli.metadata index 877b146320ec09a9865b7a80f40869bf2c6e391f..871cb5674a01b83daec73c5c893104ff887063e5 100644 --- a/.adcli.metadata +++ b/.adcli.metadata @@ -1 +1 @@ -37e86e0447e9961bb1897ddecfc20445f646ee0f SOURCES/adcli-0.9.1.tar.gz +5aba9ae88ad5a75f8ce143372cb8678b96ca5773 SOURCES/adcli-0.9.2.tar.gz diff --git a/.gitignore b/.gitignore index 403f165036321b44ca52c611600c785c3f58b80e..e330f41d7f6667089e25ba5807156dc411e57eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/adcli-0.9.1.tar.gz +SOURCES/adcli-0.9.2.tar.gz diff --git a/SPECS/adcli.spec b/SPECS/adcli.spec index 42b0d821b7c122e154c1978783c7582e4eee874e..0c416521f009cee0fefb76bf168284482b256f12 100644 --- a/SPECS/adcli.spec +++ b/SPECS/adcli.spec @@ -1,32 +1,10 @@ Name: adcli -Version: 0.9.1 -Release: 7%{?dist} +Version: 0.9.2 +Release: 1%{?dist} Summary: Active Directory enrollment License: LGPLv2+ URL: https://gitlab.freedesktop.org/realmd/adcli -Source0: https://gitlab.freedesktop.org/sbose/adcli/uploads/30880d967e79cee789194435e70fbf30/adcli-%{version}.tar.gz - -Patch1: 0001-build-add-with-vendor-error-message-configure-option.patch - -# rhbz#1977167 - [RFE] adcli should allow to modify DONT_EXPIRE_PASSWORD -# attribute -Patch2: 0001-configure-update-some-macros-for-autoconf-2.71.patch -Patch3: 0001-coverity-add-missing-NULL-checks.patch -Patch4: 0002-Add-dont-expire-password-option.patch -Patch5: 0001-Fix-for-dont-expire-password-option-and-join.patch - -# rhbz#1977168 - [RFE] Allow adcli to create AD user with password as well as -# set or reset existing user password -Patch6: 0001-library-move-UAC-flags-to-a-more-common-header-file.patch -Patch7: 0002-adcli_entry-add-entry_attrs-with-userAccountControl-.patch -Patch8: 0003-entry-add-passwd-user-sub-command.patch - -# rhbz#1977165 - [RFE] add option to populate "managed by" computer attribute -Patch9: 0004-Add-setattr-option.patch -Patch10: 0005-Add-delattr-option.patch - -# rhbz#1984892 - adcli: FTBFS because of libresolv changes in glibc 2.34 -Patch11: 0001-configure-check-for-ns_get16-and-ns_get32-as-well.patch +Source0: https://gitlab.freedesktop.org/realmd/adcli/uploads/ea560656ac921b3fe0d455976aaae9be/adcli-%{version}.tar.gz BuildRequires: gcc BuildRequires: intltool pkgconfig @@ -91,6 +69,10 @@ documentation. %doc %{_datadir}/doc/adcli/* %changelog +* Wed Oct 12 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