From cd6a1095e87e12b45418e2e0f0012c52575985250c92bcd0902bce08d1b7b03f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 22 Aug 2018 11:35:19 +0000 Subject: [PATCH 1/2] - Switched license in spec file from SPDX2 to SPDX3 format. - Changed dir of COPYING file. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-reipl?expand=0&rev=275 --- yast2-reipl-4.0.0.tar.bz2 | 4 ++-- yast2-reipl.changes | 6 ++++++ yast2-reipl.spec | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/yast2-reipl-4.0.0.tar.bz2 b/yast2-reipl-4.0.0.tar.bz2 index 7cbe2e7..1391c6f 100644 --- a/yast2-reipl-4.0.0.tar.bz2 +++ b/yast2-reipl-4.0.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:710c32160be83d2bcc16cba04e8e99234d46b488afde2f7e9c54b76ade26873c -size 20344 +oid sha256:12e142d19e87a63ae1934ac739719763d9b12d93d3f9536fc609d3688991cdbc +size 20422 diff --git a/yast2-reipl.changes b/yast2-reipl.changes index c3ccd93..7c87217 100644 --- a/yast2-reipl.changes +++ b/yast2-reipl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 20 13:27:30 CEST 2018 - schubi@suse.de + +- Switched license in spec file from SPDX2 to SPDX3 format. +- Changed dir of COPYING file. + ------------------------------------------------------------------- Fri Apr 6 18:53:27 UTC 2018 - mfilka@suse.com diff --git a/yast2-reipl.spec b/yast2-reipl.spec index 77ba7dc..062e09f 100644 --- a/yast2-reipl.spec +++ b/yast2-reipl.spec @@ -41,7 +41,7 @@ PreReq: %fillup_prereq Requires: yast2-ruby-bindings >= 1.0.0 Summary: YaST2 - IPL loader -License: GPL-2.0 +License: GPL-2.0-only Group: System/YaST Url: http://github.com/yast/yast-reipl @@ -71,6 +71,6 @@ rake install DESTDIR="%{buildroot}" %{yast_yncludedir}/reipl/* %dir %{yast_docdir} %doc %{yast_docdir}/* -%doc %{yast_docdir}/COPYING +%license %{yast_docdir}/COPYING %changelog From 558b18adcd121110046bdc5969f256ed5e59d902936e27d4c45dd9e7685ba713 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 23 Oct 2018 15:03:28 +0000 Subject: [PATCH 2/2] - Fixed path to license file. Build error in bsc#1087957. - 4.0.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-reipl?expand=0&rev=276 --- yast2-reipl-4.0.0.tar.bz2 | 3 --- yast2-reipl-4.0.1.tar.bz2 | 3 +++ yast2-reipl.changes | 6 ++++++ yast2-reipl.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 yast2-reipl-4.0.0.tar.bz2 create mode 100644 yast2-reipl-4.0.1.tar.bz2 diff --git a/yast2-reipl-4.0.0.tar.bz2 b/yast2-reipl-4.0.0.tar.bz2 deleted file mode 100644 index 1391c6f..0000000 --- a/yast2-reipl-4.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12e142d19e87a63ae1934ac739719763d9b12d93d3f9536fc609d3688991cdbc -size 20422 diff --git a/yast2-reipl-4.0.1.tar.bz2 b/yast2-reipl-4.0.1.tar.bz2 new file mode 100644 index 0000000..6936426 --- /dev/null +++ b/yast2-reipl-4.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bdb8cdeeb2342137845a8da2c8b68ee683d77da25e4861850b07aefb44c10cc +size 20436 diff --git a/yast2-reipl.changes b/yast2-reipl.changes index 7c87217..d7c4a4a 100644 --- a/yast2-reipl.changes +++ b/yast2-reipl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 23 16:45:51 CEST 2018 - schubi@suse.de + +- Fixed path to license file. Build error in bsc#1087957. +- 4.0.1 + ------------------------------------------------------------------- Mon Aug 20 13:27:30 CEST 2018 - schubi@suse.de diff --git a/yast2-reipl.spec b/yast2-reipl.spec index 062e09f..a8c6422 100644 --- a/yast2-reipl.spec +++ b/yast2-reipl.spec @@ -17,7 +17,7 @@ Name: yast2-reipl -Version: 4.0.0 +Version: 4.0.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -71,6 +71,6 @@ rake install DESTDIR="%{buildroot}" %{yast_yncludedir}/reipl/* %dir %{yast_docdir} %doc %{yast_docdir}/* -%license %{yast_docdir}/COPYING +%license COPYING %changelog