Update sg3_utils to v1.46 (#1846)

This commit is contained in:
Neha Agarwal 2022-01-10 11:09:39 -08:00 committed by GitHub
parent e14512cb72
commit 52fe2a8328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{
"Signatures": {
"sg3_utils-1.44.tar.gz": "baf39c3d17d1d267f4fd9b6fae42461995a0747f07c458f37a08cd801bb8c897"
"sg3_utils-1.46.tar.gz": "6e048db9b48f78a29ad17ee948897bd6c0d71257df515a95c63e376ad8aacce9"
}
}

View File

@ -1,7 +1,7 @@
Summary: Tools and Utilities for interaction with SCSI devices.
Name: sg3_utils
Version: 1.44
Release: 3%{?dist}
Version: 1.46
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Distribution: Mariner
@ -45,16 +45,20 @@ install -m 755 scripts/rescan-scsi-bus.sh %{buildroot}/%{_bindir}
%license COPYING
%{_bindir}/*
%{_mandir}/*
%{_libdir}/libsgutils2.so.*
%files -n libsg3_utils-devel
%defattr(-,root,root)
%{_libdir}/libsgutils2.a
%{_libdir}/libsgutils2.la
%{_libdir}/libsgutils2.so
%{_libdir}/libsgutils2-1.46.so.2
%{_libdir}/libsgutils2-1.46.so.2.0.0
%{_includedir}/scsi/*
%changelog
* Tue Jan 04 2022 Neha Agarwal <nehaagarwal@microsoft.com> - 1.46-1
- Update to version 1.46
* Thu Dec 10 2020 Joe Schmitt <joschmit@microsoft.com> - 1.44-3
- Provide sg3_utils-devel and sg3_utils-libs.

View File

@ -27117,8 +27117,8 @@
"type": "other",
"other": {
"name": "sg3_utils",
"version": "1.44",
"downloadUrl": "https://github.com/hreinecke/sg3_utils/archive/v1.44.tar.gz"
"version": "1.46",
"downloadUrl": "https://github.com/hreinecke/sg3_utils/archive/v1.46.tar.gz"
}
}
},