forked from pool/python-rtslib-fb
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 49ffd3d27e | |||
|
|
7ff7a39f75 | ||
| e4286bd91d | |||
|
|
31a660aee5 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Aug 25 14:10:48 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
||||||
|
|
||||||
- Convert to libalternatives on SLE-16-based and newer systems
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 9 08:34:22 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
Wed Jul 9 08:34:22 UTC 2025 - Nicolas Morey <nicolas.morey@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rtslib-fb
|
# spec file for package python-rtslib-fb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,12 +19,9 @@
|
|||||||
%define dbdir %{_sysconfdir}/target
|
%define dbdir %{_sysconfdir}/target
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
%define cpkg %{oldpython}-rtslib-fb-common
|
%define cpkg %{oldpython}-rtslib-fb-common
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
%bcond_without libalternatives
|
|
||||||
%else
|
|
||||||
%bcond_with libalternatives
|
|
||||||
%endif
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
|
|
||||||
Name: python-rtslib-fb
|
Name: python-rtslib-fb
|
||||||
Version: 2.2.2
|
Version: 2.2.2
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
@@ -47,7 +44,6 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
Requires: %{cpkg}
|
Requires: %{cpkg}
|
||||||
@@ -55,13 +51,9 @@ Requires: python-pyudev
|
|||||||
Provides: python-rtslib = %{version}-%{release}
|
Provides: python-rtslib = %{version}-%{release}
|
||||||
Obsoletes: python-rtslib < %{version}
|
Obsoletes: python-rtslib < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with libalternatives}
|
|
||||||
BuildRequires: alts
|
|
||||||
Requires: alts
|
|
||||||
%else
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
%endif
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -109,7 +101,6 @@ ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rctarget
|
|||||||
%{service_del_postun target.service}
|
%{service_del_postun target.service}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
%python_libalternatives_reset_alternative targetctl
|
|
||||||
%{service_add_pre target.service}
|
%{service_add_pre target.service}
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
|
|||||||
Reference in New Issue
Block a user