import sg3_utils-1.47-6.el9

This commit is contained in:
CentOS Sources 2022-02-01 13:17:12 -05:00 committed by Stepan Oksanichenko
parent d1b232f52d
commit 5cd1c31e8a
3 changed files with 10 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/sg3_utils-1.47r908.tgz
SOURCES/sg3_utils-1.47.tar.xz

View File

@ -1 +1 @@
e9cb6ac8f4f5a8d0c747c308653338f93f8a2e70 SOURCES/sg3_utils-1.47r908.tgz
4ab889eb273b34fe052977b994e5c6da09b9d3ab SOURCES/sg3_utils-1.47.tar.xz

View File

@ -2,14 +2,14 @@
%global _udevlibdir %{_prefix}/lib/udev
Summary: Utilities for devices that use SCSI command sets
Name: sg3_utils
Name: sg3_utils
Version: 1.47
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2+ and BSD
Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}r908.tgz
URL: https://sg.danny.cz/sg/sg3_utils.html
Source0: https://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz
Source2: scsi-rescan.8
URL: http://sg.danny.cz/sg/sg3_utils.html
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
BuildRequires: make
BuildRequires: gcc
@ -50,7 +50,7 @@ This package contains the %{name} library and its header files for
developing applications.
%prep
%autosetup -p 1 -n sg3_utils-%{version}r908
%autosetup -p 1 -n sg3_utils-%{version}
%build
./autogen.sh
@ -105,6 +105,9 @@ install -p -m 755 scripts/fc_wwpn_id $RPM_BUILD_ROOT%{_udevlibdir}
%changelog
* Mon Nov 15 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.47-6
- update to stable version 1.47 (svn: r919) (#2011810)
* Wed Aug 18 2021 Tomas Bzatek <tbzatek@redhat.com> - 1.47-5
- update to pre-release version 1.47 (svn: r908) (#1971681)