|
 |
c36029a |
Name: sasutils
|
|
 |
d943f9e |
Version: 0.3.12
|
|
 |
e9dc5a5 |
Release: 1%{?dist}
|
|
 |
c36029a |
Summary: Serial Attached SCSI (SAS) utilities
|
|
 |
c36029a |
|
|
 |
c36029a |
License: ASL 2.0
|
|
 |
c36029a |
URL: https://github.com/stanford-rc/sasutils
|
|
 |
a733278 |
Source0: https://github.com/stanford-rc/sasutils/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
 |
c36029a |
|
|
 |
c36029a |
BuildArch: noarch
|
|
 |
c36029a |
BuildRequires: python3-devel
|
|
 |
c36029a |
BuildRequires: python3-setuptools
|
|
 |
c36029a |
Requires: python3-setuptools
|
|
 |
c36029a |
Requires: sg3_utils
|
|
 |
c36029a |
Requires: smp_utils
|
|
 |
c36029a |
|
|
 |
c36029a |
%{?python_provide:%python_provide python-sasutils}
|
|
 |
c36029a |
|
|
 |
c36029a |
%description
|
|
 |
c36029a |
sasutils is a set of command-line tools and a Python library to ease the
|
|
 |
c36029a |
administration of Serial Attached SCSI (SAS) fabrics.
|
|
 |
c36029a |
|
|
 |
c36029a |
%prep
|
|
 |
c36029a |
%setup -q
|
|
 |
c36029a |
|
|
 |
c36029a |
%build
|
|
 |
c36029a |
%py3_build
|
|
 |
c36029a |
|
|
 |
c36029a |
%install
|
|
 |
c36029a |
%py3_install
|
|
 |
c36029a |
install -d %{buildroot}/%{_mandir}/man1
|
|
 |
c36029a |
install -p -m 0644 doc/man/man1/sas_counters.1 %{buildroot}/%{_mandir}/man1/
|
|
 |
c36029a |
install -p -m 0644 doc/man/man1/sas_devices.1 %{buildroot}/%{_mandir}/man1/
|
|
 |
c36029a |
install -p -m 0644 doc/man/man1/sas_discover.1 %{buildroot}/%{_mandir}/man1/
|
|
 |
c36029a |
install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/
|
|
 |
c36029a |
|
|
 |
c36029a |
%files
|
|
 |
c36029a |
%{_bindir}/sas_counters
|
|
 |
c36029a |
%{_bindir}/sas_devices
|
|
 |
c36029a |
%{_bindir}/sas_discover
|
|
 |
c36029a |
%{_bindir}/sas_mpath_snic_alias
|
|
 |
c36029a |
%{_bindir}/sas_sd_snic_alias
|
|
 |
c36029a |
%{_bindir}/ses_report
|
|
 |
c36029a |
%{python3_sitelib}/sasutils/
|
|
 |
9e87269 |
%{python3_sitelib}/sasutils-*-py%{python3_version}.egg-info
|
|
 |
c36029a |
%{_mandir}/man1/sas_counters.1*
|
|
 |
c36029a |
%{_mandir}/man1/sas_devices.1*
|
|
 |
c36029a |
%{_mandir}/man1/sas_discover.1*
|
|
 |
c36029a |
%{_mandir}/man1/ses_report.1*
|
|
 |
c36029a |
%doc README.rst
|
|
 |
c36029a |
%license LICENSE.txt
|
|
 |
c36029a |
|
|
 |
c36029a |
%changelog
|
|
 |
d943f9e |
* Mon Nov 15 2021 Stephane Thiell <sthiell@stanford.edu> 0.3.12-1
|
|
 |
d943f9e |
- update version
|
|
 |
d943f9e |
|
|
 |
e9dc5a5 |
* Fri Nov 12 2021 Stephane Thiell <sthiell@stanford.edu> 0.3.11-1
|
|
 |
e9dc5a5 |
- update version
|
|
 |
e9dc5a5 |
|
|
 |
b85eead |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-7
|
|
 |
b85eead |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
b85eead |
|
|
 |
852cee7 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.10-6
|
|
 |
852cee7 |
- Rebuilt for Python 3.10
|
|
 |
852cee7 |
|
|
 |
121b4df |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-5
|
|
 |
121b4df |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
121b4df |
|
|
 |
ef56cf1 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-4
|
|
 |
ef56cf1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
ef56cf1 |
|
|
 |
c1a1187 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.10-3
|
|
 |
c1a1187 |
- Rebuilt for Python 3.9
|
|
 |
c1a1187 |
|
|
 |
2e7f63d |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
|
|
 |
2e7f63d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
2e7f63d |
|
|
 |
