--- /dev/null
+diff -ur rc-scripts-0.4.9.orig/rc.d/rc.sysinit rc-scripts-0.4.9/rc.d/rc.sysinit
+--- rc-scripts-0.4.9.orig/rc.d/rc.sysinit 2013-11-11 10:58:44.000000000 +0000
++++ rc-scripts-0.4.9/rc.d/rc.sysinit 2014-02-03 13:11:14.805999630 +0000
+@@ -112,9 +112,7 @@
+ if ! grep -Fq selinuxfs /proc/filesystems; then
+ # no support in kernel, no chance
+ SELINUX=no
+- fi
+-
+- if ! is_fsmounted selinuxfs /selinux; then
++ elif ! is_fsmounted selinuxfs /selinux; then
+ mount -n -o gid=17 -t selinuxfs selinuxfs /selinux
+ fi
+
Summary(tr.UTF-8): inittab ve /etc/rc.d dosyaları
Name: rc-scripts
Version: 0.4.9
-Release: 2
+Release: 3
License: GPL v2
Group: Base
Source0: %{name}-%{version}.tar.gz
Source3: %{name}.tmpfiles
Patch100: %{name}-tld.patch
Patch101: %{name}-no_tmpfs_root_fsck.patch
+Patch102: %{name}-selinuxfs_mount.patch
URL: http://svn.pld-linux.org/trac/svn/wiki/packages/rc-scripts
BuildRequires: autoconf
BuildRequires: automake
%setup -q
%patch100 -p1
%patch101 -p1
+%patch102 -p1
# hack, currently this results in errno@@GLIBC_PRIVATE symbol in ppp-watch:
#GLIB_LIBS="-Wl,-static `$PKG_CONFIG --libs --static glib-2.0` -Wl,-Bdynamic"