Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions baseos/systemd/systemd.spec
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -1590,7 +1580,10 @@ rm -rf \
elfbins.list

%changelog
## START: Generated by rpmautospec
* Sun Aug 23 2026 LionHeartP <LionHeartP@proton.me> - 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 <zbyszek@amutable.com> - 259.7-1
- Version 269.7
- Various fixes all over, also rhbz#2485587
Expand Down