From a490ae5c2e262eb26ec76cdd3fcb7d172854ea5c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 31 Aug 2019 12:39:56 +0200 Subject: [PATCH] * Sat Aug 31 2019 Fabian Affolter - 0.2.3-21 - Update spec file --- nebula.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/nebula.spec b/nebula.spec index 43b3924..ffc9949 100644 --- a/nebula.spec +++ b/nebula.spec @@ -1,13 +1,12 @@ Name: nebula Version: 0.2.3 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Intrusion signature generator License: GPLv2 URL: http://nebula.carnivore.it/ Source0: http://downloads.sourceforge.net/nebula/%{name}-%{version}.tar.bz2 - BuildRequires: gcc BuildRequires: zlib-devel @@ -27,14 +26,18 @@ setup nebula runs as a daemon and receives attacks from honeypots. make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE %install -make install DESTDIR="%{buildroot}" INSTALL="install -p" +%make_install %files -%doc AUTHORS ChangeLog COPYING +%doc AUTHORS ChangeLog +%license COPYING %{_bindir}/nebula %{_bindir}/nebulaclient %changelog +* Sat Aug 31 2019 Fabian Affolter - 0.2.3-21 +- Update spec file + * Thu Jul 25 2019 Fedora Release Engineering - 0.2.3-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild