Accepting request 652505 from YaST:Head

submit new version 4.1.0

OBS-URL: https://build.opensuse.org/request/show/652505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-cio?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-11-30 15:32:11 +00:00 committed by Git OBS Bridge
commit 3f002b3a68
4 changed files with 29 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 25 17:20:40 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org>
- Provide icon with module (boo#1109310)
- 4.1.0
-------------------------------------------------------------------
Wed Aug 22 16:52:19 CEST 2018 - schubi@suse.de
- Switched license in spec file from SPDX2 to SPDX3 format.
-------------------------------------------------------------------
Tue Aug 21 09:14:59 CEST 2018 - schubi@suse.de
- Changed dir of COPYING file.
-------------------------------------------------------------------
Thu Jun 28 10:43:34 CEST 2018 - schubi@suse.de

View File

@ -24,7 +24,7 @@
######################################################################
Name: yast2-cio
Version: 4.0.3
Version: 4.1.0
Release: 0
ExclusiveArch: s390 s390x
@ -45,7 +45,7 @@ BuildRequires: rubygem(yast-rake)
BuildRequires: rubygem(rspec)
Summary: YaST2 - IO Channel management
License: GPL-2.0 or GPL-3.0
License: GPL-2.0-only OR GPL-3.0-only
Group: System/YaST
Url: https://github.com/yast/yast-cio
@ -61,12 +61,19 @@ rake test:unit
%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
%files
%defattr(-,root,root)
%{yast_dir}/clients/*.rb
%{yast_dir}/lib/iochannel
%{yast_desktopdir}/cio.desktop
%{yast_icondir}
%doc COPYING README.md
%doc README.md
%license COPYING
%changelog