- Import commit 5bba1ebe17564b606cc5d1c07b14123c305019a7 (merge of v256.4)
For a complete list of changes, visit:
bd8b5ee3cf...5bba1ebe17
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1549
This commit is contained in:
parent
6882300393
commit
fb75b8960a
@ -138,8 +138,8 @@
|
||||
%{_bindir}/timedatectl
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/userdbctl
|
||||
%{_bindir}/varlinkctl
|
||||
%endif
|
||||
%{_bindir}/varlinkctl
|
||||
%if %{without bootstrap}
|
||||
%{_datadir}/bash-completion/completions/busctl
|
||||
%{_datadir}/bash-completion/completions/coredumpctl
|
||||
@ -227,6 +227,7 @@
|
||||
%{_datadir}/zsh/site-functions/_systemd-run
|
||||
%{_datadir}/zsh/site-functions/_systemd-tmpfiles
|
||||
%{_datadir}/zsh/site-functions/_timedatectl
|
||||
%{_datadir}/zsh/site-functions/_varlinkctl
|
||||
%{_journalcatalogdir}/systemd.catalog
|
||||
%{_libdir}/libnss_myhostname.so.2
|
||||
%{_libdir}/libnss_systemd.so.2
|
||||
|
@ -263,6 +263,7 @@
|
||||
%{_udevhwdbdir}/70-analyzers.hwdb
|
||||
%{_udevhwdbdir}/70-av-production.hwdb
|
||||
%{_udevhwdbdir}/70-cameras.hwdb
|
||||
%{_udevhwdbdir}/70-hardware-wallets.hwdb
|
||||
%{_udevhwdbdir}/70-joystick.hwdb
|
||||
%{_udevhwdbdir}/70-mouse.hwdb
|
||||
%{_udevhwdbdir}/70-pda.hwdb
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8a726b287cb7107f4e7ba0b1f9048a8f1589b8aa226a25bb6222a701c18bc1e
|
||||
size 11222348
|
3
systemd-v256.4+suse.6.g5bba1ebe17.tar.xz
Normal file
3
systemd-v256.4+suse.6.g5bba1ebe17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72df6e07b7a1d1e706b752c5d9396f7a6c829140b90fa1f82481146bca5a2de8
|
||||
size 11233100
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 13:49:10 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit 5bba1ebe17564b606cc5d1c07b14123c305019a7 (merge of v256.4)
|
||||
|
||||
For a complete list of changes, visit:
|
||||
https://github.com/openSUSE/systemd/compare/bd8b5ee3cf0466b6b78e167967468cf6f93ec807...5bba1ebe17564b606cc5d1c07b14123c305019a7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 12:34:13 UTC 2024 - Michal Koutný <mkoutny@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package systemd
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
@ -26,9 +26,9 @@
|
||||
%define systemd_release %{?release_override}%{!?release_override:0}
|
||||
%define archive_version %{nil}
|
||||
%else
|
||||
%define systemd_version 256.2
|
||||
%define systemd_version 256.4
|
||||
%define systemd_release 0
|
||||
%define archive_version +suse.5.gbd8b5ee3cf
|
||||
%define archive_version +suse.6.g5bba1ebe17
|
||||
%endif
|
||||
|
||||
%define systemd_major %{sub %systemd_version 1 3}
|
||||
@ -337,7 +337,7 @@ Requires: group(lp)
|
||||
Requires(pre): group(kvm)
|
||||
Requires(post): sed
|
||||
Requires(post): coreutils
|
||||
Requires(postun): coreutils
|
||||
Requires(postun):coreutils
|
||||
# 'regenerate_initrd_post' macro is expanded during build, hence this BR.
|
||||
BuildRequires: suse-module-tools
|
||||
%if %{without bootstrap}
|
||||
@ -1062,7 +1062,6 @@ tar -cO \
|
||||
%if %{without bootstrap}
|
||||
%find_lang systemd
|
||||
%else
|
||||
rm -f %{buildroot}%{_bindir}/varlinkctl
|
||||
rm -f %{buildroot}%{_journalcatalogdir}/*
|
||||
rm -fr %{buildroot}%{_docdir}/systemd
|
||||
rm -f %{buildroot}%{_bindir}/run0
|
||||
|
Loading…
Reference in New Issue
Block a user