2014-07-04 17:56:16 +00:00
|
|
|
%global snapdate 20140704
|
2014-03-26 20:11:00 +00:00
|
|
|
|
|
|
|
Name: nftables
|
2014-03-30 18:17:33 +00:00
|
|
|
Version: 0.100
|
2014-08-17 11:48:47 +00:00
|
|
|
Release: 4.%{snapdate}git%{?dist}
|
2014-03-26 20:11:00 +00:00
|
|
|
Summary: Netfilter Tables userspace utillites
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
URL: http://netfilter.org/projects/nftables/
|
|
|
|
Source0: http://ftp.netfilter.org/pub/nftables/snapshot/nftables-%{snapdate}.tar.bz2
|
|
|
|
|
|
|
|
#
|
|
|
|
# Disable silent make so we can see compiler flags and such
|
|
|
|
#
|
|
|
|
Patch1: nftables-20140118-disable-silent-make.patch
|
|
|
|
|
|
|
|
BuildRequires: autogen
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: libmnl-devel
|
|
|
|
BuildRequires: gmp-devel
|
|
|
|
BuildRequires: readline-devel
|
|
|
|
BuildRequires: libnftnl-devel
|
|
|
|
BuildRequires: docbook2X
|
|
|
|
|
|
|
|
%description
|
|
|
|
Netfilter Tables userspace utilities.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n nftables-%{snapdate}
|
|
|
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft*
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING TODO
|
|
|
|
%config(noreplace) %{_sysconfdir}/nftables/
|
|
|
|
%{_sbindir}/nft
|
|
|
|
%{_mandir}/man8/nft*
|
|
|
|
|
|
|
|
%changelog
|
2014-08-17 11:48:47 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-4.20140704git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-04 17:56:16 +00:00
|
|
|
* Fri Jul 04 2014 Kevin Fenzi <kevin@scrye.com> 0.100-3.20140704git
|
|
|
|
- Update to new snapshot
|
|
|
|
|
2014-06-07 12:46:49 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-2.20140426git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-26 17:34:30 +00:00
|
|
|
* Sat Apr 26 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140426git
|
|
|
|
- Update t0 20140426
|
|
|
|
|
2014-03-30 18:17:33 +00:00
|
|
|
* Sun Mar 30 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140330git
|
|
|
|
- Update to 20140330 snapshot
|
|
|
|
- Sync versions to be post 0.100 release.
|
|
|
|
|
2014-03-26 20:11:00 +00:00
|
|
|
* Wed Mar 26 2014 Kevin Fenzi <kevin@scrye.com> 0-0.7.20140326git
|
|
|
|
- Update to 20140326 snapshot
|
|
|
|
- Fix permissions on man pages.
|
|
|
|
|
|
|
|
* Mon Mar 24 2014 Kevin Fenzi <kevin@scrye.com> 0-0.6.20140324git
|
|
|
|
- Update to 20140324 snapshot
|
|
|
|
|
|
|
|
* Fri Mar 07 2014 Kevin Fenzi <kevin@scrye.com> 0-0.5.20140307git
|
|
|
|
- Update to 20140307
|
|
|
|
|
|
|
|
* Sat Jan 25 2014 Kevin Fenzi <kevin@scrye.com> 0-0.4.20140125git
|
|
|
|
- Update to 20140125 snapshot
|
|
|
|
|
|
|
|
* Sat Jan 18 2014 Kevin Fenzi <kevin@scrye.com> 0-0.3.20140118git
|
|
|
|
- Update to 20140118 snapshot
|
|
|
|
- Fixed License tag to be correct
|
|
|
|
- Fixed changelog
|
|
|
|
- nft scripts now use full path for nft
|
|
|
|
- Fixed man page building
|
|
|
|
- Dropped unneeded rm in install
|
|
|
|
- Patched build to not be silent.
|
|
|
|
|
|
|
|
* Tue Dec 03 2013 Kevin Fenzi <kevin@scrye.com> 0-0.2.20131202git
|
|
|
|
- Use upstream snapshots for source.
|
|
|
|
- Use 0 for version.
|
|
|
|
|
|
|
|
* Sat Nov 30 2013 Kevin Fenzi <kevin@scrye.com> 0-0.1
|
|
|
|
- initial version for Fedora review
|