rpms/sg3_utils/devel .cvsignore, 1.9, 1.10 sg3_utils.spec, 1.24, 1.25 sources, 1.9, 1.10

Dan Horák sharkcz at fedoraproject.org
Mon Nov 3 08:34:23 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/sg3_utils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12413

Modified Files:
	.cvsignore sg3_utils.spec sources 
Log Message:
* Mon Nov  3 2008 Dan Horák <dan at danny.cz> - 1.26-2
- update URL
- include rescan-scsi-bus script 1.29



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	30 Jun 2008 12:57:33 -0000	1.9
+++ .cvsignore	3 Nov 2008 08:33:53 -0000	1.10
@@ -1 +1,2 @@
 sg3_utils-1.26.tgz
+rescan-scsi-bus.sh-1.29


Index: sg3_utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/sg3_utils.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sg3_utils.spec	30 Jun 2008 12:57:33 -0000	1.24
+++ sg3_utils.spec	3 Nov 2008 08:33:53 -0000	1.25
@@ -1,13 +1,17 @@
+%define rescan_version 1.29
+
 Summary: Utilities for devices that use SCSI command sets
 Name: sg3_utils
 Version: 1.26
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and BSD
 Group: Applications/System
-Source: http://sg.torque.net/sg/p/sg3_utils-%{version}.tgz
-Url: http://sg.torque.net/sg/sg3_utils.html
+Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tgz
+Source1: http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh-%{rescan_version}
+URL: http://sg.danny.cz/sg/sg3_utils.html
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+
 %description
 Collection of Linux utilities for devices that use the SCSI command set.
 Includes utilities to copy data based on "dd" syntax and semantics (called
@@ -42,6 +46,7 @@
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static
 
@@ -51,20 +56,23 @@
 
 make %{?_smp_mflags}
 
+
 %install
-if [ "$RPM_BUILD_ROOT" != "/" ]; then
-        rm -rf $RPM_BUILD_ROOT
-fi
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la
 
+install -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/rescan-scsi-bus.sh
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post libs -p /sbin/ldconfig
 
 %postun libs -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root)
 %doc ChangeLog COVERAGE CREDITS INSTALL README README.sg_start
@@ -79,9 +87,14 @@
 %defattr(-,root,root)
 %{_includedir}/scsi/*.h
 %{_libdir}/*.so
+
  
 %changelog
-* Mon Jun 30 2008 Dan Horak <dan at danny.cz> - 1.26-1
+* Mon Nov  3 2008 Dan Horák <dan at danny.cz> - 1.26-2
+- update URL
+- include rescan-scsi-bus script 1.29
+
+* Mon Jun 30 2008 Dan Horák <dan at danny.cz> - 1.26-1
 - update to upstream version 1.26
 
 * Fri Mar 28 2008 Phil Knirsch <pknirsch at redhat.com> - 1.25-4


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sg3_utils/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	30 Jun 2008 12:57:33 -0000	1.9
+++ sources	3 Nov 2008 08:33:53 -0000	1.10
@@ -1 +1,2 @@
 9a7aa8d954d75dc6c91e066e215867f2  sg3_utils-1.26.tgz
+679aa223710bddffe40d0cfc700009b7  rescan-scsi-bus.sh-1.29




More information about the fedora-extras-commits mailing list