From 39075fdd5821bcef59303c3ed096087a4cfee9875b49bc30ecb58a6e96ba69b8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 22 Aug 2018 08:18:16 +0000 Subject: [PATCH] - Changed dir of COPYING file. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-cio?expand=0&rev=9 --- yast2-cio-4.0.3.tar.bz2 | 4 ++-- yast2-cio.changes | 5 +++++ yast2-cio.spec | 8 +++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/yast2-cio-4.0.3.tar.bz2 b/yast2-cio-4.0.3.tar.bz2 index 014ee44..50c7377 100644 --- a/yast2-cio-4.0.3.tar.bz2 +++ b/yast2-cio-4.0.3.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc420e2f42a98d90f32d71bc5e895494c39fb356db5a7084637bde03bd653626 -size 21579 +oid sha256:991abc718c6b82e7eec0ab6700f8ef885cb3da7dc3af1a7494f155acc3c1cb25 +size 21734 diff --git a/yast2-cio.changes b/yast2-cio.changes index 0ec6543..9284ff7 100644 --- a/yast2-cio.changes +++ b/yast2-cio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/yast2-cio.spec b/yast2-cio.spec index fd109ac..0954211 100644 --- a/yast2-cio.spec +++ b/yast2-cio.spec @@ -61,12 +61,18 @@ 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 -%doc COPYING README.md +%doc README.md +%license COPYING %changelog