Compare commits
No commits in common. "c9" and "c8" have entirely different histories.
@ -1,21 +1,21 @@
|
|||||||
Name: libsmi
|
Name: libsmi
|
||||||
Version: 0.4.8
|
Version: 0.4.8
|
||||||
Release: 30%{?dist}
|
Release: 23%{?dist}
|
||||||
Summary: A library to access SMI MIB information
|
Summary: A library to access SMI MIB information
|
||||||
|
|
||||||
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+ and BSD
|
License: GPLv2+ and BSD
|
||||||
URL: http://www.ibr.cs.tu-bs.de/projects/libsmi/index.html
|
URL: https://www.ibr.cs.tu-bs.de/projects/libsmi/index.html
|
||||||
Source0: ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/%{name}-%{version}.tar.gz
|
Source0: https://www.ibr.cs.tu-bs.de/projects/%{name}/download/%{name}-%{version}.tar.gz
|
||||||
Source1: smi.conf
|
Source1: smi.conf
|
||||||
Source2: IETF-MIB-LICENSE.txt
|
Source2: IETF-MIB-LICENSE.txt
|
||||||
Patch0: libsmi-0.4.8-wget111.patch
|
Patch0: libsmi-0.4.8-wget111.patch
|
||||||
Patch1: libsmi-0.4.8-CVE-2010-2891.patch
|
Patch1: libsmi-0.4.8-CVE-2010-2891.patch
|
||||||
Patch2: libsmi-0.4.8-symbols-clash.patch
|
Patch2: libsmi-0.4.8-symbols-clash.patch
|
||||||
Patch3: libsmi-0.4.8-format-security-fix.patch
|
Patch3: libsmi-0.4.8-format-security-fix.patch
|
||||||
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: flex, bison
|
BuildRequires: flex, bison
|
||||||
BuildRequires: make
|
|
||||||
Requires: gawk, wget
|
Requires: gawk, wget
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,6 +30,7 @@ of all IETF and IANA maintained standard MIB modules.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development environment for libsmi library
|
Summary: Development environment for libsmi library
|
||||||
|
Group: Development/Libraries
|
||||||
Requires: %name = %version-%release
|
Requires: %name = %version-%release
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
@ -75,10 +76,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
# fails a couple of tests (2 in {0.4.4, 0.4.5})
|
# fails a couple of tests (2 in {0.4.4, 0.4.5})
|
||||||
make check ||:
|
make check ||:
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%doc ANNOUNCE ChangeLog COPYING README THANKS TODO
|
%doc ANNOUNCE ChangeLog COPYING README THANKS TODO
|
||||||
%doc doc/draft-irtf-nmrg-sming-02.txt smi.conf-example
|
%doc doc/draft-irtf-nmrg-sming-02.txt smi.conf-example
|
||||||
%doc IETF-MIB-LICENSE.txt
|
%doc IETF-MIB-LICENSE.txt
|
||||||
@ -90,6 +94,7 @@ make check ||:
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/aclocal/libsmi.m4
|
%{_datadir}/aclocal/libsmi.m4
|
||||||
%{_libdir}/pkgconfig/libsmi.pc
|
%{_libdir}/pkgconfig/libsmi.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
@ -98,30 +103,9 @@ make check ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.8-30
|
* Wed Jan 13 2021 Jiri Kucera <jkucera@redhat.com> - 0.4.8-23
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- Rebuild and additionally fix the issues found by rhpkg lint
|
||||||
Related: rhbz#1991688
|
Resolves: #1890517
|
||||||
|
|
||||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.8-29
|
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-28
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-27
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-26
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-25
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-24
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.8-23
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Mar 5 2018 Tom Callaway <spot@fedoraproject.org> - 0.4.8-22
|
* Mon Mar 5 2018 Tom Callaway <spot@fedoraproject.org> - 0.4.8-22
|
||||||
- rebuild to get more LDFLAGS through libtool (bz1548707)
|
- rebuild to get more LDFLAGS through libtool (bz1548707)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user