Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
ipclassify
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Changed
ipclassify.spec
@@ -1,32 +1,30 @@ Name: ipclassify Version: 1.0 -Release: 5%{?dist} +Release: 5 Summary: A user space ip blocking classifier Group: Applications/System License: GPL -URL: https://sourceforge.net/projects/ipclassify/ -Source0: %{name]-%{version}.tar.bz2 +Url: https://sourceforge.net/projects/ipclassify/ +Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libnetfilter_queue-devel +BuildRequires: libnetfilter_queue-devel libnfnetlink-devel BuildRequires: flex BuildRequires: bison +BuildRequires: unzip Requires: libnfnetlink0 Requires: libnetfilter_queue1 %description ipclassify is a linux user space application that blocks/marks connections from/to hosts based on lists specified in a configuration file. Currently -the block lists are in the format and obtained from iblocklist.com. - +the block lists are in the format and obtained from iblocklist.com %prep %setup -q - %build %__make - %install rm -rf $RPM_BUILD_ROOT %__make install DESTDIR=%{buildroot} @@ -57,6 +55,4 @@ %{_sysconfdir}/logwatch/conf/services/ipclassify.conf %{_mandir}/man8/ipclassify.8.gz - %changelog -