Accepting request 266611 from security
1 OBS-URL: https://build.opensuse.org/request/show/266611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit-visualize?expand=0&rev=17
This commit is contained in:
commit
2e12036d74
18
audit-visualize-fix-bashisms.patch
Normal file
18
audit-visualize-fix-bashisms.patch
Normal 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.
|
@ -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
|
Thu Oct 24 16:10:54 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audit-visualize
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,20 +16,20 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: audit-visualize
|
Name: audit-visualize
|
||||||
%define _name audit
|
%define _name audit
|
||||||
Summary: Visualization tools for the audit subsystem
|
Summary: Visualization tools for the audit subsystem
|
||||||
Version: 1.5.2
|
|
||||||
Release: 0
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
|
Version: 1.5.2
|
||||||
|
Release: 0
|
||||||
Url: http://people.redhat.com/sgrubb/audit/visualize/index.html
|
Url: http://people.redhat.com/sgrubb/audit/visualize/index.html
|
||||||
Source0: audit-visualize.tar.gz
|
Source0: audit-visualize.tar.gz
|
||||||
|
Patch0: audit-visualize-fix-bashisms.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: audit
|
Requires: audit
|
||||||
Requires: graphviz
|
|
||||||
Requires: gnuplot
|
Requires: gnuplot
|
||||||
|
Requires: graphviz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,6 +38,7 @@ bar charts from audit data.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n audit-visualize
|
%setup -q -n audit-visualize
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user