- update to version 1.39 (#1111893)
This commit is contained in:
parent
972f598b8d
commit
e3c8043092
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ rescan-scsi-bus.sh-1.35
|
||||
/sg3_utils-1.36.tgz
|
||||
/sg3_utils-1.37.tgz
|
||||
/sg3_utils-1.38.tgz
|
||||
/sg3_utils-1.39.tgz
|
||||
|
@ -2,16 +2,14 @@
|
||||
|
||||
Summary: Utilities for devices that use SCSI command sets
|
||||
Name: sg3_utils
|
||||
Version: 1.38
|
||||
Release: 3%{?dist}
|
||||
Version: 1.39
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and BSD
|
||||
Group: Applications/System
|
||||
Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tgz
|
||||
Source2: scsi-rescan.8
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=920687
|
||||
Patch0: sg3_utils-1.37-dont-open-dev-snapshot.patch
|
||||
# update configure for ppc64le (#1079542)
|
||||
Patch1: sg3_utils-1.38-ppc64le.patch
|
||||
URL: http://sg.danny.cz/sg/sg3_utils.html
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -50,7 +48,6 @@ developing applications.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .dev-snapshot
|
||||
%patch1 -p1 -b .ppc64le
|
||||
|
||||
|
||||
%build
|
||||
@ -93,6 +90,9 @@ install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 03 2014 Dan Horák <dan@danny.cz> - 1.39-1
|
||||
- update to version 1.39 (#1111893)
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user