From d4caad4c340e2c56ae1b513fde67a2d7682279e2 Mon Sep 17 00:00:00 2001 From: vmihalko Date: Wed, 14 Feb 2024 11:47:28 +0000 Subject: [PATCH] Fix license of the file-libs subpackage Resolves: RHEL-25493 --- file.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/file.spec b/file.spec index 183275d..83b7965 100644 --- a/file.spec +++ b/file.spec @@ -15,7 +15,7 @@ Summary: Utility for determining file types Name: file Version: 5.45 -Release: 4%{?dist} +Release: 5%{?dist} # Main license is BSD-2-Clause-Darwin # Shipped exceptions: @@ -24,7 +24,7 @@ Release: 4%{?dist} # * src/mygetopt.h - BSD-4-Clause # * src/strcasestr.h - BSD-3-Clause # * src/strlc{at,py}.c - ISC -# * src/vasprintf.c - BSD-2-Clause-Darwin AND BSD-3-Clasue +# * src/vasprintf.c - BSD-2-Clause-Darwin AND BSD-3-Clause License: BSD-2-Clause-Darwin AND BSD-2-Clause Source0: http://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -66,7 +66,6 @@ different graphics formats. %package libs Summary: Libraries for applications using libmagic -License: BSD %description libs @@ -233,6 +232,9 @@ make -C tests check %endif %changelog +* Thu Feb 14 2024 Vincent Mihalkovic - 5.45-5 + - fix license of the file-libs subpackage + * Tue Feb 06 2024 Lukáš Zaoral - 5.45-4 - migrate to SPDX license format