]> git.pld-linux.org Git - packages/rc-scripts.git/blobdiff - rc-scripts.spec
- added patch that reverses entries in /etc/sysconfig/static-nat
[packages/rc-scripts.git] / rc-scripts.spec
index 10dc4cb1ac99de281a3f3b419fa6520f3a262898..ad12a206712ae661295c4dec65061381f6cca4f7 100644 (file)
@@ -1,4 +1,7 @@
-# $Id: rc-scripts.spec,v 1.96 2002-07-30 14:06:10 qboosh Exp $
+# $Id: rc-scripts.spec,v 1.105 2002-11-08 23:25:40 alchemyx Exp $
+#
+# _with_chroot         make the thing chroot safe (CAN BRAKE SOMETHING!!!)
+
 Summary:       inittab and /etc/rc.d scripts
 Summary(de):   inittab und /etc/rc.d Scripts
 Summary(fr):   inittab et scripts /etc/rc.d
@@ -6,7 +9,7 @@ Summary(pl):    inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr):   inittab ve /etc/rc.d dosyalarý
 Name:          rc-scripts
 Version:       0.3.1
-Release:       5
+Release:       11
 License:       GPL
 Vendor:                PLD rc-scripts Team <pld-rc-scripts@pld.org.pl>
 Group:         Base
@@ -15,6 +18,14 @@ Patch0:              %{name}-shared.patch
 Patch1:                %{name}-ipx_fix.patch
 Patch2:                %{name}-ulimitc.patch
 Patch3:                %{name}-killgnu.patch
+Patch4:                %{name}-wlan.patch
+Patch5:                %{name}-arp-any.patch
+Patch6:                %{name}-pppshutdownsleep.patch
+Patch7:                %{name}-chat-ppp0.tpsa.patch
+Patch8:                %{name}-via.patch
+Patch9:                %{name}-static-nat.patch
+Patch10:       %{name}-chroot_safe.patch
+Patch11:       %{name}-onlink.patch
 URL:           http://cvs.pld.org.pl/index.cgi/rc-scripts/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -88,9 +99,17 @@ programc
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p0
+%patch8 -p1
+%patch9 -p1
+%{!?_with_chroot:#}%patch10 -p1
+%patch11 -p1
 
 %build
-aclocal
+%{__aclocal}
 %{__automake}
 %{__autoconf}
 %configure \
@@ -210,7 +229,7 @@ mv /etc/sysconfig/network-scripts/ifcfg-* /etc/sysconfig/interfaces/
 %attr(755,root,root) %{_sbindir}/ppp-watch
 %attr(755,root,root) %{_sbindir}/netreport
 %attr(755,root,root) %{_sbindir}/setsysfont
-%attr(755,root,root) %{_sbindir}/usernetctl
+%attr(4755,root,root) %{_sbindir}/usernetctl
 
 %attr(755,root,root) %{_sbindir}/if*
 %attr(755,root,root) %{_sbindir}/tnl*
This page took 0.278045 seconds and 4 git commands to generate.