- Updated to 1.0.7
This commit is contained in:
parent
90adc33213
commit
6d01838659
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ libnetfilter_conntrack-0.0.101.tar.bz2
|
||||
/libnetfilter_conntrack-1.0.3.tar.bz2
|
||||
/libnetfilter_conntrack-1.0.4.tar.bz2
|
||||
/libnetfilter_conntrack-1.0.6.tar.bz2
|
||||
/libnetfilter_conntrack-1.0.7.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libnetfilter_conntrack
|
||||
Version: 1.0.6
|
||||
Release: 6%{?dist}
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Netfilter conntrack userspace library
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
@ -27,10 +27,6 @@ interface (API) to the in-kernel connection tracking state table.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# (valid for 1.0.3, may break newer releases)
|
||||
# Remove outdated files that confuse various helper scripts.
|
||||
rm compile config.guess config.sub depcomp install-sh ltmain.sh missing
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-rpath
|
||||
|
||||
@ -56,6 +52,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
%{_includedir}/libnetfilter_conntrack/*.h
|
||||
|
||||
%changelog
|
||||
* Thu Dec 06 2018 Paul Wouters <pwouters@redhat.com> - 1.0.7-1
|
||||
- Updated to 1.0.7
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.6-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user