Hello community,

here is the log from the commit of package scsires for openSUSE:Factory checked 
in at 2018-03-22 12:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scsires (Old)
 and      /work/SRC/openSUSE:Factory/.scsires.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scsires"

Thu Mar 22 12:04:47 2018 rev:14 rq:589230 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/scsires/scsires.changes  2011-10-11 
17:59:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scsires.new/scsires.changes     2018-03-22 
12:10:33.513971099 +0100
@@ -1,0 +2,5 @@
+Fri Mar 16 15:24:05 UTC 2018 - [email protected]
+
+- Modernise spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scsires.spec ++++++
--- /var/tmp/diff_new_pack.ivYqkx/_old  2018-03-22 12:10:34.337941566 +0100
+++ /var/tmp/diff_new_pack.ivYqkx/_new  2018-03-22 12:10:34.345941279 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scsires
 #
-# Copyright (c) 2011 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
@@ -16,48 +16,36 @@
 #
 
 
-Summary:        A SCSI reservation tool
-
 Name:           scsires
 Version:        0.7
-Release:        2
-License:        GPL-2.0+
+Release:        0
+Summary:        A SCSI reservation tool
+License:        GPL-2.0-or-later
 Group:          Productivity/Clustering/HA
 Source:         scsires.tgz
 Patch0:         scsi_resevers_text.diff
 Patch1:         scsires_remove_unused_vars.diff
 BuildRequires:  popt-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This tool is for issuing SCSI-2 reservation and release commands, for
 controlling exclusive access to a SCSI device that is shared between
 more than one SCSI host adapter.
 
-
-
-Authors:
---------
-    Doug Ledford
-
 %prep
 %setup -q -c
 %patch0 -p1
 %patch1 -p1
 
 %build
-make CC="%__cc" CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-rm -rf %{buildroot}
-mkdir -p %{buildroot}%{_sbindir}
-install -m 755 scsi_reserve %{buildroot}%{_sbindir}/scsi_reserve
-
-%clean
-rm -rf %{buildroot}
+install -Dpm 0755 scsi_reserve \
+  %{buildroot}%{_sbindir}/scsi_reserve
 
 %files
-%defattr(-,root,root)
+%license COPYING
 %{_sbindir}/scsi_reserve
 
 %changelog


Reply via email to