Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade: sdparm version to 1.12 #11822

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/sdparm/sdparm.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"sdparm-1.11.tgz": "432fdbfe90f0c51640291faf7602489b0ae56dfb96d0c02ed02308792adc7fb0"
"sdparm-1.12.tgz": "e7f84247069da9a0c293963948d8aba8e5897a13e35e5476c8258acb7ca3a124"
}
}
44 changes: 38 additions & 6 deletions SPECS-EXTENDED/sdparm/sdparm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ Vendor: Microsoft Corporation
Distribution: Azure Linux
Summary: List or change SCSI/SATA disk parameters
Name: sdparm
Version: 1.11
Release: 2%{?dist}
Version: 1.12
Release: 9%{?dist}
License: BSD
URL: http://sg.danny.cz/sg/sdparm.html
Source0: http://sg.danny.cz/sg/p/sdparm-%{version}.tgz
URL: https://sg.danny.cz/sg/sdparm.html
Source0: https://sg.danny.cz/sg/p/sdparm-%{version}.tgz
BuildRequires: make
BuildRequires: gcc
BuildRequires: sg3_utils-devel

Expand Down Expand Up @@ -43,8 +44,39 @@ make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
%{_mandir}/man8/scsi_ch_swp*

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.11-2
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Wed Jan 08 2025 Archana Shettigar <[email protected]> - 1.12-9
- Initial Azure Linux import from Fedora 32 (license: MIT).
- License verified

* Sat Jul 20 2024 Fedora Release Engineering <[email protected]> - 1.12-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Sat Jan 27 2024 Fedora Release Engineering <[email protected]> - 1.12-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sat Jul 22 2023 Fedora Release Engineering <[email protected]> - 1.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Sat Jan 21 2023 Fedora Release Engineering <[email protected]> - 1.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Sat Jul 23 2022 Fedora Release Engineering <[email protected]> - 1.12-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Sat Jan 22 2022 Fedora Release Engineering <[email protected]> - 1.12-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 1.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri Apr 23 2021 Terje Rosten <[email protected]> - 1.12-1
- 1.12

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 1.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 1.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Mon Mar 09 2020 Terje Rosten <[email protected]> - 1.11-1
- 1.11
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27444,8 +27444,8 @@
"type": "other",
"other": {
"name": "sdparm",
"version": "1.11",
"downloadUrl": "http://sg.danny.cz/sg/p/sdparm-1.11.tgz"
"version": "1.12",
"downloadUrl": "https://sg.danny.cz/sg/p/sdparm-1.12.tgz"
}
}
},
Expand Down