- update to version 1.36
- modernize spec
This commit is contained in:
parent
893868a313
commit
971f4eef7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ rescan-scsi-bus.sh-1.35
|
||||
/rescan-scsi-bus.sh-1.56
|
||||
/sg3_utils-1.34.tgz
|
||||
/sg3_utils-1.35.tgz
|
||||
/sg3_utils-1.36.tgz
|
||||
|
@ -3,15 +3,14 @@
|
||||
|
||||
Summary: Utilities for devices that use SCSI command sets
|
||||
Name: sg3_utils
|
||||
Version: 1.35
|
||||
Release: 2%{?dist}
|
||||
Version: 1.36
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and BSD
|
||||
Group: Applications/System
|
||||
Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tgz
|
||||
Source1: http://www.garloff.de/kurt/linux/%{rescan_script}-%{rescan_version}
|
||||
Patch0: rescan-scsi-bus-fixes.patch
|
||||
URL: http://sg.danny.cz/sg/sg3_utils.html
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
|
||||
@ -73,33 +72,30 @@ install -p -m 755 %{rescan_script} $RPM_BUILD_ROOT%{_bindir}
|
||||
( cd $RPM_BUILD_ROOT%{_bindir}; ln -sf %{rescan_script} scsi-rescan )
|
||||
|
||||
|
||||
%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
|
||||
%attr(755,root,root) %{_bindir}/*
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root)
|
||||
%doc BSD_LICENSE COPYING
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/scsi/*.h
|
||||
%{_libdir}/*.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 06 2013 Dan Horák <dan@danny.cz> - 1.36-1
|
||||
- update to version 1.36
|
||||
- modernize spec
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user