* Tue Oct 14 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.3-10
- Update spec file
This commit is contained in:
parent
3d66771fd0
commit
f13f5a4bcd
18
nebula.spec
18
nebula.spec
@ -1,17 +1,18 @@
|
||||
Name: nebula
|
||||
Version: 0.2.3
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Intrusion signature generator
|
||||
|
||||
License: GPLv2
|
||||
URL: http://nebula.carnivore.it/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: zlib-devel
|
||||
|
||||
%description
|
||||
Nebula is an intrusion signature generator. It can help securing a
|
||||
network by automatically calculating filter rules from attack
|
||||
traces. In a common setup nebula runs as a daemon and receives attacks
|
||||
from honeypots.
|
||||
Nebula is an intrusion signature generator. It can help securing a network
|
||||
by automatically calculating filter rules from attack traces. In a common
|
||||
setup nebula runs as a daemon and receives attacks from honeypots.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -21,7 +22,7 @@ from honeypots.
|
||||
make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE
|
||||
|
||||
%install
|
||||
%make_install
|
||||
make install DESTDIR="%{buildroot}" INSTALL="install -p"
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING
|
||||
@ -29,6 +30,9 @@ make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE
|
||||
%{_bindir}/nebulaclient
|
||||
|
||||
%changelog
|
||||
* Tue Oct 14 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.3-10
|
||||
- Update spec file
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user