From e9f363ca4144c88eb82902d807f49ae9232842c4 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 11 Jun 2012 11:51:41 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=124 --- bash.changes | 5 +++++ bash.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bash.changes b/bash.changes index 0bf0fe90..94e55a07 100644 --- a/bash.changes +++ b/bash.changes @@ -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 diff --git a/bash.spec b/bash.spec index c7c4a255..c061b279 100644 --- a/bash.spec +++ b/bash.spec @@ -16,10 +16,9 @@ # - Name: bash -BuildRequires: autoconf BuildRequires: audit-devel +BuildRequires: autoconf BuildRequires: bison BuildRequires: ncurses-devel %if %suse_version > 1020 @@ -83,6 +82,7 @@ Patch24: readline-6.2-metamode.patch Patch25: readline-6.2-endpw.dif Patch30: readline-6.2-destdir.patch Patch40: bash-4.1-bash.bashrc.dif +Patch42: audit-patch Patch46: man2html-no-timestamp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %global _sysconfdir /etc @@ -289,6 +289,7 @@ unset p %patch24 -p0 -b .metamode #%patch25 -p0 -b .endpw %patch40 -p0 -b .bashrc +%patch42 -p1 -b .audit %patch46 -p0 -b .notimestamp %patch0 -p0 -b .0 pushd ../readline-%{rl_vers}%{extend}