Hello community, here is the log from the commit of package sdparm for openSUSE:Factory checked in at 2013-06-17 10:20:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sdparm (Old) and /work/SRC/openSUSE:Factory/.sdparm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sdparm" Changes: -------- --- /work/SRC/openSUSE:Factory/sdparm/sdparm.changes 2012-04-23 16:13:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sdparm.new/sdparm.changes 2013-06-17 10:21:00.000000000 +0200 @@ -1,0 +2,21 @@ +Thu Jun 13 13:56:56 UTC 2013 - [email protected] + +- Update to new upstream release 1.08 +* New utilities: scsi_ch_swp, sas_disk_blink +* Tracked changes at t10.org since January 2012: +* device id VPD: add protocol specific port identifier +* control extension mpage: add max sense data length +* power condition mpage: FIDCPC->CCF_IDLE, FSBCPC->CCF_STAND, + FSTCPC->CCF_STOPP (spc4r34+) +* caching mpage: add SYNC_PROG field (sbc3r33) +* block device characteristics VPD page additions sbc3r34 +* extended inquiry vpd page: add max supported sense data length +* protocol-specific port information VPD page for SAS SSP, + persistent connection (spl3r2), power disable (spl3r3) +* allow --readonly with --set= and --clear= +* add placeholder for third party copy VPD page +* supply more information if a UA occurs +- Normalized install procedure +- Build with libsgutils support + +------------------------------------------------------------------- Old: ---- sdparm-1.07.tgz New: ---- sdparm-1.08.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sdparm.spec ++++++ --- /var/tmp/diff_new_pack.vdIdPj/_old 2013-06-17 10:21:01.000000000 +0200 +++ /var/tmp/diff_new_pack.vdIdPj/_new 2013-06-17 10:21:01.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package sdparm # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,17 +17,21 @@ Name: sdparm -Version: 1.07 +Version: 1.08 Release: 0 Summary: List or change SCSI disk parameters License: BSD-3-Clause Group: Hardware/Other -Url: http://www.torque.net/sg/sdparm.html -Source: http://sg.danny.cz/sg/p/%{name}-%{version}.tgz +Url: http://sg.danny.cz/sg/sdparm.html + +#Freecode-URL: http://freecode.com/projects/sdparm +Source: http://sg.danny.cz/sg/p/%name-%version.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libsgutils-devel +BuildRequires: xz Requires(pre): %fillup_prereq Requires(pre): %insserv_prereq Provides: scsi:/sbin/sdparm -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SCSI disk parameters are held in mode pages. This utility lists or @@ -45,19 +49,19 @@ %build # None of these is performance-critical, so use -Os rather than -O2: -export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's/\-O2/-Os/'` -CFLAGS="$RPM_OPT_FLAGS -Wall" ./configure --prefix=%{_prefix} --infodir=%{_infodir} --mandir=%{_mandir} -%__make %{?_smp_mflags} +CFLAGS=$(echo "%optflags" | sed 's/\-O2/-Os/') +%configure +make %{?_smp_mflags} %install -#make install DESTDIR=%{buildroot} PREFIX=%{_prefix} MANDIR=%{buildroot}%{_mandir} bindir=/sbin -%makeinstall PREFIX=%{_prefix} MANDIR=%{buildroot}%{_mandir} bindir=/sbin +make install DESTDIR="%buildroot" bindir="/sbin" %files %defattr(-,root,root) -# sdparm -%attr(755,root,root) /sbin/sdparm -%doc %{_mandir}/man8/sdparm.8.gz +/sbin/sas_disk_blink +/sbin/scsi_ch_swp +/sbin/sdparm +%_mandir/man8/*.8* %doc README ChangeLog %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
