Hello community, here is the log from the commit of package lsscsi for openSUSE:Factory checked in at 2013-06-18 10:33:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsscsi (Old) and /work/SRC/openSUSE:Factory/.lsscsi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsscsi" Changes: -------- --- /work/SRC/openSUSE:Factory/lsscsi/lsscsi.changes 2013-04-17 23:06:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lsscsi.new/lsscsi.changes 2013-06-18 10:33:39.000000000 +0200 @@ -1,0 +2,20 @@ +Thu Jun 13 14:06:53 UTC 2013 - [email protected] + +- Update to new upstream release 0.24 +* FC transport syntax changes (colon to slash) +- Update to new upstream release 0.25 +* add sas_port and fc_remote_ports transport information +* print enclosure_device entry +* add a "--size" option to show size of disks +* add a "--protmode" option to show protection information mode +- Update to new upstream release 0.26 +* add a "fcoe" transport indicator +* add a "--wwn" option and datamine /dev/disk/by-id/wwn* +- Update to new upstream release 0.27 +* Accept large (64-bit) LUNs +* add a "--lunhex" option and recognition of LSSCSI_LUNHEX_OPT + environment variable for displaying LUNs in hex +- Normalized build/install procedure; + remove redundant %clean section + +------------------------------------------------------------------- Old: ---- lsscsi-0.23.tgz New: ---- lsscsi-0.27.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsscsi.spec ++++++ --- /var/tmp/diff_new_pack.Flglzx/_old 2013-06-18 10:33:40.000000000 +0200 +++ /var/tmp/diff_new_pack.Flglzx/_new 2013-06-18 10:33:40.000000000 +0200 @@ -16,18 +16,18 @@ # -Url: http://sg.danny.cz/scsi/lsscsi.html - Name: lsscsi -%define lsscsiver 0.23 -Provides: scsi:/usr/bin/lsscsi -Version: 0.23 +Version: 0.27 Release: 0 Summary: List all SCSI devices in the system License: GPL-2.0+ Group: Hardware/Other -Source: http://sg.danny.cz/scsi/%{name}-%{lsscsiver}.tgz +Url: http://sg.danny.cz/scsi/lsscsi.html + +Source: http://sg.danny.cz/scsi/%name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: xz +Provides: scsi:/usr/bin/lsscsi %description The lsscsi command lists information about SCSI devices in Linux. @@ -42,20 +42,15 @@ %setup %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --mandir=%{_mandir} -make +%configure %install -make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{_mandir} INSTDIR=$RPM_BUILD_ROOT/%{_bindir} +make install DESTDIR="%buildroot" %files %defattr(-,root,root) -%attr(755,root,root) %{_bindir}/lsscsi +%_bindir/lsscsi %doc %{_mandir}/man8/lsscsi.8.gz %doc NEWS README ChangeLog -%clean -test ! -z "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT -rm -rf $RPM_BUILD_DIR/lsscsi-%{lsscsiver} - %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
