Add support for %autosetup -C

Resolves: RHEL-141269
This commit is contained in:
Michal Domonkos 2026-06-18 09:39:24 +02:00
parent 271b202be3
commit 6755696e77
2 changed files with 1170 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@
%global rpmver 4.19.1.1
#global snapver rc1
%global baserelease 23
%global baserelease 24
%global sover 10
%global srcver %{rpmver}%{?snapver:-%{snapver}}
@ -175,6 +175,8 @@ rpm-4.19.x-multisig-verify-fixes.patch
rpm-4.19.x-nsswitch-enable.patch
0001-Fix-empty-password-field-in-passwd-group-causing-ent.patch
rpm-4.19.x-add-autosetup-C.patch
# These are not yet upstream
rpm-4.7.1-geode-i686.patch
@ -664,6 +666,9 @@ fi
%doc %{_defaultdocdir}/rpm/API/
%changelog
* Thu Jun 18 2026 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-24
- Add support for %%autosetup -C (RHEL-141269)
* Thu Feb 05 2026 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-23
- Fix key import API to return NOTTRUSTED for disabled algorithms (RHEL-112394)