Accepting request 962139 from home:gmbr3:Active

- Update Supplements to new format in baselibs.conf
- Fix libsystemd-shared exclusion in baselibs.conf
- Exclude new cryptsetup libraries in baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/962139
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1262
This commit is contained in:
Franck Bui 2022-03-16 12:30:56 +00:00 committed by Git OBS Bridge
parent a38ff3ffe3
commit fdc392bf33
2 changed files with 10 additions and 2 deletions

View File

@ -2,9 +2,10 @@
# https://en.opensuse.org/openSUSE:Build_Service_baselibs.conf#Quickstart
#
systemd
supplements "packageand(systemd:pam-<targettype>)"
supplements "(systemd and pam-<targettype>)"
-/lib/systemd/system/
-/usr/lib/systemd/libsystemd-shared.*\.so
-/usr/lib/systemd
-/usr/lib/cryptsetup
post "<prefix>%{_sbindir}/pam-config -a --systemd || :"
libsystemd0
libudev1

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 12 12:57:26 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Update Supplements to new format in baselibs.conf
- Fix libsystemd-shared exclusion in baselibs.conf
- Exclude new cryptsetup libraries in baselibs.conf
-------------------------------------------------------------------
Tue Mar 8 19:08:03 UTC 2022 - Franck Bui <fbui@suse.com>