Hello community,

here is the log from the commit of package target-isns for openSUSE:Factory 
checked in at 2017-08-16 16:13:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/target-isns (Old)
 and      /work/SRC/openSUSE:Factory/.target-isns.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "target-isns"

Wed Aug 16 16:13:27 2017 rev:5 rq:515818 version:0.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/target-isns/target-isns.changes  2015-11-13 
23:36:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.target-isns.new/target-isns.changes     
2017-08-16 16:13:29.723222087 +0200
@@ -1,0 +2,6 @@
+Tue Aug  8 19:18:27 UTC 2017 - [email protected]
+
+- Fix RPM groups. Replace %__-type macro indirections and
+  old $RPM shell variables.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ target-isns.spec ++++++
--- /var/tmp/diff_new_pack.QqgL7d/_old  2017-08-16 16:13:30.755077248 +0200
+++ /var/tmp/diff_new_pack.QqgL7d/_new  2017-08-16 16:13:30.763076124 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package target-isns
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,7 +19,7 @@
 Name:           target-isns
 Summary:        Supplies iSNS support for Linux kernel target
 License:        GPL-2.0+
-Group:          System Environment/Kernel
+Group:          System/Kernel
 Version:        0.6.2
 Release:        0
 Source:         
https://github.com/cvubrugier/%{name}/archive/v%{version}.tar.gz
@@ -48,15 +48,15 @@
 
 %build
 %cmake -DSUPPORT_SYSTEMD=ON
-%{__make}
+make
 
 %install
 cd build
-%{__make} DESTDIR=${RPM_BUILD_ROOT} install
-if [ ! -d ${RPM_BUILD_ROOT}/usr/sbin ] ; then
-       mkdir -p ${RPM_BUILD_ROOT}/usr/sbin
+make DESTDIR="%{buildroot}" install
+if [ ! -d "%{buildroot}/usr/sbin" ] ; then
+       mkdir -p "%{buildroot}/usr/sbin"
 fi
-ln -sf /usr/sbin/service ${RPM_BUILD_ROOT}/usr/sbin/rc%{name}
+ln -sf /usr/sbin/service "%{buildroot}/usr/sbin/rc%{name}"
 
 %post
 %{service_add_post target-isns.service}


Reply via email to