Release 252.1-2mamba
This commit is contained in:
parent
2c8dbd5280
commit
00dc273749
13
systemd.spec
13
systemd.spec
@ -27,7 +27,7 @@
|
||||
Name: systemd
|
||||
Epoch: 2
|
||||
Version: 252.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A system and service manager compatible with SysV and LSB init scripts
|
||||
Group: System/Configuration
|
||||
Vendor: openmamba
|
||||
@ -677,7 +677,9 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_prefix}/lib/tmpfiles.d/README
|
||||
%dir %{_prefix}/lib/systemd
|
||||
%{_prefix}/lib/systemd/*
|
||||
#%{_prefix}/lib/systemd/libsystemd-shared-*.so
|
||||
%ifarch %{ix86} arm
|
||||
%exclude %{_prefix}/lib/systemd/lib*.so
|
||||
%endif
|
||||
%dir %{_prefix}/lib/sysusers.d
|
||||
%{_prefix}/lib/sysusers.d/README
|
||||
%{_prefix}/lib/sysusers.d/*.conf
|
||||
@ -688,9 +690,6 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_prefix}/lib/modprobe.d/systemd.conf
|
||||
%{_prefix}/lib/modprobe.d/README
|
||||
%{_prefix}/lib/tmpfiles.d/*.conf
|
||||
# NOTE: requires libsystemd-shared-*.so so can't be in libsystemd for biarch support
|
||||
%{_libdir}/cryptsetup/libcryptsetup-token-systemd-pkcs11.so
|
||||
%{_libdir}/cryptsetup/libcryptsetup-token-systemd-tpm2.so
|
||||
%{_datadir}/dbus-1/interfaces/org.freedesktop.*.xml
|
||||
%{_datadir}/dbus-1/system.d/org.freedesktop.*.conf
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
|
||||
@ -763,6 +762,7 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%files -n libsystemd
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsystemd.so.*
|
||||
%{_libdir}/cryptsetup/libcryptsetup-token-systemd*.so
|
||||
%{_libdir}/systemd/libsystemd-core-*.so
|
||||
%{_libdir}/systemd/libsystemd-shared-*.so
|
||||
%{_libdir}/security/pam_systemd.*
|
||||
@ -826,6 +826,9 @@ systemctl daemon-reload &>/dev/null || :
|
||||
%{_libdir}/pkgconfig/libudev.pc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 18 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 252.1-2mamba
|
||||
- i586, arm: fix libsystemd-shared installed in both systemd and libsystemd
|
||||
|
||||
* Thu Nov 10 2022 Automatic Build System <autodist@mambasoft.it> 252.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user