Hello community, here is the log from the commit of package isns for openSUSE:Factory checked in at 2012-10-26 17:11:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/isns (Old) and /work/SRC/openSUSE:Factory/.isns.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "isns", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/isns/isns.changes 2011-09-23 02:03:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.isns.new/isns.changes 2012-10-26 17:11:13.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 25 21:19:27 UTC 2012 - [email protected] + +- Remove redundant tags/sections from specfile +- Parallel build with %_smp_mflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ isns.spec ++++++ --- /var/tmp/diff_new_pack.33qilX/_old 2012-10-26 17:11:14.000000000 +0200 +++ /var/tmp/diff_new_pack.33qilX/_new 2012-10-26 17:11:14.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package isns (Version 2.1.02) +# spec file for package isns # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products 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,21 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: isns Url: http://sourceforge.net/projects/linuxisns/ -License: BSD-3-Clause -Group: System/Daemons PreReq: %fillup_prereq %insserv_prereq -AutoReqProv: on BuildRequires: gdbm-devel Version: 2.1.02 -Release: 56 +Release: 0 Provides: linux-isns %define iscsi_release 01 Summary: Internet Storage Naming Service +License: BSD-3-Clause +Group: System/Daemons Source: %{name}-2.1-02.tar.bz2 Source1: %{name}.services Patch: isns-init.diff @@ -39,15 +36,13 @@ Naming and discovery service that supports ISCSI initiators and targets. - - %prep %setup -n %{name}-2.1-02 %patch %build -%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" -C isnsclient -%{__make} OPTFLAGS="${RPM_OPT_FLAGS}" -C isnsserver +make %{?_smp_mflags} OPTFLAGS="%optflags" -C isnsclient +make %{?_smp_mflags} OPTFLAGS="%optflags" -C isnsserver %install install -vD isnsserver/isnsd ${RPM_BUILD_ROOT}/usr/sbin/isnsd @@ -57,9 +52,6 @@ ln -sf ../../etc/init.d/isns $RPM_BUILD_ROOT/usr/sbin/rcisns install -vD %{S:1} ${RPM_BUILD_ROOT}/etc/sysconfig/SuSEfirewall2.d/services/isns -%clean -[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT} - %post %{fillup_and_insserv isns} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
