Dominique Leuenberger 2014-12-29 23:50:05 +00:00 committed by Git OBS Bridge
commit 2e12036d74
3 changed files with 32 additions and 5 deletions

View File

@ -0,0 +1,18 @@
diff -Ndur audit-visualize/mkbar audit-visualize-fix-bashisms/mkbar
--- audit-visualize/mkbar 2005-11-20 22:23:04.000000000 +0200
+++ audit-visualize-fix-bashisms/mkbar 2014-11-16 03:21:16.593781158 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# Copyright 2005 Red Hat Inc., Durham, North Carolina.
# All Rights Reserved.
# This software may be freely redistributed and/or modified under the
diff -Ndur audit-visualize/mkgraph audit-visualize-fix-bashisms/mkgraph
--- audit-visualize/mkgraph 2005-11-18 00:17:59.000000000 +0200
+++ audit-visualize-fix-bashisms/mkgraph 2014-11-16 03:21:21.775780807 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright 2005 Red Hat Inc., Durham, North Carolina.
# All Rights Reserved.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Nov 16 01:23:00 UTC 2014 - Led <ledest@gmail.com>
- fix shebang in scripts that contains bash-specific options of
'read' command
- add patches:
* audit-visualize-fix-bashisms.patch
-------------------------------------------------------------------
Thu Oct 24 16:10:54 UTC 2013 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package audit-visualize
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,20 @@
#
Name: audit-visualize
%define _name audit
Summary: Visualization tools for the audit subsystem
Version: 1.5.2
Release: 0
License: GPL-2.0+
Group: System/Monitoring
Version: 1.5.2
Release: 0
Url: http://people.redhat.com/sgrubb/audit/visualize/index.html
Source0: audit-visualize.tar.gz
Patch0: audit-visualize-fix-bashisms.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: audit
Requires: graphviz
Requires: gnuplot
Requires: graphviz
BuildArch: noarch
%description
@ -38,6 +38,7 @@ bar charts from audit data.
%prep
%setup -q -n audit-visualize
%patch0 -p1
%build