Hello community, here is the log from the commit of package open-isns for openSUSE:Factory checked in at 2017-08-21 11:33:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-isns (Old) and /work/SRC/openSUSE:Factory/.open-isns.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-isns" Mon Aug 21 11:33:50 2017 rev:5 rq:515816 version:0.97 Changes: -------- --- /work/SRC/openSUSE:Factory/open-isns/open-isns.changes 2016-11-05 21:24:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.open-isns.new/open-isns.changes 2017-08-21 11:33:54.260656358 +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: ------------------ ++++++ open-isns.spec ++++++ --- /var/tmp/diff_new_pack.lSOLUi/_old 2017-08-21 11:33:55.336505055 +0200 +++ /var/tmp/diff_new_pack.lSOLUi/_new 2017-08-21 11:33:55.344503930 +0200 @@ -1,7 +1,7 @@ # # spec file for package open-isns # -# Copyright (c) 2016 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: open-isns Summary: Partial Implementation of iSNS iSCSI registration License: LGPL-2.1+ -Group: System Environment/Kernel +Group: System/Kernel Version: 0.97 Release: 0 Source: %{name}-%{version}.tar.gz @@ -61,17 +61,16 @@ autoconf autoheader %configure --prefix=%{_prefix} -%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" +make OPTFLAGS="%{optflags}" %install -%{__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/rcisnsd +ln -sf /usr/sbin/service %{buildroot}/usr/sbin/rcisnsd install -vD %{S:1} %{buildroot}/etc/sysconfig/SuSEfirewall2.d/services/isns -%{__make} DESTDIR=${RPM_BUILD_ROOT} install_hdrs -%{__make} DESTDIR=${RPM_BUILD_ROOT} install_lib +make DESTDIR="%{buildroot}" install_hdrs install_lib %post %{service_add_post isnsd.socket isnsd.service}
