From a413564ce6007acafe9e9ce0414e914d5a4c0b2e Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Wed, 11 Jul 2018 19:38:15 +0200 Subject: [PATCH] fix license tag to match the source code license --- logrotate.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/logrotate.spec b/logrotate.spec index 4d53114..df76469 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,8 +1,8 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.14.0 -Release: 1%{?dist} -License: GPL+ +Release: 2%{?dist} +License: GPLv2+ Url: https://github.com/logrotate/logrotate Source: https://github.com/logrotate/logrotate/releases/download/%{version}/logrotate-%{version}.tar.xz Source1: rwtab @@ -101,6 +101,9 @@ fi %config(noreplace) %{_sysconfdir}/rwtab.d/logrotate %changelog +* Wed Jul 11 2018 Kamil Dudka - 3.14.0-2 +- fix license tag to match the source code license + * Fri Mar 09 2018 Kamil Dudka - 3.14.0-1 - new upstream version 3.14.0