diff --git a/systemd.spec b/systemd.spec index 5e193aff90cbc061b8daeaa9bd8a18b5c44eab17..3e1ed0801c126edc90b04824c63061387c49c91c 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 @@ -416,6 +416,9 @@ CONFIGURE_OPTS=( -Dxz=true -Dzlib=true -Dbzip2=true -Dlz4=true -Dzstd=true -Dopenssl=true -Dcryptolib=openssl -Dp11kit=true -Dgcrypt=false -Daudit=true -Delfutils=true -Defi=true +%ifarch sw-64 + --Dbootloader=disabled +%endif -Dlibcryptsetup=%[%{with bootstrap}?"false":"true"] -Dpwquality=true -Dqrencode=true -Dgnutls=true -Dmicrohttpd=true -Dlibidn2=true -Dlibiptc=false -Dlibcurl=true -Dlibfido2=true @@ -2170,6 +2173,9 @@ fi %doc docs/DISTRO_PORTING.md docs/HACKING.md %changelog +* Tue Jul 22 2025 lzq11122 - 255-7 +- fix spec for add sw64 architecture + * Fri Jul 04 2025 Zhang Xianwei - 255-6 - Revert "udev: use bfq as the default scheduler"