diff options
author | Alexander Kanavin <alex@linutronix.de> | 2024-12-04 07:49:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-12 13:22:08 +0000 |
commit | ea9c2cfb6901251b95e07e052616a512b91ea0c7 (patch) | |
tree | b414b0c1e78803bdd8f598996edb612807f8e4b3 /meta/lib | |
parent | 21a9165058a60aaee3ec5c40c6cfecfff0ff64d8 (diff) | |
download | poky-ea9c2cfb6901251b95e07e052616a512b91ea0c7.tar.gz |
rpm: update 4.19.1.1 -> 4.20.0
With this release, as expected, deprecated openpgp support
has been fully removed and replaced with sequoia:
https://github.com/rpm-software-management/rpm-sequoia/
Alas, it's written in rust, and has no recipe, so for now
signing rpm packages has to be disabled.
Remove package name parameter to %prep in source archiving, as it's
been dropped in the new rpm, and wasn't needed to begin with.
Drop 0001-perl-disable-auto-reqs.patch
(files removed upstream).
(From OE-Core rev: 8c15b4577d5e554cc2dd5adfb88b816894b05a9a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/signing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/signing.py b/meta/lib/oeqa/selftest/cases/signing.py index 18cce0ba25..51d1c3fa64 100644 --- a/meta/lib/oeqa/selftest/cases/signing.py +++ b/meta/lib/oeqa/selftest/cases/signing.py | |||
@@ -71,6 +71,7 @@ class Signing(OESelftestTestCase): | |||
71 | """ | 71 | """ |
72 | import oe.packagedata | 72 | import oe.packagedata |
73 | 73 | ||
74 | self.skipTest('This test requires rpm-sequoia support in rpm') | ||
74 | self.setup_gpg() | 75 | self.setup_gpg() |
75 | 76 | ||
76 | package_classes = get_bb_var('PACKAGE_CLASSES') | 77 | package_classes = get_bb_var('PACKAGE_CLASSES') |