From 284d5099d27d535efb0c37070d28d2047358af57 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 8 Jul 2024 23:02:56 +0200 Subject: [PATCH] move yang files to avoid conflict with frr (#RHEL-43428) Resolves: #RHEL-43428 --- libsmi.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libsmi.spec b/libsmi.spec index 15511a6..9ac3d4a 100644 --- a/libsmi.spec +++ b/libsmi.spec @@ -15,7 +15,7 @@ Name: libsmi Version: 0.4.8 -Release: 41%{?dist} +Release: 42%{?dist} Summary: A library to access SMI MIB information License: TCL AND BSD-3-Clause URL: http://www.ibr.cs.tu-bs.de/projects/libsmi/index.html @@ -86,6 +86,7 @@ autoreconf -iv --enable-smi \ --enable-sming \ --enable-shared \ + --with-yangdir=%{_datadir}/libsmi-yang/ \ --disable-static make LIBTOOL=/usr/bin/libtool %{?_smp_mflags} @@ -119,7 +120,7 @@ make check ||: %{_libdir}/*.so.* %{_datadir}/mibs/ %{_datadir}/pibs/ -%{_datadir}/yang/ +%{_datadir}/libsmi-yang/ %{_mandir}/man1/*.1* %files devel @@ -131,6 +132,9 @@ make check ||: %changelog +* Mon Jul 08 2024 Michal Hlavinka - 0.4.8-42 +- move yang files to avoid conflict with frr (#RHEL-43428) + * Mon Jun 24 2024 Troy Dawson - 0.4.8-41 - Bump release for June 2024 mass rebuild