2017-09-14 16:56:57 +02:00
|
|
|
#
|
|
|
|
# spec file for package yast2-cio
|
|
|
|
#
|
2022-01-12 15:34:37 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2017-09-14 16:56:57 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-12-01 08:59:29 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2017-09-14 16:56:57 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
#
|
|
|
|
# IMPORTANT: Please do not change spec file in build service directly
|
|
|
|
# Use https://github.com/yast/yast-cio repo
|
|
|
|
#
|
|
|
|
######################################################################
|
|
|
|
|
|
|
|
Name: yast2-cio
|
2021-04-30 18:18:56 +02:00
|
|
|
Version: 4.4.0
|
2017-09-14 16:56:57 +02:00
|
|
|
Release: 0
|
2019-06-03 17:47:28 +02:00
|
|
|
Summary: YaST2 - IO Channel management
|
|
|
|
License: GPL-2.0-only OR GPL-3.0-only
|
|
|
|
Group: System/YaST
|
2020-12-01 08:59:29 +01:00
|
|
|
URL: https://github.com/yast/yast-cio
|
2017-09-14 16:56:57 +02:00
|
|
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: yast2 >= 3.0.5
|
2019-06-03 17:47:28 +02:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2017-09-14 16:56:57 +02:00
|
|
|
BuildRequires: yast2-ruby-bindings >= 1.2.0
|
|
|
|
#for install task
|
2019-08-22 17:03:15 +02:00
|
|
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake)
|
2017-09-14 16:56:57 +02:00
|
|
|
# for tests
|
2019-08-22 17:03:15 +02:00
|
|
|
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
2017-09-14 16:56:57 +02:00
|
|
|
|
2019-06-03 17:47:28 +02:00
|
|
|
Requires: s390-tools
|
|
|
|
Requires: yast2 >= 3.0.5
|
|
|
|
Requires: yast2-ruby-bindings >= 1.2.0
|
|
|
|
|
2020-03-30 17:09:46 +02:00
|
|
|
Supplements: yast2-s390
|
|
|
|
|
2019-06-03 17:47:28 +02:00
|
|
|
ExclusiveArch: s390 s390x
|
2017-09-14 16:56:57 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Provides interface for blacklisting and unblocking IO channels
|
|
|
|
|
|
|
|
%prep
|
2019-06-03 17:47:28 +02:00
|
|
|
%setup -q
|
2017-09-14 16:56:57 +02:00
|
|
|
|
|
|
|
%check
|
2019-06-03 17:47:28 +02:00
|
|
|
%yast_check
|
2017-09-14 16:56:57 +02:00
|
|
|
|
|
|
|
%install
|
2019-06-03 17:47:28 +02:00
|
|
|
%yast_install
|
|
|
|
%yast_metainfo
|
2018-08-22 10:18:16 +02:00
|
|
|
|
2017-09-14 16:56:57 +02:00
|
|
|
%files
|
2019-06-03 17:47:28 +02:00
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_libdir}
|
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
2018-11-29 01:04:19 +01:00
|
|
|
%{yast_icondir}
|
2018-08-22 10:18:16 +02:00
|
|
|
%doc README.md
|
|
|
|
%license COPYING
|
2017-09-14 16:56:57 +02:00
|
|
|
|
|
|
|
%changelog
|