- make /run/lock %ghost to fix build failure
OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=127
This commit is contained in:
parent
b5b1a06f8c
commit
901bbeb97c
@ -68,7 +68,6 @@
|
|||||||
0700 root root /root/.gnupg
|
0700 root root /root/.gnupg
|
||||||
0755 root root /root/bin
|
0755 root root /root/bin
|
||||||
0755 root root /run
|
0755 root root /run
|
||||||
0775 root lock /run/lock
|
|
||||||
0755 root root /sbin
|
0755 root root /sbin
|
||||||
0755 root root /selinux
|
0755 root root /selinux
|
||||||
0755 root root /srv/ftp
|
0755 root root /srv/ftp
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 29 07:10:41 UTC 2014 - lnussel@suse.de
|
||||||
|
|
||||||
|
- make /run/lock %ghost to fix build failure
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 23 18:44:15 CEST 2014 - ro@suse.de
|
Wed Apr 23 18:44:15 CEST 2014 - ro@suse.de
|
||||||
|
|
||||||
|
@ -23,9 +23,10 @@ Group: System/Fhs
|
|||||||
Version: %(echo %suse_version | cut -b-2).%(echo %suse_version | cut -b3)
|
Version: %(echo %suse_version | cut -b-2).%(echo %suse_version | cut -b3)
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Obsoletes: aaa_dir
|
Obsoletes: aaa_dir < %version-%release
|
||||||
Provides: aaa_dir
|
Provides: aaa_dir = %version-%release
|
||||||
Source: directory.list
|
Url: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem
|
||||||
|
Source0: directory.list
|
||||||
Source1: filesystem.links
|
Source1: filesystem.links
|
||||||
Source2: languages
|
Source2: languages
|
||||||
Source3: ghost.list
|
Source3: ghost.list
|
||||||
@ -40,6 +41,8 @@ the home directories of system users.
|
|||||||
%prep
|
%prep
|
||||||
%setup -c -n filesystem -T
|
%setup -c -n filesystem -T
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
function create_dir () {
|
function create_dir () {
|
||||||
local MODE=$1
|
local MODE=$1
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
1777 root root /tmp/.X11-unix
|
1777 root root /tmp/.X11-unix
|
||||||
1777 root root /tmp/.ICE-unix
|
1777 root root /tmp/.ICE-unix
|
||||||
|
0775 root lock /run/lock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user