Accepting request 707251 from YaST:Head

submit new version 4.2.0

OBS-URL: https://build.opensuse.org/request/show/707251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-cio?expand=0&rev=5
This commit is contained in:
2019-07-31 12:17:44 +00:00
committed by Git OBS Bridge
4 changed files with 31 additions and 29 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f72b278ba42c14569d640c41b3d547ee4b33a599f7834a7e9e7eaa9e2f9b21a6
size 22895

3
yast2-cio-4.2.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47a82b352f6729db15b80177a38cfe05d6d7c97754a91399780af6657d2ca041
size 22865

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 31 12:27:13 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.0
-------------------------------------------------------------------
Sun Nov 25 17:20:40 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package yast2-cio
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,55 +24,49 @@
######################################################################
Name: yast2-cio
Version: 4.1.0
Version: 4.2.0
Release: 0
ExclusiveArch: s390 s390x
Summary: YaST2 - IO Channel management
License: GPL-2.0-only OR GPL-3.0-only
Group: System/YaST
Url: https://github.com/yast/yast-cio
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Requires: s390-tools
Requires: yast2 >= 3.0.5
Requires: yast2-ruby-bindings >= 1.2.0
BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.0.5
BuildRequires: yast2-devtools >= 1.2.0
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-ruby-bindings >= 1.2.0
#for install task
BuildRequires: rubygem(yast-rake)
# for tests
BuildRequires: rubygem(rspec)
Summary: YaST2 - IO Channel management
License: GPL-2.0-only OR GPL-3.0-only
Group: System/YaST
Url: https://github.com/yast/yast-cio
Requires: s390-tools
Requires: yast2 >= 3.0.5
Requires: yast2-ruby-bindings >= 1.2.0
ExclusiveArch: s390 s390x
%description
Provides interface for blacklisting and unblocking IO channels
%prep
%setup -n %{name}-%{version}
%setup -q
%check
rake test:unit
%yast_check
%install
rake install DESTDIR="%{buildroot}"
# Remove the license from the /usr/share/doc/packages directory,
# it is also included in the /usr/share/licenses directory by using
# the %license tag.
rm -f $RPM_BUILD_ROOT/%{yast_docdir}/COPYING
%yast_install
%yast_metainfo
%files
%defattr(-,root,root)
%{yast_dir}/clients/*.rb
%{yast_dir}/lib/iochannel
%{yast_desktopdir}/cio.desktop
%{yast_clientdir}
%{yast_libdir}
%{yast_desktopdir}
%{yast_metainfodir}
%{yast_icondir}
%doc README.md
%license COPYING