Skip to content

Commit

Permalink
chore: Add missing abginore file, modify release
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 18, 2024
1 parent aa6194c commit e09a4a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions staging/systemd/.abignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[suppress_file]
# Those shared objects are private to systemd
file_name_regexp=libsystemd-(shared|core)-.*.so
2 changes: 1 addition & 1 deletion staging/systemd/systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Url: https://systemd.io
# Allow users to specify the version and release when building the rpm by
# setting the %%version_override and %%release_override macros.
Version: %{?version_override}%{!?version_override:255.14}
Release: %autorelease
Release: %autorelease.ublue.1

%global stable %(c="%version"; [ "$c" = "${c#*.*}" ]; echo $?)

Expand Down

0 comments on commit e09a4a9

Please sign in to comment.