forked from pool/filesystem
Accepting request 898639 from Base:System
OBS-URL: https://build.opensuse.org/request/show/898639 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem?expand=0&rev=158
This commit is contained in:
commit
9df2e97fd9
@ -7,6 +7,7 @@
|
||||
0755 root root /etc/ld.so.conf.d
|
||||
0755 root root /etc/logrotate.d
|
||||
0755 root root /etc/modprobe.d
|
||||
0755 root root /etc/motd.d
|
||||
0755 root root /etc/profile.d
|
||||
0755 root root /etc/permissions.d
|
||||
0755 root root /etc/skel
|
||||
@ -55,6 +56,7 @@
|
||||
0755 root root /usr/lib/modprobe.d
|
||||
0555 root root /usr/lib/pkgconfig
|
||||
0755 root root /usr/lib/browser-plugins
|
||||
0755 root root /usr/lib/motd.d
|
||||
0555 root root /usr/lib/restricted
|
||||
0555 root root /usr/lib/restricted/bin
|
||||
0755 root root /usr/lib/sysctl.d
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 9 06:13:42 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add /etc/motd.d and /usr/lib/motd.d [bsc#1185897]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 7 09:45:02 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- Set package version number for Tumbleweed to TW
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 31 23:20:17 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Add Turkish, Romanian and Indonesian to localized man directories
|
||||
(match up all currently supported languages by man-db)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 15 19:27:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -22,8 +22,13 @@ Name: filesystem
|
||||
Summary: Basic Directory Layout
|
||||
License: MIT
|
||||
Group: System/Fhs
|
||||
%if 0%{?sle_version}
|
||||
Version: %(echo %suse_version | cut -b-2).%(echo %suse_version | cut -b3)
|
||||
Release: 0
|
||||
%else
|
||||
Version: 84.87
|
||||
Release: 0
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?usrmerged}
|
||||
# XXX libsolv never sees the rpmlib provides fulfilled
|
||||
|
@ -7,13 +7,16 @@ eo
|
||||
es
|
||||
fr
|
||||
hu
|
||||
id
|
||||
it
|
||||
ja
|
||||
nl
|
||||
pl
|
||||
pt
|
||||
pt_BR
|
||||
ro
|
||||
ru
|
||||
tr
|
||||
sk
|
||||
sv
|
||||
uk
|
||||
|
Loading…
Reference in New Issue
Block a user