]> git.pld-linux.org Git - packages/bash.git/commitdiff
- drop bashbug, kills /bin/sh dep from package
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 Jun 2008 11:41:18 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash.spec -> 1.189

bash.spec

index 0253dc0a25239de15c80fe5a34e982a997b832d2..fd77b0edda16776245c31a2cadbe79fad3f2005d 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -251,6 +251,9 @@ install %{SOURCE3} $RPM_BUILD_ROOT/etc/skel/.bash_profile
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/skel/.bashrc
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
+# use our bugtracker, upstream will ignore reports from this anyway
+rm -f $RPM_BUILD_ROOT%{_bindir}/bashbug
+
 %find_lang %{name}
 
 %clean
@@ -278,7 +281,6 @@ os.execute("/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1")
 
 %attr(755,root,root) /bin/bash
 %attr(755,root,root) /bin/rbash
-%attr(755,root,root) %{_bindir}/bashbug
 
 %{?with_bash_history:%attr(1733,root,root) %dir /var/log/bash_hist}
 %{_infodir}/bash.info*
This page took 0.07497 seconds and 4 git commands to generate.