From 0b99ca1ba4b13bed4f8aea5accff001f3b3654c5 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 13 Dec 2021 18:12:41 +0100 Subject: [PATCH] CDDL is not an approved license Resolves: #2031918 --- LibRaw.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/LibRaw.spec b/LibRaw.spec index c70b4af..03c486c 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -7,8 +7,8 @@ Summary: Library for reading RAW files obtained from digital photo cameras Name: LibRaw Version: 0.20.2 -Release: 4%{?dist} -License: BSD and (CDDL or LGPLv2) +Release: 5%{?dist} +License: BSD and LGPLv2 URL: http://www.libraw.org BuildRequires: gcc-c++ @@ -114,6 +114,10 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %changelog +* Mon Dec 13 2021 Debarshi Ray - 0.20.2-5 +- CDDL is not an approved license +Resolves: #2031918 + * Mon Aug 09 2021 Mohan Boddu - 0.20.2-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688