From ce7e64df07eeac7ca709343e3588c9a0f3e2a92d Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 15 May 2024 12:59:55 +0200 Subject: [PATCH] fix license field (#RHEL-36338) Resolves: #RHEL-36338 --- libsmi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libsmi.spec b/libsmi.spec index dfdbada..4583b82 100644 --- a/libsmi.spec +++ b/libsmi.spec @@ -12,9 +12,9 @@ Name: libsmi Version: 0.4.8 -Release: 38%{?dist} +Release: 39%{?dist} Summary: A library to access SMI MIB information -License: GPL-2.0-or-later AND BSD-3-Clause +License: TCL AND BSD-3-Clause URL: http://www.ibr.cs.tu-bs.de/projects/libsmi/index.html Source0: https://gitlab.ibr.cs.tu-bs.de/nm/libsmi/-/archive/%{commit}/libsmi-%{commit}.tar.gz Source1: smi.conf @@ -128,6 +128,9 @@ make check ||: %changelog +* Wed May 15 2024 Michal Hlavinka - 0.4.8-39 +- fix license field (#RHEL-36338) + * Thu Jan 25 2024 Fedora Release Engineering - 0.4.8-38 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild