From 71e36ce9716f29f32249956c22200958a05d8c64d359453c2c3408328f77515a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 14 Apr 2021 10:04:54 +0000 Subject: [PATCH] - Check for usr/lib/modules to handle usrmerge (bsc#1029961) - 4.4.2 - Do not own system directories (like /usr/bin): + filesystem is responsible to bring those directories with the correct permission flags. Owning them here only introduces races/conflicts. + As a result: expand the files section for bindir and unitdir to be exact on the files. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1106 --- yast2-installation-4.4.1.tar.bz2 | 3 --- yast2-installation-4.4.2.tar.bz2 | 3 +++ yast2-installation.changes | 16 ++++++++++++++++ yast2-installation.spec | 10 +++++++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 yast2-installation-4.4.1.tar.bz2 create mode 100644 yast2-installation-4.4.2.tar.bz2 diff --git a/yast2-installation-4.4.1.tar.bz2 b/yast2-installation-4.4.1.tar.bz2 deleted file mode 100644 index 345e145..0000000 --- a/yast2-installation-4.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cceff691d93b83ad20767ac8d6c09ab91dd2fee9c4bd0b74300e779bbca03ca -size 1470215 diff --git a/yast2-installation-4.4.2.tar.bz2 b/yast2-installation-4.4.2.tar.bz2 new file mode 100644 index 0000000..a84bd88 --- /dev/null +++ b/yast2-installation-4.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db50d54a47e2a8e7728db5f1a4fec40f742e64610d872e9fd9286d72eaaf6e9 +size 1470986 diff --git a/yast2-installation.changes b/yast2-installation.changes index b1924d7..398769a 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Apr 14 09:46:38 UTC 2021 - Ludwig Nussel + +- Check for usr/lib/modules to handle usrmerge (bsc#1029961) +- 4.4.2 + +------------------------------------------------------------------- +Wed Apr 14 08:44:31 UTC 2021 - Dominique Leuenberger + +- Do not own system directories (like /usr/bin): + + filesystem is responsible to bring those directories with the + correct permission flags. Owning them here only introduces + races/conflicts. + + As a result: expand the files section for bindir and unitdir to + be exact on the files. + ------------------------------------------------------------------- Fri Apr 9 16:21:31 UTC 2021 - Ladislav Slezák diff --git a/yast2-installation.spec b/yast2-installation.spec index a6058f5..67f0461 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -198,9 +198,13 @@ systemctl enable YaST2-Firstboot.service %files # systemd service files -%{_unitdir} +%{_unitdir}/YaST2-Firstboot.service +%{_unitdir}/YaST2-Second-Stage.service +%{_bindir}/memsample +%{_bindir}/memsample-archive-to-csv +%{_bindir}/memsample-csv-plot # yupdate script -%{_bindir}/ +%{_bindir}/yupdate %{yast_clientdir} %{yast_moduledir} %{yast_desktopdir}