]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
drop deprecated run-parts.sh auto/th/rc-scripts-0.4.16-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 10 Dec 2017 21:46:28 +0000 (23:46 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 10 Dec 2017 21:46:30 +0000 (23:46 +0200)
rc-scripts.spec

index d59fa8244982510a8e32bd3c8d74cf183baef659..f439f8369ce75f00c7a823bf89609cf6f3b1aea2 100644 (file)
@@ -11,7 +11,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.16
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Base
 #Source0:      ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
@@ -169,6 +169,9 @@ install -d $RPM_BUILD_ROOT/var/{run/netreport,log} \
        DESTDIR=$RPM_BUILD_ROOT \
        %{!?with_static:ppp_watch_LDADD="$(pkg-config --libs glib-2.0)" ppp_watch_DEPENDENCIES=}
 
+# deprecated shell version
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/run-parts.sh
+
 for i in 0 1 2 3 4 5 6; do
        install -d $RPM_BUILD_ROOT/etc/rc.d/rc$i.d
 done
@@ -436,6 +439,4 @@ done
 %files -n run-parts
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/run-parts
-# deprecated shell version, packaged for quick fix if something broken. will be dropped soon
-%attr(755,root,root) %{_bindir}/run-parts.sh
 %{_mandir}/man8/run-parts.8*
This page took 0.097227 seconds and 4 git commands to generate.