Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libnetfilter_conntrack.git#5a5925282d3e706cb70725cb563ee24b1caf741c
This commit is contained in:
DistroBaker 2021-01-17 10:47:11 +00:00
parent 17350826d8
commit d43ac22c71
3 changed files with 17 additions and 10 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ libnetfilter_conntrack-0.0.101.tar.bz2
/libnetfilter_conntrack-1.0.4.tar.bz2 /libnetfilter_conntrack-1.0.4.tar.bz2
/libnetfilter_conntrack-1.0.6.tar.bz2 /libnetfilter_conntrack-1.0.6.tar.bz2
/libnetfilter_conntrack-1.0.7.tar.bz2 /libnetfilter_conntrack-1.0.7.tar.bz2
/libnetfilter_conntrack-1.0.8.tar.bz2

View File

@ -1,13 +1,17 @@
Name: libnetfilter_conntrack Name: libnetfilter_conntrack
Version: 1.0.7 Version: 1.0.8
Release: 5%{?dist} Release: 1%{?dist}
Summary: Netfilter conntrack userspace library Summary: Netfilter conntrack userspace library
License: GPLv2+ License: GPLv2+
URL: http://netfilter.org URL: http://netfilter.org
Source0: http://netfilter.org/projects/libnetfilter_conntrack/files/%{name}-%{version}.tar.bz2 Source0: http://netfilter.org/projects/libnetfilter_conntrack/files/%{name}-%{version}.tar.bz2
BuildRequires: gcc BuildRequires: gcc
BuildRequires: libnfnetlink-devel >= 1.0.1, pkgconfig, kernel-headers, libmnl-devel >= 1.0.3 BuildRequires: kernel-headers
BuildRequires: libmnl-devel >= 1.0.3
BuildRequires: libnfnetlink-devel >= 1.0.1
BuildRequires: make
BuildRequires: pkgconfig
%description %description
libnetfilter_conntrack is a userspace library providing a programming libnetfilter_conntrack is a userspace library providing a programming
@ -23,22 +27,20 @@ libnetfilter_conntrack is a userspace library providing a programming
interface (API) to the in-kernel connection tracking state table. interface (API) to the in-kernel connection tracking state table.
%prep %prep
%setup -q %autosetup -p1
%build %build
%configure --disable-static --disable-rpath %configure --disable-static --disable-rpath
make %{?_smp_mflags} %{make_build}
%install %install
rm -rf $RPM_BUILD_ROOT %{make_install}
make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -delete
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%ldconfig_scriptlets %ldconfig_scriptlets
%files %files
%{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%{_libdir}/*.so.* %{_libdir}/*.so.*
@ -49,6 +51,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%{_includedir}/libnetfilter_conntrack/*.h %{_includedir}/libnetfilter_conntrack/*.h
%changelog %changelog
* Sun Jan 17 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.8-1
- Update to 1.0.8
- Cleanup spec
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-5 * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (libnetfilter_conntrack-1.0.7.tar.bz2) = 5be5ed5daba385d11123a4e497c6334c6bb7e668594e667f85596619afe607f8783c088934098a4c07557d86f9b9157ff67d28541c8f4a80a5454307b979c22b SHA512 (libnetfilter_conntrack-1.0.8.tar.bz2) = ddc70e7e3f2d764ed1e115e4a03fe8848b8c04bd69eea0952e63131dd4dae3c23f33b8be518673e1ec3b5dbf708f5f86eac97be46fe265d95386a5e902bd0b82