sdparm/sdparm.spec

62 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

2019-09-30 11:16:45 -04:00
Name: sdparm
2020-05-12 22:55:13 +08:00
Version: 1.11
Release: 2
2019-09-30 11:16:45 -04:00
Summary: Access and change parameters on device that supports SCSI protocol.
License: BSD
URL: http://sg.danny.cz/sg/sdparm.html
Source0: http://sg.danny.cz/sg/p/sdparm-%{version}.tgz
BuildRequires: gcc gdb
2019-09-30 11:16:45 -04:00
BuildRequires: sg3_utils-devel
%description
This utility fetches and potentially changes SCSI
device mode pages. Inquiry data including Vital
Product Data (VPD) pages can also be displayed.
Commands associated with starting and stopping the medium;
loading and unloading the medium;
and other housekeeping function may also be issued by this utility.
%package help
Summary: Including man files for sdparm
Requires: man
%description help
This contains man files for the using of sdparm.
%prep
%autosetup -n %{name}-%{version} -p1
2019-09-30 11:16:45 -04:00
%build
%configure --disable-libsgutils
%make_build
%install
%make_install
%files
%doc ChangeLog README CREDITS AUTHORS notes.txt
%license COPYING
%{_bindir}/%{name}
%{_bindir}/sas_disk_blink
%{_bindir}/scsi_ch_swp
%files help
%{_mandir}/man8/%{name}*
%{_mandir}/man8/sas_disk_blink*
%{_mandir}/man8/scsi_ch_swp*
%changelog
* Tue Feb 9 2021 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.11-2
- set release num to 2 for CI
2020-05-12 22:55:13 +08:00
* Fri Apr 17 2020 renxudong <renxudong1@huawei.com> - 1.11-0
- upgrade to 1.11
* Wed Jan 22 2020 hy <eulerstoragemt@huawei.com> - 1.10-9
- Delete the -S git while executing %autosetup in %pre and add the BuildRequires to gdb
2019-09-30 11:16:45 -04:00
* Wed Aug 28 2018 zhangsaisai <zhangsaisai@huawei.com> - 1.10-8
- Package init