Blame nvme-stas.spec

d375768
Name:    nvme-stas
d375768
Summary: NVMe STorage Appliance Services
8a67d8a
Version: 2.3.1
a06e7c7
Release: 3%{?dist}
0e01666
License: Apache-2.0
d375768
URL:     https://github.com/linux-nvme/nvme-stas
d375768
Source0: %{url}/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
d375768
d375768
BuildArch:     noarch
d375768
d375768
BuildRequires: meson >= 0.57.0
d375768
BuildRequires: glib2-devel
9ff7d3f
BuildRequires: libnvme-devel >= 1.5
d375768
BuildRequires: libxslt
d375768
BuildRequires: docbook-style-xsl
d375768
BuildRequires: systemd-devel
f65c6f2
BuildRequires: systemd-rpm-macros
d375768
d375768
BuildRequires: python3-devel
5413974
%if (0%{?rhel} == 0)
d375768
BuildRequires: python3-pyflakes
d375768
BuildRequires: python3-pylint
d375768
BuildRequires: pylint
5413974
%endif
d375768
d375768
BuildRequires: python3-libnvme
d375768
BuildRequires: python3-dasbus
d375768
BuildRequires: python3-pyudev
d375768
BuildRequires: python3-systemd
d375768
BuildRequires: python3-gobject-devel
d375768
BuildRequires: python3-lxml
d375768
d375768
Requires:      avahi
9ff7d3f
Requires:      python3-libnvme >= 1.5
d375768
Requires:      python3-dasbus
d375768
Requires:      python3-pyudev
d375768
Requires:      python3-systemd
d375768
Requires:      python3-gobject
d375768
Requires:      python3-lxml
d375768
d375768
%description
d375768
nvme-stas is a Central Discovery Controller (CDC) client for Linux. It
d375768
handles Asynchronous Event Notifications (AEN), Automated NVMe subsystem
d375768
connection controls, Error handling and reporting, and Automatic (zeroconf)
d375768
and Manual configuration. nvme-stas is composed of two daemons:
d375768
stafd (STorage Appliance Finder) and stacd (STorage Appliance Connector).
d375768
d375768
%prep
d375768
%autosetup -p1 -n %{name}-%{version_no_tilde}
d375768
d375768
%build
d375768
%meson -Dman=true -Dhtml=true
d375768
%meson_build
d375768
d375768
%install
d375768
%meson_install
d375768
mv %{buildroot}/%{_sysconfdir}/stas/sys.conf.doc %{buildroot}/%{_sysconfdir}/stas/sys.conf
d375768
d375768
%post
d375768
%systemd_post stacd.service
d375768
%systemd_post stafd.service
d375768
d375768
%preun
d375768
%systemd_preun stacd.service
d375768
%systemd_preun stafd.service
d375768
d375768
%postun
d375768
%systemd_postun_with_restart stacd.service
d375768
%systemd_postun_with_restart stafd.service
d375768
d375768
%files
d375768
%license LICENSE
d375768
%doc README.md
d375768
%dir %{_sysconfdir}/stas
d375768
%config(noreplace) %{_sysconfdir}/stas/stacd.conf
d375768
%config(noreplace) %{_sysconfdir}/stas/stafd.conf
d375768
%config(noreplace) %{_sysconfdir}/stas/sys.conf
d375768
%{_datadir}/dbus-1/system.d/org.nvmexpress.*.conf
d375768
%{_bindir}/stacctl
d375768
%{_bindir}/stafctl
d375768
%{_bindir}/stasadm
d375768
%{_sbindir}/stacd
d375768
%{_sbindir}/stafd
d375768
%{_unitdir}/stacd.service
d375768
%{_unitdir}/stafd.service
0ffa3a4
%{_unitdir}/stas-config.target
0ffa3a4
%{_unitdir}/stas-config@.service
d375768
%dir %{python3_sitelib}/staslib
d375768
%{python3_sitelib}/staslib/*
d375768
%doc %{_pkgdocdir}/html
d375768
%{_mandir}/man1/sta*.1*
d375768
%{_mandir}/man5/*.5*
d375768
%{_mandir}/man7/nvme*.7*
d375768
%{_mandir}/man8/sta*.8*
d375768
d375768
d375768
%changelog
a06e7c7
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-3
a06e7c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
a06e7c7
8ee1394
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
8ee1394
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
8ee1394
8a67d8a
* Wed Nov 29 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.3.1-1
8a67d8a
- Upstream v2.3.1 release
8a67d8a
0e01666
* Fri Sep 22 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.3-1
0e01666
- Upstream v2.3 release
0e01666
7bd1c00
* Thu Aug 17 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.3~rc4-1
7bd1c00
- Upstream v2.3 Release Candidate 4
7bd1c00
9a682c0
* Tue Aug 01 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.3~rc3-1
9a682c0
- Upstream v2.3 Release Candidate 3
9a682c0
0816054
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3~rc2-2
0816054
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
0816054
7cf6d45
* Tue Jul 18 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.3~rc2-1
7cf6d45
- Upstream v2.3 Release Candidate 2
7cf6d45
e440ad6
* Mon Jul 10 2023 Python Maint <python-maint@redhat.com> - 2.3~rc1-2
e440ad6
- Rebuilt for Python 3.12
e440ad6
9ff7d3f
* Tue Jul 04 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.3~rc1-1
9ff7d3f
- Upstream v2.3 Release Candidate 1
9ff7d3f
e2b6bf5
* Sun Jul 02 2023 Python Maint <python-maint@redhat.com> - 2.2.1-2
e2b6bf5
- Rebuilt for Python 3.12
e2b6bf5
e1a4353
* Mon Apr 03 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.2.1-1
e1a4353
- Upstream v2.2.1 release
e1a4353
83d12d7
* Wed Feb 01 2023 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
83d12d7
- Upstream v2.1.2 release
83d12d7
12effdf
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2
12effdf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
12effdf
61284e1
* Fri Nov 04 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.0-1
61284e1
- Upstream v2.0 release
61284e1
df2961c
* Tue Nov 01 2022 Tomas Bzatek <tbzatek@redhat.com> - 2.0~rc5-1
df2961c
- Upstream v2.0 Release Candidate 5
df2961c
3d064b2
* Fri Sep 16 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.2~rc3-1
3d064b2
- Upstream v1.2 Release Candidate 3
3d064b2
50a7986
* Fri Jul 22 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1.6-1
50a7986
- Upstream v1.1.6 release
50a7986
4684e02
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
4684e02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
4684e02
1141816
* Tue Jun 28 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1.5-1
1141816
- Upstream v1.1.5 release
1141816
e856869
* Fri Jun 17 2022 Python Maint <python-maint@redhat.com> - 1.1.4-2
e856869
- Rebuilt for Python 3.11
e856869
0ce0224
* Fri Jun 17 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1.4-1
0ce0224
- Upstream v1.1.4 release
0ce0224
4e2fa2c
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.1.3-3
4e2fa2c
- Rebuilt for Python 3.11
4e2fa2c
0ffa3a4
* Mon Jun 13 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1.3-2
0ffa3a4
- Upstream v1.1.3 updated release (git tag f24b4b5)
0ffa3a4
f20058f
* Thu Jun 09 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1.3-1
f20058f
- Upstream v1.1.3 release
f20058f
6090542
* Mon May 23 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-1
6090542
- Upstream v1.1.1 release
6090542
be3d3e5
* Thu May 19 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.1-1
be3d3e5
- Upstream v1.1 release
be3d3e5
d375768
* Wed Apr 20 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.0-1
d375768
- Upstream v1.0 official release
d375768
d375768
* Tue Apr 05 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.0~rc7-1
d375768
- Upstream v1.0 Release Candidate 7
d375768
d375768
* Fri Mar 25 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.0~rc5-1
d375768
- Upstream v1.0 Release Candidate 5
d375768
d375768
* Mon Mar 07 2022 Tomas Bzatek <tbzatek@redhat.com> - 1.0~rc3-1
d375768
- Upstream v1.0 Release Candidate 3