move yang files to avoid conflict with frr (#RHEL-43428)

Resolves: #RHEL-43428
This commit is contained in:
Michal Hlavinka 2024-07-08 23:02:56 +02:00
parent bc5c8cbf4c
commit 284d5099d2

View File

@ -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 <mhlavink@redhat.com> - 0.4.8-42
- move yang files to avoid conflict with frr (#RHEL-43428)
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.4.8-41
- Bump release for June 2024 mass rebuild