]> git.pld-linux.org Git - packages/bash.git/commitdiff
- don't require fileutils,
authorTomasz Pala <gotar@pld-linux.org>
Mon, 18 Feb 2002 13:07:38 +0000 (13:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- requires(post,preun): grep.

Changed files:
    bash.spec -> 1.95

bash.spec

index 04b275a093d28d30859f1cdaf81fa583684d498d..dedeeea646731e779e5b7f9227eabf2f52081d9c 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -53,8 +53,8 @@ BuildRequires:        glibc-static >= 2.2
 BuildRequires: ncurses-static >= 5.2
 BuildRequires: readline-static >= 4.2
 %endif
-Prereq:                grep
-Prereq:                fileutils
+Requires(post):        grep
+Requires(preun):       grep
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     bash-doc
 Obsoletes:     bash2
@@ -140,8 +140,8 @@ Group(sl):  Programi/Ukazne lupine
 Group(sv):     Tillämpningar/Skal
 Group(uk):     ðÒÉËÌÁÄΦ ðÒÏÇÒÁÍÉ/ëÏÍÁÎÄΦ ÐÒÏÃÅÓÏÒÉ
 Requires:      %{name}
-Prereq:                grep
-Prereq:                fileutils
+Requires(post):        grep
+Requires(preun):       grep
 
 %description static
 Bash is a GNU project sh-compatible shell or command language
This page took 0.110708 seconds and 4 git commands to generate.