]> git.pld-linux.org Git - packages/bash.git/commitdiff
- release 2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 7 Sep 2004 16:28:15 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added act_like_sh patch, I'm sick of having to debug entire system once
  in a while why passwd doesn't rebuild NIS maps because bash _requires_
  -p option to not drop seteuid(). With this patch bash invoked as /bin/sh
  does not need this option to retain seteuid()

Changed files:
    bash.spec -> 1.142

bash.spec

index 995a5626f4035f8e6606552aa7a79d801bf1d54f..32992fd6a941598af72731f3901e9aa0a8806c2c 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -12,7 +12,7 @@ Summary(ru):  GNU Bourne Again Shell (bash)
 Summary(uk):   GNU Bourne Again Shell (bash)
 Name:          bash
 Version:       3.0
-Release:       1%{?with_bash_history:inv}
+Release:       2%{?with_bash_history:inv}
 License:       GPL
 Group:         Applications/Shells
 Source0:       ftp://ftp.gnu.org/pub/gnu/bash/%{name}-%{version}.tar.gz
@@ -34,6 +34,7 @@ Patch7:               %{name}-rlimit_locks.patch
 Patch8:                %{name}-sighup.patch
 Patch9:                %{name}-backup_history.patch
 Patch10:       %{name}-pmake.patch
+Patch11:       %{name}-act_like_sh.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
@@ -189,6 +190,7 @@ tym pakiecie jest wersja basha skonsolidowana statycznie.
 %patch8 -p1
 %{?with_bash_history:%patch9 -p1}
 #%patch10 -p1  -- no longer needed?
+%patch11 -p1
 
 echo %{version} > _distribution
 echo %{release} > _patchlevel
This page took 0.09137 seconds and 4 git commands to generate.