- 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
This commit is contained in:
YaST Team Bot 2021-04-14 10:04:54 +00:00 committed by Git OBS Bridge
parent 0c7316c03e
commit 71e36ce971
4 changed files with 26 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7cceff691d93b83ad20767ac8d6c09ab91dd2fee9c4bd0b74300e779bbca03ca
size 1470215

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7db50d54a47e2a8e7728db5f1a4fec40f742e64610d872e9fd9286d72eaaf6e9
size 1470986

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 14 09:46:38 UTC 2021 - Ludwig Nussel <lnussel@suse.com>
- Check for usr/lib/modules to handle usrmerge (bsc#1029961)
- 4.4.2
-------------------------------------------------------------------
Wed Apr 14 08:44:31 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <lslezak@suse.cz>

View File

@ -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}