commit audit-visualize for openSUSE:Factory

2014-12-29 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.audit-visualize.new/audit-visualize.changes 
2014-12-30 00:50:34.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov 16 01:23:00 UTC 2014 - Led led...@gmail.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.eKVZ6h/_new  2014-12-30 00:50:35.0 +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.0 +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.0 +0200
+++ audit-visualize-fix-bashisms/mkgraph2014-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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit audit-visualize for openSUSE:Factory

2013-10-29 Thread h_root
Hello community,

here is the log from the commit of package audit-visualize for openSUSE:Factory 
checked in at 2013-10-29 09:10:43

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  
2011-09-28 17:41:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.audit-visualize.new/audit-visualize.changes 
2013-10-29 09:10:43.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 24 16:10:54 UTC 2013 - p.drou...@gmail.com
+
+- Package doesn't provide any sysconfig file or sysvinit script
+  Remove %insserv_prereq %fillup_prereq PreReq tag
+- Some improvements
+
+---



Other differences:
--
++ audit-visualize.spec ++
--- /var/tmp/diff_new_pack.JDxRxv/_old  2013-10-29 09:10:44.0 +0100
+++ /var/tmp/diff_new_pack.JDxRxv/_new  2013-10-29 09:10:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package audit-visualize
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -21,14 +21,15 @@
 %define_name audit
 Summary:Visualization tools for the audit subsystem
 Version:1.5.2
-Release:90
+Release:0
 License:GPL-2.0+
 Group:  System/Monitoring
 Url:http://people.redhat.com/sgrubb/audit/visualize/index.html
 Source0:audit-visualize.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   audit, graphviz, gnuplot
-PreReq: %insserv_prereq %fillup_prereq
+Requires:   audit
+Requires:   graphviz
+Requires:   gnuplot
 BuildArch:  noarch
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit audit-visualize for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package audit-visualize for openSUSE:Factory
checked in at Wed Sep 28 17:41:06 CEST 2011.




--- audit-visualize/audit-visualize.changes 2007-05-06 17:09:46.0 
+0200
+++ /mounts/work_src_done/STABLE/audit-visualize/audit-visualize.changes
2011-09-17 15:39:34.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 17 13:39:23 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+
+---

calling whatdependson for head-i586




Other differences:
--
++ audit-visualize.spec ++
--- /var/tmp/diff_new_pack.tziuzQ/_old  2011-09-28 17:40:40.0 +0200
+++ /var/tmp/diff_new_pack.tziuzQ/_new  2011-09-28 17:40:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package audit-visualize (Version 1.5.2)
+# spec file for package audit-visualize
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   audit-visualize
@@ -36,22 +35,15 @@
 The audit-visualize package contains scripts to produce flow graphs and
 bar charts from audit data.
 
-
-
-Authors:
-
-sgr...@redhat.com
-
 %prep
 %setup -q -n audit-visualize
 
+%build
+
 %install
 mkdir -p $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
 mv README mkbar mkgraph $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %dir %attr(755,root,root) %_prefix/lib/%_name






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org