- 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
|
/rescan-scsi-bus.sh-1.56
|
||||||
/sg3_utils-1.34.tgz
|
/sg3_utils-1.34.tgz
|
||||||
/sg3_utils-1.35.tgz
|
/sg3_utils-1.35.tgz
|
||||||
|
/sg3_utils-1.36.tgz
|
||||||
|
@ -3,15 +3,14 @@
|
|||||||
|
|
||||||
Summary: Utilities for devices that use SCSI command sets
|
Summary: Utilities for devices that use SCSI command sets
|
||||||
Name: sg3_utils
|
Name: sg3_utils
|
||||||
Version: 1.35
|
Version: 1.36
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and BSD
|
License: GPLv2+ and BSD
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tgz
|
Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tgz
|
||||||
Source1: http://www.garloff.de/kurt/linux/%{rescan_script}-%{rescan_version}
|
Source1: http://www.garloff.de/kurt/linux/%{rescan_script}-%{rescan_version}
|
||||||
Patch0: rescan-scsi-bus-fixes.patch
|
Patch0: rescan-scsi-bus-fixes.patch
|
||||||
URL: http://sg.danny.cz/sg/sg3_utils.html
|
URL: http://sg.danny.cz/sg/sg3_utils.html
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
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 )
|
( cd $RPM_BUILD_ROOT%{_bindir}; ln -sf %{rescan_script} scsi-rescan )
|
||||||
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%post libs -p /sbin/ldconfig
|
%post libs -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun libs -p /sbin/ldconfig
|
%postun libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc ChangeLog COVERAGE CREDITS INSTALL README README.sg_start
|
%doc ChangeLog COVERAGE CREDITS INSTALL README README.sg_start
|
||||||
%attr(755,root,root) %{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc BSD_LICENSE COPYING
|
%doc BSD_LICENSE COPYING
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/scsi/*.h
|
%{_includedir}/scsi/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user