108 lines
3.9 KiB
RPMSpec
108 lines
3.9 KiB
RPMSpec
Name: libnetfilter_cthelper
|
|
Version: 1.0.0
|
|
Release: 15%{?dist}
|
|
Summary: User-space infrastructure for connection tracking helpers
|
|
Group: System Environment/Libraries
|
|
License: GPLv2
|
|
URL: http://www.netfilter.org/projects/libnetfilter_cthelper/index.html
|
|
Source0: http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-%{version}.tar.bz2
|
|
BuildRequires: libmnl-devel >= 1.0.0, pkgconfig, kernel-headers
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Patch1: 0001-build-resolve-automake-1.12-warnings.patch
|
|
Patch2: 0002-Update-.gitignore.patch
|
|
Patch3: 0003-configure-uclinux-is-also-linux.patch
|
|
Patch4: 0004-src-fix-use-after-free.patch
|
|
Patch5: 0005-include-Sync-with-kernel-headers.patch
|
|
Patch6: 0006-Use-__EXPORTED-rather-than-EXPORT_SYMBOL.patch
|
|
Patch7: 0007-examples-fix-double-free-in-nftc-helper-add.patch
|
|
Patch8: 0008-examples-kill-the-invalid-argument-error-in-nftc-hel.patch
|
|
Patch9: 0009-src-fix-incorrect-building-and-parsing-of-the-NFCTH_.patch
|
|
|
|
%description
|
|
This library provides the infrastructure for the user-space helper
|
|
infrastructure available since the Linux kernel 3.6.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: libmnl-devel >= 1.0.0
|
|
Requires: kernel-headers
|
|
|
|
%description devel
|
|
The %{name}-devel package contains libraries and header files for
|
|
developing applications that use %{name}.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%configure --disable-static
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
%make_install
|
|
find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';'
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%doc COPYING README
|
|
%{_libdir}/*.so.*
|
|
|
|
%files devel
|
|
%doc examples
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%dir %{_includedir}/libnetfilter_cthelper
|
|
%{_includedir}/libnetfilter_cthelper/*.h
|
|
%{_libdir}/*.so
|
|
|
|
%changelog
|
|
* Thu Oct 24 2019 Phil Sutter <psutter@redhat.com> - 1.0.0-15
|
|
- Rebuild for added CI tests
|
|
|
|
* Thu Oct 24 2019 Phil Sutter <psutter@redhat.com> - 1.0.0-14
|
|
- Add missing backports from upstream
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-13
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-10
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-7
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Tue Nov 27 2012 Paul Komkoff <i@stingr.net> - 1.0.0-3
|
|
- fix group tag on devel package
|
|
|
|
* Tue Nov 27 2012 Paul Komkoff <i@stingr.net> - 1.0.0-2
|
|
- fixes for epel5
|
|
|
|
* Mon Nov 26 2012 Paul Komkoff <i@stingr.net> - 1.0.0-1
|
|
- new package
|