Accepting request 838928 from Base:System
OBS-URL: https://build.opensuse.org/request/show/838928 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=317
This commit is contained in:
parent
f34966767e
commit
b699d340b0
@ -1,8 +1,7 @@
|
|||||||
From 59f2eadb29ac38803fd32fe52f1403343a7d74ac Mon Sep 17 00:00:00 2001
|
From 47563b617a371680d1ec3729fa4324310ebe3710 Mon Sep 17 00:00:00 2001
|
||||||
From: Thomas Blume <thomas.blume@suse.com>
|
From: Thomas Blume <thomas.blume@suse.com>
|
||||||
Date: Tue, 25 Mar 2014 13:08:56 +0000
|
Date: Tue, 25 Mar 2014 13:08:56 +0000
|
||||||
Subject: [PATCH 02/12] rc-local: fix ordering startup for
|
Subject: [PATCH 1/1] rc-local: fix ordering startup for /etc/init.d/boot.local
|
||||||
/etc/init.d/boot.local
|
|
||||||
|
|
||||||
[tblume: fixes bnc#869142]
|
[tblume: fixes bnc#869142]
|
||||||
---
|
---
|
||||||
@ -10,13 +9,13 @@ Subject: [PATCH 02/12] rc-local: fix ordering startup for
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/units/rc-local.service.in b/units/rc-local.service.in
|
diff --git a/units/rc-local.service.in b/units/rc-local.service.in
|
||||||
index 78ce69e0ae..0bcea82bed 100644
|
index d4aaaf09d4..5cd1571cc7 100644
|
||||||
--- a/units/rc-local.service.in
|
--- a/units/rc-local.service.in
|
||||||
+++ b/units/rc-local.service.in
|
+++ b/units/rc-local.service.in
|
||||||
@@ -13,7 +13,7 @@
|
@@ -13,7 +13,7 @@
|
||||||
Description=@RC_LOCAL_SCRIPT_PATH_START@ Compatibility
|
Description=@RC_LOCAL_PATH@ Compatibility
|
||||||
Documentation=man:systemd-rc-local-generator(8)
|
Documentation=man:systemd-rc-local-generator(8)
|
||||||
ConditionFileIsExecutable=@RC_LOCAL_SCRIPT_PATH_START@
|
ConditionFileIsExecutable=@RC_LOCAL_PATH@
|
||||||
-After=network.target
|
-After=network.target
|
||||||
+After=basic.target
|
+After=basic.target
|
||||||
|
|
||||||
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 19:09:59 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6)
|
||||||
|
|
||||||
|
For a complete list of changes, visit:
|
||||||
|
https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 29 16:37:40 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Ship {/usr/lib,/etc}/systemd/network directories in the main package
|
||||||
|
|
||||||
|
These directories can be used by both udevd and networkd.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 15:12:48 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Remove dangling symlink
|
||||||
|
/usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket
|
||||||
|
|
||||||
|
Otherwise the build system complains.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 12:50:27 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5)
|
||||||
|
|
||||||
|
304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513)
|
||||||
|
6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE
|
||||||
|
acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE
|
||||||
|
[...]
|
||||||
|
|
||||||
|
For a complete list of changes, visit:
|
||||||
|
https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 16 14:07:56 UTC 2020 - Franck Bui <fbui@suse.com>
|
Wed Sep 16 14:07:56 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
||||||
%define mini -mini
|
%define mini -mini
|
||||||
%define min_kernel_version 4.5
|
%define min_kernel_version 4.5
|
||||||
%define suse_version +suse.20.gf1344d5b7f
|
%define suse_version +suse.27.gd7b5ac76dc
|
||||||
|
|
||||||
%bcond_with gnuefi
|
%bcond_with gnuefi
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
Name: systemd-mini
|
Name: systemd-mini
|
||||||
URL: http://www.freedesktop.org/wiki/Software/systemd
|
URL: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 246.4
|
Version: 246.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A System and Session Manager
|
Summary: A System and Session Manager
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -605,6 +605,7 @@ install -m0755 -D %{S:3} %{buildroot}/%{_prefix}/lib/systemd/systemd-sysv-conve
|
|||||||
install -m0755 -D %{S:4} %{buildroot}/%{_prefix}/lib/systemd/systemd-sysv-install
|
install -m0755 -D %{S:4} %{buildroot}/%{_prefix}/lib/systemd/systemd-sysv-install
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
mkdir -p % %{buildroot}%{_sysconfdir}/systemd/network
|
||||||
mkdir -p % %{buildroot}%{_sysconfdir}/systemd/nspawn
|
mkdir -p % %{buildroot}%{_sysconfdir}/systemd/nspawn
|
||||||
|
|
||||||
# Package the scripts used to fix all packaging issues. Also drop the
|
# Package the scripts used to fix all packaging issues. Also drop the
|
||||||
@ -809,6 +810,7 @@ EOF
|
|||||||
# us to prevent journald from recording audit messages in the journal
|
# us to prevent journald from recording audit messages in the journal
|
||||||
# by default (bsc#1109252).
|
# by default (bsc#1109252).
|
||||||
rm -f %{buildroot}%{_unitdir}/systemd-journald-audit.socket
|
rm -f %{buildroot}%{_unitdir}/systemd-journald-audit.socket
|
||||||
|
rm -f %{buildroot}%{_unitdir}/sockets.target.wants/systemd-journald-audit.socket
|
||||||
|
|
||||||
%if ! 0%{?bootstrap}
|
%if ! 0%{?bootstrap}
|
||||||
%find_lang systemd
|
%find_lang systemd
|
||||||
@ -1121,6 +1123,7 @@ fi
|
|||||||
%{_prefix}/lib/kernel/install.d/50-depmod.install
|
%{_prefix}/lib/kernel/install.d/50-depmod.install
|
||||||
%{_prefix}/lib/kernel/install.d/90-loaderentry.install
|
%{_prefix}/lib/kernel/install.d/90-loaderentry.install
|
||||||
%dir %{_prefix}/lib/systemd
|
%dir %{_prefix}/lib/systemd
|
||||||
|
%dir %{_prefix}/lib/systemd/network
|
||||||
%dir %{_unitdir}
|
%dir %{_unitdir}
|
||||||
%{_userunitdir}
|
%{_userunitdir}
|
||||||
%if %{with coredump}
|
%if %{with coredump}
|
||||||
@ -1244,6 +1247,7 @@ fi
|
|||||||
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
|
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
|
||||||
%dir %{_sysconfdir}/X11/xorg.conf.d
|
%dir %{_sysconfdir}/X11/xorg.conf.d
|
||||||
%dir %{_sysconfdir}/systemd
|
%dir %{_sysconfdir}/systemd
|
||||||
|
%dir %{_sysconfdir}/systemd/network
|
||||||
%dir %{_sysconfdir}/systemd/system
|
%dir %{_sysconfdir}/systemd/system
|
||||||
%dir %{_sysconfdir}/systemd/user
|
%dir %{_sysconfdir}/systemd/user
|
||||||
%dir %{_sysconfdir}/xdg/systemd
|
%dir %{_sysconfdir}/xdg/systemd
|
||||||
@ -1448,7 +1452,7 @@ fi
|
|||||||
%{_mandir}/man8/systemd-udev*
|
%{_mandir}/man8/systemd-udev*
|
||||||
%{_mandir}/man8/udev*
|
%{_mandir}/man8/udev*
|
||||||
%endif
|
%endif
|
||||||
%dir %{_prefix}/lib/systemd/system
|
%dir %{_unitdir}
|
||||||
%{_prefix}/lib/systemd/systemd-udevd
|
%{_prefix}/lib/systemd/systemd-udevd
|
||||||
%{_unitdir}/systemd-udev*.service
|
%{_unitdir}/systemd-udev*.service
|
||||||
%{_unitdir}/systemd-udevd*.socket
|
%{_unitdir}/systemd-udevd*.socket
|
||||||
@ -1457,7 +1461,6 @@ fi
|
|||||||
%{_unitdir}/sysinit.target.wants/systemd-udev*.service
|
%{_unitdir}/sysinit.target.wants/systemd-udev*.service
|
||||||
%dir %{_unitdir}/sockets.target.wants
|
%dir %{_unitdir}/sockets.target.wants
|
||||||
%{_unitdir}/sockets.target.wants/systemd-udev*.socket
|
%{_unitdir}/sockets.target.wants/systemd-udev*.socket
|
||||||
%dir %{_prefix}/lib/systemd/network
|
|
||||||
%{_prefix}/lib/systemd/network/99-default.link
|
%{_prefix}/lib/systemd/network/99-default.link
|
||||||
%{_datadir}/pkgconfig/udev.pc
|
%{_datadir}/pkgconfig/udev.pc
|
||||||
|
|
||||||
@ -1596,7 +1599,6 @@ fi
|
|||||||
%files network
|
%files network
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if %{with networkd}
|
%if %{with networkd}
|
||||||
%dir %{_sysconfdir}/systemd/network
|
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/networkd.conf
|
%config(noreplace) %{_sysconfdir}/systemd/networkd.conf
|
||||||
%{_bindir}/networkctl
|
%{_bindir}/networkctl
|
||||||
%{_datadir}/dbus-1/system.d/org.freedesktop.network1.conf
|
%{_datadir}/dbus-1/system.d/org.freedesktop.network1.conf
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:707b0dca1d9dd0fa8c8858090b5e14d9741bacda2c4d0a1745707b57b395b254
|
|
||||||
size 6548244
|
|
3
systemd-v246.6+suse.27.gd7b5ac76dc.tar.xz
Normal file
3
systemd-v246.6+suse.27.gd7b5ac76dc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a49af04e1d1dbadfcc869108ab16976a774dbbc379ae2226a4977f32c734a499
|
||||||
|
size 6552824
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 30 19:09:59 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6)
|
||||||
|
|
||||||
|
For a complete list of changes, visit:
|
||||||
|
https://github.com/openSUSE/systemd/compare/1cab0d44584687ace92d1df30eadf264231e3b65...d7b5ac76dc95ddf30e707d26998e36303e9f52a7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 29 16:37:40 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Ship {/usr/lib,/etc}/systemd/network directories in the main package
|
||||||
|
|
||||||
|
These directories can be used by both udevd and networkd.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 15:12:48 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Remove dangling symlink
|
||||||
|
/usr/lib/systemd/system/sockets.target.wants/systemd-journald-audit.socket
|
||||||
|
|
||||||
|
Otherwise the build system complains.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 12:50:27 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 1cab0d44584687ace92d1df30eadf264231e3b65 (include v246.5)
|
||||||
|
|
||||||
|
304ec2c7ab fstab-generator: add 'nofail' when NFS 'bg' option is used (bsc#1176513)
|
||||||
|
6ae277fb37 test: adapt TEST-21-SYSUSERS for SUSE
|
||||||
|
acd8bfd2cc test: adapt TEST-13-NSPAWN-SMOKE for SUSE
|
||||||
|
[...]
|
||||||
|
|
||||||
|
For a complete list of changes, visit:
|
||||||
|
https://github.com/openSUSE/systemd/compare/a4e393eecb9dbe140a6c7d57419c291d786155cf...1cab0d44584687ace92d1df30eadf264231e3b65
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 16 14:07:56 UTC 2020 - Franck Bui <fbui@suse.com>
|
Wed Sep 16 14:07:56 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
12
systemd.spec
12
systemd.spec
@ -24,7 +24,7 @@
|
|||||||
%define bootstrap 0
|
%define bootstrap 0
|
||||||
%define mini %nil
|
%define mini %nil
|
||||||
%define min_kernel_version 4.5
|
%define min_kernel_version 4.5
|
||||||
%define suse_version +suse.20.gf1344d5b7f
|
%define suse_version +suse.27.gd7b5ac76dc
|
||||||
|
|
||||||
%bcond_with gnuefi
|
%bcond_with gnuefi
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
Name: systemd
|
Name: systemd
|
||||||
URL: http://www.freedesktop.org/wiki/Software/systemd
|
URL: http://www.freedesktop.org/wiki/Software/systemd
|
||||||
Version: 246.4
|
Version: 246.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A System and Session Manager
|
Summary: A System and Session Manager
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -603,6 +603,7 @@ install -m0755 -D %{S:3} %{buildroot}/%{_prefix}/lib/systemd/systemd-sysv-conve
|
|||||||
install -m0755 -D %{S:4} %{buildroot}/%{_prefix}/lib/systemd/systemd-sysv-install
|
install -m0755 -D %{S:4} %{buildroot}/%{_prefix}/lib/systemd/systemd-sysv-install
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
mkdir -p % %{buildroot}%{_sysconfdir}/systemd/network
|
||||||
mkdir -p % %{buildroot}%{_sysconfdir}/systemd/nspawn
|
mkdir -p % %{buildroot}%{_sysconfdir}/systemd/nspawn
|
||||||
|
|
||||||
# Package the scripts used to fix all packaging issues. Also drop the
|
# Package the scripts used to fix all packaging issues. Also drop the
|
||||||
@ -807,6 +808,7 @@ EOF
|
|||||||
# us to prevent journald from recording audit messages in the journal
|
# us to prevent journald from recording audit messages in the journal
|
||||||
# by default (bsc#1109252).
|
# by default (bsc#1109252).
|
||||||
rm -f %{buildroot}%{_unitdir}/systemd-journald-audit.socket
|
rm -f %{buildroot}%{_unitdir}/systemd-journald-audit.socket
|
||||||
|
rm -f %{buildroot}%{_unitdir}/sockets.target.wants/systemd-journald-audit.socket
|
||||||
|
|
||||||
%if ! 0%{?bootstrap}
|
%if ! 0%{?bootstrap}
|
||||||
%find_lang systemd
|
%find_lang systemd
|
||||||
@ -1119,6 +1121,7 @@ fi
|
|||||||
%{_prefix}/lib/kernel/install.d/50-depmod.install
|
%{_prefix}/lib/kernel/install.d/50-depmod.install
|
||||||
%{_prefix}/lib/kernel/install.d/90-loaderentry.install
|
%{_prefix}/lib/kernel/install.d/90-loaderentry.install
|
||||||
%dir %{_prefix}/lib/systemd
|
%dir %{_prefix}/lib/systemd
|
||||||
|
%dir %{_prefix}/lib/systemd/network
|
||||||
%dir %{_unitdir}
|
%dir %{_unitdir}
|
||||||
%{_userunitdir}
|
%{_userunitdir}
|
||||||
%if %{with coredump}
|
%if %{with coredump}
|
||||||
@ -1242,6 +1245,7 @@ fi
|
|||||||
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
|
%dir %{_sysconfdir}/X11/xinit/xinitrc.d
|
||||||
%dir %{_sysconfdir}/X11/xorg.conf.d
|
%dir %{_sysconfdir}/X11/xorg.conf.d
|
||||||
%dir %{_sysconfdir}/systemd
|
%dir %{_sysconfdir}/systemd
|
||||||
|
%dir %{_sysconfdir}/systemd/network
|
||||||
%dir %{_sysconfdir}/systemd/system
|
%dir %{_sysconfdir}/systemd/system
|
||||||
%dir %{_sysconfdir}/systemd/user
|
%dir %{_sysconfdir}/systemd/user
|
||||||
%dir %{_sysconfdir}/xdg/systemd
|
%dir %{_sysconfdir}/xdg/systemd
|
||||||
@ -1446,7 +1450,7 @@ fi
|
|||||||
%{_mandir}/man8/systemd-udev*
|
%{_mandir}/man8/systemd-udev*
|
||||||
%{_mandir}/man8/udev*
|
%{_mandir}/man8/udev*
|
||||||
%endif
|
%endif
|
||||||
%dir %{_prefix}/lib/systemd/system
|
%dir %{_unitdir}
|
||||||
%{_prefix}/lib/systemd/systemd-udevd
|
%{_prefix}/lib/systemd/systemd-udevd
|
||||||
%{_unitdir}/systemd-udev*.service
|
%{_unitdir}/systemd-udev*.service
|
||||||
%{_unitdir}/systemd-udevd*.socket
|
%{_unitdir}/systemd-udevd*.socket
|
||||||
@ -1455,7 +1459,6 @@ fi
|
|||||||
%{_unitdir}/sysinit.target.wants/systemd-udev*.service
|
%{_unitdir}/sysinit.target.wants/systemd-udev*.service
|
||||||
%dir %{_unitdir}/sockets.target.wants
|
%dir %{_unitdir}/sockets.target.wants
|
||||||
%{_unitdir}/sockets.target.wants/systemd-udev*.socket
|
%{_unitdir}/sockets.target.wants/systemd-udev*.socket
|
||||||
%dir %{_prefix}/lib/systemd/network
|
|
||||||
%{_prefix}/lib/systemd/network/99-default.link
|
%{_prefix}/lib/systemd/network/99-default.link
|
||||||
%{_datadir}/pkgconfig/udev.pc
|
%{_datadir}/pkgconfig/udev.pc
|
||||||
|
|
||||||
@ -1594,7 +1597,6 @@ fi
|
|||||||
%files network
|
%files network
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%if %{with networkd}
|
%if %{with networkd}
|
||||||
%dir %{_sysconfdir}/systemd/network
|
|
||||||
%config(noreplace) %{_sysconfdir}/systemd/networkd.conf
|
%config(noreplace) %{_sysconfdir}/systemd/networkd.conf
|
||||||
%{_bindir}/networkctl
|
%{_bindir}/networkctl
|
||||||
%{_datadir}/dbus-1/system.d/org.freedesktop.network1.conf
|
%{_datadir}/dbus-1/system.d/org.freedesktop.network1.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user