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