Hello community,

here is the log from the commit of package audit-visualize for openSUSE:Factory 
checked in at 2014-12-30 00:50:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audit-visualize (Old)
 and      /work/SRC/openSUSE:Factory/.audit-visualize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audit-visualize"

Changes:
--------
--- /work/SRC/openSUSE:Factory/audit-visualize/audit-visualize.changes  
2013-10-29 09:10:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.audit-visualize.new/audit-visualize.changes     
2014-12-30 00:50:34.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Nov 16 01:23:00 UTC 2014 - Led <[email protected]>
+
+- fix shebang in scripts that contains bash-specific options of
+  'read' command
+- add patches:
+  * audit-visualize-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  audit-visualize-fix-bashisms.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audit-visualize.spec ++++++
--- /var/tmp/diff_new_pack.eKVZ6h/_old  2014-12-30 00:50:35.000000000 +0100
+++ /var/tmp/diff_new_pack.eKVZ6h/_new  2014-12-30 00:50:35.000000000 +0100
@@ -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 @@
 
 %prep
 %setup -q -n audit-visualize
+%patch0 -p1
 
 %build
 

++++++ audit-visualize-fix-bashisms.patch ++++++
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.
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to