]> TLD Linux GIT Repositories - packages/rc-scripts.git/blobdiff - rc-scripts.spec
- fix "intteger expression expected" error when run with bash
[packages/rc-scripts.git] / rc-scripts.spec
index 798d12381b39793a12d03144d07792bf1f3e158d..c506940df3e0522aa61caaf18059568f209022e6 100644 (file)
@@ -1,5 +1,5 @@
 # Conditional build:
-%bcond_without static  # link binaries with glib dynamically
+%bcond_without static          # link binaries with glib dynamically
 
 Summary:       inittab and /etc/rc.d scripts
 Summary(de.UTF-8):     inittab und /etc/rc.d Scripts
@@ -8,7 +8,7 @@ Summary(pl.UTF-8):      inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr.UTF-8):     inittab ve /etc/rc.d dosyaları
 Name:          rc-scripts
 Version:       0.4.11
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
@@ -19,6 +19,7 @@ Source3:      %{name}.tmpfiles
 Patch100:      %{name}-tld.patch
 Patch101:      %{name}-no_tmpfs_root_fsck.patch
 Patch102:      %{name}-selinuxfs_mount.patch
+Patch103:      %{name}-sh_fixes.patch
 URL:           http://svn.pld-linux.org/trac/svn/wiki/packages/rc-scripts
 BuildRequires: autoconf
 BuildRequires: automake
@@ -113,6 +114,7 @@ programcıklar içerir.
 %patch100 -p1
 %patch101 -p1
 %patch102 -p1
+%patch103 -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"