Hello community,

here is the log from the commit of package netconsole-tools for 
openSUSE:Factory checked in at 2018-03-24 16:16:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netconsole-tools (Old)
 and      /work/SRC/openSUSE:Factory/.netconsole-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netconsole-tools"

Sat Mar 24 16:16:19 2018 rev:15 rq:590595 version:20030909

Changes:
--------
--- /work/SRC/openSUSE:Factory/netconsole-tools/netconsole-tools.changes        
2011-09-23 02:14:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.netconsole-tools.new/netconsole-tools.changes   
2018-03-24 16:16:35.964860349 +0100
@@ -1,0 +2,5 @@
+Fri Mar 16 15:19:04 UTC 2018 - [email protected]
+
+- Modernise spec file using spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ netconsole-tools.spec ++++++
--- /var/tmp/diff_new_pack.rnx4FG/_old  2018-03-24 16:16:36.880827330 +0100
+++ /var/tmp/diff_new_pack.rnx4FG/_new  2018-03-24 16:16:36.888827042 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package netconsole-tools (Version 20030909)
+# spec file for package netconsole-tools
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,19 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           netconsole-tools
 Version:        20030909
-Release:        134
-Group:          System/Kernel
-License:        SUSE-Public-Domain
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Release:        0
 Summary:        Configure netconsole Kernel Module
+License:        SUSE-Public-Domain
+Group:          System/Kernel
 Source0:        netconsole-server.sh
 Source2:        netlogging.txt
+BuildArch:      noarch
 
 %description
 netconsole is a kernel feature to log the dmesg output via the network.
@@ -37,30 +34,17 @@
 correct options. Use netcat on the client side to receive the kernel
 messages.
 
-
-
-Authors:
---------
-    Ingo Molnar <[email protected]>
-    Andreas Dilger <[email protected]>
-    Matt Mackall <[email protected]>
-
 %prep
-cp -av %{S:2} netlogging.txt
+cp -av %{SOURCE2} netlogging.txt
 
 %build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/sbin
-cp -av %{S:0} $RPM_BUILD_ROOT/sbin/netconsole-server
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+install -Dpm 0755 %{SOURCE0} \
+  %{buildroot}/sbin/netconsole-server
 
 %files
-%defattr(-,root,root)
 %doc netlogging.txt
-%attr(755,root,root) /sbin/netconsole-server
+/sbin/netconsole-server
 
 %changelog


Reply via email to