diff --git a/rpm.spec b/rpm.spec index ff85e80..4100c2c 100644 --- a/rpm.spec +++ b/rpm.spec @@ -57,6 +57,7 @@ License: GPLv2+ Requires: coreutils Requires: popt%{_isa} >= 1.10.2.1 Requires: curl +Conflicts: systemd < systemd-253.5-5.fc39 Obsoletes: python2-rpm < %{version}-%{release} %if %{with check} @@ -386,11 +387,6 @@ cmake \ %install cd _build %make_install - -# temporarily remove useser handling fileattr -# as it is currently in systemd-rpm-macros -rm $RPM_BUILD_ROOT%{_rpmconfigdir}/fileattrs/sysusers.attr - cd .. mkdir -p $RPM_BUILD_ROOT%{_unitdir} @@ -624,6 +620,10 @@ fi %doc %{_defaultdocdir}/rpm/API/ %changelog +* Wed Jun 21 2023 Panu Matilainen - 4.18.91-3 +- Enable user/group provide generation +- Add a conflict for systemd versions carrying their own + * Tue Jun 13 2023 Python Maint - 4.18.91-2 - Rebuilt for Python 3.12