Dr. Werner Fink 2012-06-11 11:51:41 +00:00 committed by Git OBS Bridge
parent 26288a1431
commit e9f363ca41
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 11 11:51:12 UTC 2012 - werner@suse.de
- Enable auditing patch by simply applying it
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 23 23:37:53 UTC 2012 - meissner@suse.com Wed May 23 23:37:53 UTC 2012 - meissner@suse.com

View File

@ -16,10 +16,9 @@
# #
Name: bash Name: bash
BuildRequires: autoconf
BuildRequires: audit-devel BuildRequires: audit-devel
BuildRequires: autoconf
BuildRequires: bison BuildRequires: bison
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
%if %suse_version > 1020 %if %suse_version > 1020
@ -83,6 +82,7 @@ Patch24: readline-6.2-metamode.patch
Patch25: readline-6.2-endpw.dif Patch25: readline-6.2-endpw.dif
Patch30: readline-6.2-destdir.patch Patch30: readline-6.2-destdir.patch
Patch40: bash-4.1-bash.bashrc.dif Patch40: bash-4.1-bash.bashrc.dif
Patch42: audit-patch
Patch46: man2html-no-timestamp.patch Patch46: man2html-no-timestamp.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global _sysconfdir /etc %global _sysconfdir /etc
@ -289,6 +289,7 @@ unset p
%patch24 -p0 -b .metamode %patch24 -p0 -b .metamode
#%patch25 -p0 -b .endpw #%patch25 -p0 -b .endpw
%patch40 -p0 -b .bashrc %patch40 -p0 -b .bashrc
%patch42 -p1 -b .audit
%patch46 -p0 -b .notimestamp %patch46 -p0 -b .notimestamp
%patch0 -p0 -b .0 %patch0 -p0 -b .0
pushd ../readline-%{rl_vers}%{extend} pushd ../readline-%{rl_vers}%{extend}