diff --git a/.gitignore b/.gitignore index be474a4..09fa390 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/sg3_utils-1.47r908.tgz +SOURCES/sg3_utils-1.47.tar.xz diff --git a/.sg3_utils.metadata b/.sg3_utils.metadata index 27f8377..7a009d4 100644 --- a/.sg3_utils.metadata +++ b/.sg3_utils.metadata @@ -1 +1 @@ -e9cb6ac8f4f5a8d0c747c308653338f93f8a2e70 SOURCES/sg3_utils-1.47r908.tgz +4ab889eb273b34fe052977b994e5c6da09b9d3ab SOURCES/sg3_utils-1.47.tar.xz diff --git a/SPECS/sg3_utils.spec b/SPECS/sg3_utils.spec index 88e328b..8696547 100644 --- a/SPECS/sg3_utils.spec +++ b/SPECS/sg3_utils.spec @@ -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 - 1.47-6 +- update to stable version 1.47 (svn: r919) (#2011810) + * Wed Aug 18 2021 Tomas Bzatek - 1.47-5 - update to pre-release version 1.47 (svn: r908) (#1971681)