diff --git a/staging/systemd/.abignore b/staging/systemd/.abignore new file mode 100644 index 0000000..6a33b88 --- /dev/null +++ b/staging/systemd/.abignore @@ -0,0 +1,3 @@ +[suppress_file] +# Those shared objects are private to systemd +file_name_regexp=libsystemd-(shared|core)-.*.so diff --git a/staging/systemd/systemd.spec b/staging/systemd/systemd.spec index 53a3e1f..c9763bf 100644 --- a/staging/systemd/systemd.spec +++ b/staging/systemd/systemd.spec @@ -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 $?)