diff --git a/systemd.spec b/systemd.spec index 5e193aff90cbc061b8daeaa9bd8a18b5c44eab17..171a6bc9ed761c5d66f854a776999e58649a76a4 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%define anolis_release 6 +%define anolis_release 7 %global __requires_exclude pkg-config %global pkgdir %{_prefix}/lib/systemd @@ -114,8 +114,8 @@ Provides: systemd-sysv = 206 Conflicts: initscripts < 9.56.1 Obsoletes: timedatex < 0.6-3 Provides: timedatex = 0.6-3 -Conflicts: systemd-standalone-tmpfiles < %{EVR}^ -Conflicts: systemd-standalone-sysusers < %{EVR}^ +Conflicts: systemd-standalone-tmpfiles < %{EVR} +Conflicts: systemd-standalone-sysusers < %{EVR} Provides: systemd-tmpfiles = %{EVR} Obsoletes: systemd-tmpfiles < %{EVR} Provides: systemd-sysusers = %{EVR} @@ -2170,6 +2170,9 @@ fi %doc docs/DISTRO_PORTING.md docs/HACKING.md %changelog +* Wed Aug 27 2025 mgb01105731 - 255-7 +- test + * Fri Jul 04 2025 Zhang Xianwei - 255-6 - Revert "udev: use bfq as the default scheduler"