Accepting request 770062 from Base:System
OBS-URL: https://build.opensuse.org/request/show/770062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/targetcli-fb?expand=0&rev=16
This commit is contained in:
commit
1ffa3f2e49
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 3 16:38:45 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||||||
|
shortcut through the -mini flavors.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 19 15:32:55 UTC 2019 - Lee Duncan <lduncan@suse.com>
|
Mon Aug 19 15:32:55 UTC 2019 - Lee Duncan <lduncan@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package targetcli-fb
|
# spec file for package targetcli-fb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: A command shell for managing the Linux LIO kernel target
|
Summary: A command shell for managing the Linux LIO kernel target
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/open-iscsi/%{name}
|
URL: https://github.com/open-iscsi/%{name}
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: %{name}.service
|
Source1: %{name}.service
|
||||||
BuildRequires: %{python_module configshell-fb}
|
BuildRequires: %{python_module configshell-fb}
|
||||||
@ -33,7 +33,7 @@ BuildRequires: %{python_module rtslib-fb}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
Requires: python-configshell-fb
|
Requires: python-configshell-fb
|
||||||
Requires: python-dbus-python
|
Requires: python-dbus-python
|
||||||
Requires: python-rtslib-fb
|
Requires: python-rtslib-fb
|
||||||
@ -53,7 +53,7 @@ BuildArch: noarch
|
|||||||
Provides: targetcli-rbd = %{version}
|
Provides: targetcli-rbd = %{version}
|
||||||
Obsoletes: targetcli-rbd < %{version}
|
Obsoletes: targetcli-rbd < %{version}
|
||||||
%endif
|
%endif
|
||||||
%{?systemd_requires}
|
%{?systemd_ordering}
|
||||||
Patch1: Split-out-blockdev-readonly-state-detection-helper.patch
|
Patch1: Split-out-blockdev-readonly-state-detection-helper.patch
|
||||||
Patch2: rbd-support.patch
|
Patch2: rbd-support.patch
|
||||||
Patch3: saveconfig-compress-the-backup-config-files
|
Patch3: saveconfig-compress-the-backup-config-files
|
||||||
|
Loading…
Reference in New Issue
Block a user