- Update to sg3_utils-1.19
This commit is contained in:
parent
c01e4d0132
commit
e584f67bf9
@ -1 +1 @@
|
|||||||
sg3_utils-1.17.tgz
|
sg3_utils-1.19.tgz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utils for Linux's SCSI generic driver devices + raw devices
|
Summary: Utils for Linux's SCSI generic driver devices + raw devices
|
||||||
Name: sg3_utils
|
Name: sg3_utils
|
||||||
Version: 1.17
|
Version: 1.19
|
||||||
Release: 1.1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Utilities/System
|
Group: Utilities/System
|
||||||
Source: ftp://www.torque.net/sg/p/sg3_utils-%{version}.tgz
|
Source: ftp://www.torque.net/sg/p/sg3_utils-%{version}.tgz
|
||||||
@ -49,7 +49,8 @@ make
|
|||||||
if [ "$RPM_BUILD_ROOT" != "/" ]; then
|
if [ "$RPM_BUILD_ROOT" != "/" ]; then
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
fi
|
fi
|
||||||
make install PREFIX=$RPM_BUILD_ROOT/usr
|
%makeinstall
|
||||||
|
#make install PREFIX=$RPM_BUILD_ROOT/usr
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -72,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.la
|
%{_libdir}/*.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> - 1.19-1
|
||||||
|
- Update to sg3_utils-1.19
|
||||||
|
|
||||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.17-1.1
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.17-1.1
|
||||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user