From 38b23cf1842daa0ff50cc203756397960caa87096b510c710e9a7cc10a868ae9 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 7 Feb 2024 13:27:55 +0000 Subject: [PATCH] - Drop python3-pefile dependency from the experimental package. MicroOs is fond of the experimental stuff but OTOH it doesn't ship python3. Let's drop the dependency for now, users of ukify are invited to install python3-pe manually. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1488 --- systemd.changes | 7 +++++++ systemd.spec | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/systemd.changes b/systemd.changes index 52da74a0..08e85a9b 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 6 14:48:27 UTC 2024 - Franck Bui + +- Drop python3-pefile dependency from the experimental package. MicroOs is fond + of the experimental stuff but OTOH it doesn't ship python3. Let's drop the + dependency for now, users of ukify are invited to install python3-pe manually. + ------------------------------------------------------------------- Tue Feb 6 13:31:09 UTC 2024 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 8d1621ef..74c76cf8 100644 --- a/systemd.spec +++ b/systemd.spec @@ -676,8 +676,6 @@ refer to %{_testsuitedir}/integration-tests/README.testsuite. Summary: Experimental systemd features License: LGPL-2.1-or-later Requires: %{name} = %{version}-%{release} -# Needed by ukify -Requires: python3-pefile %systemd_requires # fdisk is a build requirement for repart BuildRequires: pkgconfig(fdisk)