- 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:
Ludwig Nussel 2014-08-29 07:11:07 +00:00 committed by Git OBS Bridge
parent b5b1a06f8c
commit 901bbeb97c
4 changed files with 12 additions and 4 deletions

View File

@ -68,7 +68,6 @@
0700 root root /root/.gnupg
0755 root root /root/bin
0755 root root /run
0775 root lock /run/lock
0755 root root /sbin
0755 root root /selinux
0755 root root /srv/ftp

View File

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

View File

@ -23,9 +23,10 @@ Group: System/Fhs
Version: %(echo %suse_version | cut -b-2).%(echo %suse_version | cut -b3)
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: aaa_dir
Provides: aaa_dir
Source: directory.list
Obsoletes: aaa_dir < %version-%release
Provides: aaa_dir = %version-%release
Url: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem
Source0: directory.list
Source1: filesystem.links
Source2: languages
Source3: ghost.list
@ -40,6 +41,8 @@ the home directories of system users.
%prep
%setup -c -n filesystem -T
%build
%install
function create_dir () {
local MODE=$1

View File

@ -1,2 +1,3 @@
1777 root root /tmp/.X11-unix
1777 root root /tmp/.ICE-unix
0775 root lock /run/lock