From 34ed648735f1a9161206a1b69b57cb023eb494a4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 4 May 2018 19:28:51 -0700 Subject: [PATCH] Update to 0.8.4. Fixes bug #1574096 --- .gitignore | 1 + nftables.spec | 31 +++++++++++++++++++++++++++++-- sources | 2 +- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c442e0..a84390a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /nftables-0.8.1.tar.bz2 /nftables-0.8.2.tar.bz2 /nftables-0.8.3.tar.bz2 +/nftables-0.8.4.tar.bz2 diff --git a/nftables.spec b/nftables.spec index 2ab8a25..9760f7a 100644 --- a/nftables.spec +++ b/nftables.spec @@ -1,7 +1,7 @@ #global snapdate 20140903 Name: nftables -Version: 0.8.3 +Version: 0.8.4 #Release: 0.1.%%{snapdate}git%%{?dist} Release: 1%{?dist} # Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track. @@ -31,6 +31,15 @@ BuildRequires: systemd %description Netfilter Tables userspace utilities. +%package devel +Summary: Development library for nftables / libnftables +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig + +%description devel +Development tools and static libraries and header files for the libnftables library. + %prep #setup -q -n nftables-%{snapdate} %setup -q @@ -43,6 +52,10 @@ make %{?_smp_mflags} %install %make_install find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +# Don't ship static lib (for now at least) +rm -f $RPM_BUILD_ROOT/%{_libdir}/libnftables.a + chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft* mkdir -p $RPM_BUILD_ROOT/%{_unitdir} @@ -62,15 +75,29 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/nftables %postun %systemd_postun_with_restart nftables.service +%post devel +%ldconfig_post + +%postun devel +%ldconfig_postun + %files -%doc COPYING TODO +%license COPYING %config(noreplace) %{_sysconfdir}/nftables/ %config(noreplace) %{_sysconfdir}/sysconfig/nftables.conf %{_sbindir}/nft +%{_libdir}/libnftables.so %{_mandir}/man8/nft* %{_unitdir}/nftables.service +%files devel +%{_libdir}/libnftables.so.* +%{_libdir}/pkgconfig/libnftables.pc + %changelog +* Fri May 04 2018 Kevin Fenzi - 0.8.4-1 +- Update to 0.8.4. Fixes bug #1574096 + * Sat Mar 03 2018 Kevin Fenzi - 0.8.3-1 - Update to 0.8.3. Fixes bug #1551207 diff --git a/sources b/sources index ecea69d..76850a4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (nftables-0.8.3.tar.bz2) = d3d97be10c2dcd1f15b9998e01254ff11438a2d83922e8b5207b641375ea12bb86ecbe4f9cb21cdf5998ddeb7c42b9e424dcb40a359cf42e06b9437a5ce4f72c +SHA512 (nftables-0.8.4.tar.bz2) = 213a8d46ec615d749704a8f958c8b4a5d810ddb84c133b62f9aa64c3175da94ddbf0b06421daa237909932b67219b10d7ce9c5878a28bdca14935dfe83b380d8