Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7166385785 | ||
|
|
e5132318d1 |
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/rpm-4.19.1.1.tar.bz2
|
||||
/rpm-4.19.1.1.tar.bz2
|
||||
|
||||
@ -1 +0,0 @@
|
||||
5ff9a545a18cd7183854b7ec6de675969fd9b1ec SOURCES/rpm-4.19.1.1.tar.bz2
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/CI-Tier-1.functional}
|
||||
12
plans/internal/CI-Tier-1.fmf
Normal file
12
plans/internal/CI-Tier-1.fmf
Normal file
@ -0,0 +1,12 @@
|
||||
summary: Internal CI-Tier-1 tests plan
|
||||
discover:
|
||||
- name: rpm
|
||||
how: fmf
|
||||
filter: 'tag: CI-Tier-1 & component: pqrpm'
|
||||
url: https://pkgs.devel.redhat.com/git/tests/rpm
|
||||
execute:
|
||||
how: tmt
|
||||
adjust:
|
||||
enabled: false
|
||||
when: distro == centos-stream or distro == fedora
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
%global rpmver 4.19.1.1
|
||||
#global snapver rc1
|
||||
%global baserelease 4
|
||||
%global baserelease 6
|
||||
%global sover 10
|
||||
|
||||
%global srcver %{rpmver}%{?snapver:-%{snapver}}
|
||||
@ -101,6 +101,8 @@ rpm-4.19.x-multisig.patch
|
||||
rpm-4.19.x-pqc-algo.patch
|
||||
rpm-4.19.x-pqc-fixes.patch
|
||||
|
||||
rpm-4.19.x-multisig-verify-fixes.patch
|
||||
|
||||
# These are not yet upstream
|
||||
rpm-4.7.1-geode-i686.patch
|
||||
|
||||
@ -282,6 +284,12 @@ install -m 644 %{SOURCE30} $RPM_BUILD_ROOT/%{_defaultdocdir}/rpm/
|
||||
%doc %{_defaultdocdir}/rpm/macros.rpmsign-sequoia
|
||||
|
||||
%changelog
|
||||
* Thu Feb 05 2026 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-6
|
||||
- Fix key import API to return NOTTRUSTED for disabled algorithms (RHEL-112700)
|
||||
|
||||
* Mon Feb 02 2026 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-5
|
||||
- Ignore signatures made by unknown or disabled algorithms (RHEL-112700)
|
||||
|
||||
* Tue Aug 26 2025 Michal Domonkos <mdomonko@redhat.com> - 4.19.1.1-4
|
||||
- Fix rpmsign(8) man page (RHEL-109233)
|
||||
|
||||
1194
rpm-4.19.x-multisig-verify-fixes.patch
Normal file
1194
rpm-4.19.x-multisig-verify-fixes.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user