a733278 |
* Sun Dec 08 2019 Stephane Thiell <sthiell@stanford.edu> 0.3.10-1
|
|
 |
a733278 |
- update version
|
|
 |
a733278 |
- update Source to download from GitHub directly
|
|
 |
a733278 |
|
|
 |
891daff |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.9-8
|
|
 |
891daff |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
891daff |
|
|
 |
2effa48 |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.3.9-7
|
|
 |
2effa48 |
- Rebuilt for Python 3.8
|
|
 |
2effa48 |
|
|
 |
06f6cbd |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-6
|
|
 |
06f6cbd |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
06f6cbd |
|
|
 |
2b7239b |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-5
|
|
 |
2b7239b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
 |
2b7239b |
|
|
 |
4ecd79c |
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-4
|
|
 |
4ecd79c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
 |
4ecd79c |
|
|
 |
0f8eca9 |
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.3.9-3
|
|
 |
0f8eca9 |
- Rebuilt for Python 3.7
|
|
 |
0f8eca9 |
|
|
 |
9a4ce3b |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.9-2
|
|
 |
9a4ce3b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
 |
9a4ce3b |
|
|
 |
14ae0b9 |
* Tue Aug 29 2017 Stephane Thiell <sthiell@stanford.edu> 0.3.9-1
|
|
 |
14ae0b9 |
- update version
|
|
 |
14ae0b9 |
|
|
 |
c36029a |
* Tue Aug 22 2017 Stephane Thiell <sthiell@stanford.edu> 0.3.8-2
|
|
 |
c36029a |
- always remove shebang from Python modules
|
|
 |
c36029a |
- removed unwanted Group tag
|
|
 |
c36029a |
- removed useless/duplicate Provides tag
|
|
 |
c36029a |
|
|
 |
c36029a |
* Fri Aug 18 2017 Stephane Thiell <sthiell@stanford.edu> 0.3.8-1
|
|
 |
c36029a |
- added man pages
|
|
 |
c36029a |
|
|
 |
c36029a |
* Wed Aug 16 2017 Stephane Thiell <sthiell@stanford.edu> 0.3.5-1
|
|
 |
c36029a |
- packaging improvements
|
|
 |
c36029a |
|
|
 |
c36029a |
* Tue Jul 4 2017 Stephane Thiell <sthiell@stanford.edu> 0.3.4-1
|
|
 |
c36029a |
- build against python3 only
|
|
 |
c36029a |
- install LICENSE.txt file
|
|
 |
c36029a |
- use python_provide macro and update to follow Fedora packaging guidelines
|
|
 |
c36029a |
|
|
 |
c36029a |
* Sat May 20 2017 Stephane Thiell <sthiell@stanford.edu> 0.3.3-1
|
|
 |
c36029a |
- update version (bug fixes)
|
|
 |
c36029a |
|
|
 |
c36029a |
* Wed Mar 29 2017 Mikhail Lesin <mlesin@gmail.com> 0.3.2-1
|
|
 |
c36029a |
- Python 3 port
|
|
 |
c36029a |
- DM support
|
|
 |
c36029a |
- 4K devices sizefix
|
|
 |
c36029a |
|
|
 |
c36029a |
* Mon Feb 20 2017 Stephane Thiell <sthiell@stanford.edu> 0.3.1-1
|
|
 |
c36029a |
- update version
|
|
 |
c36029a |
|
|
 |
c36029a |
* Sun Feb 19 2017 Stephane Thiell <sthiell@stanford.edu> 0.3.0-1
|
|
 |
c36029a |
- update version
|
|
 |
c36029a |
|
|
 |
c36029a |
* Fri Dec 9 2016 Stephane Thiell <sthiell@stanford.edu> 0.2.5-1
|
|
 |
c36029a |
- update version
|
|
 |
c36029a |
|
|
 |
c36029a |
* Mon Dec 5 2016 Stephane Thiell <sthiell@stanford.edu> 0.2.4-1
|
|
 |
c36029a |
- update version
|
|
 |
c36029a |
|
|
 |
c36029a |
* Tue Nov 8 2016 Stephane Thiell <sthiell@stanford.edu> 0.2.3-1
|
|
 |
c36029a |
- update version
|
|
 |
c36029a |
|
|
 |
c36029a |
* Mon Oct 31 2016 Stephane Thiell <sthiell@stanford.edu> 0.2.1-1
|
|
 |
c36029a |
- update version
|
|
 |
c36029a |
|
|
 |
c36029a |
* Mon Oct 17 2016 Stephane Thiell <sthiell@stanford.edu> 0.1.7-1
|
|
 |
c36029a |
- inception
|