Hello community,

here is the log from the commit of package libiscsi for openSUSE:Factory 
checked in at 2018-03-19 23:31:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libiscsi (Old)
 and      /work/SRC/openSUSE:Factory/.libiscsi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libiscsi"

Mon Mar 19 23:31:04 2018 rev:7 rq:586696 version:1.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libiscsi/libiscsi.changes        2017-04-24 
09:45:41.954133472 +0200
+++ /work/SRC/openSUSE:Factory/.libiscsi.new/libiscsi.changes   2018-03-19 
23:31:05.881111113 +0100
@@ -1,0 +2,5 @@
+Wed Mar 14 08:58:53 UTC 2018 - [email protected]
+
+- Morernise spec file with spec-clener
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libiscsi.spec ++++++
--- /var/tmp/diff_new_pack.skSKc3/_old  2018-03-19 23:31:06.601085140 +0100
+++ /var/tmp/diff_new_pack.skSKc3/_new  2018-03-19 23:31:06.601085140 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libiscsi
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -21,9 +21,9 @@
 Version:        1.18.0
 Release:        0
 Summary:        iSCSI client library and utilities
-License:        GPL-2.0 and LGPL-2.1
+License:        GPL-2.0-only AND LGPL-2.1-only
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/sahlberg/libiscsi
+URL:            https://github.com/sahlberg/libiscsi
 Source:         
https://github.com/sahlberg/libiscsi/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Patch0:         %{name}-1.18.0-Fix-32bit-build.patch
 BuildRequires:  autoconf
@@ -77,8 +77,7 @@
 CUnit.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 autoreconf -fiv
@@ -97,12 +96,11 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%defattr(-,root,root)
 %{_libdir}/libiscsi.so.%{sover}*
 
 %files utils
-%defattr(-,root,root)
-%doc COPYING LICENCE-* README
+%license COPYING
+%doc LICENCE-* README
 %{_bindir}/iscsi-inq
 %{_bindir}/iscsi-ls
 %{_bindir}/iscsi-swp
@@ -111,19 +109,17 @@
 # preload library that intercepts a handful of system calls and converts
 # iSCSI URLs to look and behave as if they are normal read-only files.
 %{_libdir}/ld_iscsi.so
-%{_mandir}/man1/iscsi-inq.1%{ext_man}
-%{_mandir}/man1/iscsi-ls.1%{ext_man}
-%{_mandir}/man1/iscsi-swp.1%{ext_man}
+%{_mandir}/man1/iscsi-inq.1%{?ext_man}
+%{_mandir}/man1/iscsi-ls.1%{?ext_man}
+%{_mandir}/man1/iscsi-swp.1%{?ext_man}
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/pkgconfig/libiscsi.pc
 %{_includedir}/iscsi/
 %{_libdir}/libiscsi.so
 
 %files test
-%defattr(-,root,root)
 %{_bindir}/iscsi-test-cu
-%{_mandir}/man1/iscsi-test-cu.1%{ext_man}
+%{_mandir}/man1/iscsi-test-cu.1%{?ext_man}
 
 %changelog


Reply via email to