From bb8dee5bb6c4e9d92918d96eac353d565c926441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 4 Dec 2017 17:32:52 +0100 Subject: [PATCH] Mark the package with correct license --- cura.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cura.spec b/cura.spec index 49c5d0d..45e1c84 100644 --- a/cura.spec +++ b/cura.spec @@ -1,9 +1,11 @@ Name: cura Epoch: 1 Version: 3.0.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: 3D printer control software -License: AGPLv3+ + +# https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/thread/MOUNX6I3POCDMYWBNJ7JPLLIKVYWVRBJ/ +License: LGPLv3+ URL: https://ultimaker.com/en/products/cura-software Source0: https://github.com/Ultimaker/Cura/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -129,6 +131,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_prefix}/lib/%{name} %changelog +* Mon Dec 04 2017 Miro Hrončok - 1:3.0.3-5 +- Mark the package with correct license + * Sun Dec 03 2017 Miro Hrončok - 1:3.0.3-4 - Also apply the nvidia driver workaround on Fedora (#1520138)