diff --git a/baseos/systemd/systemd.spec b/baseos/systemd/systemd.spec index f21c9bd3..6cda098c 100644 --- a/baseos/systemd/systemd.spec +++ b/baseos/systemd/systemd.spec @@ -1,13 +1,3 @@ -## START: Set by rpmautospec -## (rpmautospec version 0.8.4) -## RPMAUTOSPEC: autorelease, autochangelog -%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 2; - base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); - print(release_number + base_release_number - 1); -}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} -## END: Set by rpmautospec - # We ship a .pc file but don't want to have a dep on pkg-config. We # strip the automatically generated dep here and instead co-own the # directory. @@ -86,7 +76,7 @@ Url: https://systemd.io # But don't do that on OBS, otherwise the version subst fails, and will be # like 257-123-gabcd257.1 instead of 257-123-gabcd %if %{without obs} -Version: %{?version_override}%{!?version_override:259.7} +Version: %{?version_override}%{!?version_override:259.8} %else Version: %{?version_override}%{!?version_override:%(cat meson.version)} %endif @@ -275,7 +265,7 @@ BuildRequires: apparmor-devel # bpftool is not built for i368 BuildRequires: bpftool BuildRequires: kernel-devel -%global have_bpf 1 +%global have_bpf 0 %endif %if 0%{?fedora} @@ -1590,7 +1580,10 @@ rm -rf \ elfbins.list %changelog -## START: Generated by rpmautospec +* Sun Aug 23 2026 LionHeartP - 259.8-1 +- Version 259.8 +- Disable bpf since our kernel does not build with it enabled + * Sat Jun 27 2026 Zbigniew Jędrzejewski-Szmek - 259.7-1 - Version 269.7 - Various fixes all over, also rhbz#2485587