Accepting request 744329 from server:monitoring

Bump version 5.1.0
  - Add ModSecurity rules
Add patch:
  - prelude-lml-rules-fix_shebang.patch
    - OpenSuse do not use "env" with "perl" in shebang

OBS-URL: https://build.opensuse.org/request/show/744329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/prelude-lml-rules?expand=0&rev=5
This commit is contained in:
2019-12-04 12:49:24 +00:00
committed by Git OBS Bridge
5 changed files with 27 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1c214e3db31c1456c3e23f43585fddd67a6b1d152d978aecea06ecd4a13a97c
size 115058

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:377691ad19cc0e33251b0594a9e1675417d7f45d2c879aa889e5e2e4018b5427
size 117585

View File

@@ -0,0 +1,8 @@
--- ./src/prelude-lml-rules-check 2019-09-16 00:12:03.000000000 +0200
+++ ./src/prelude-lml-rules-check 2019-10-26 23:43:45.541389236 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
#####
#

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 25 07:00:00 UTC 2019 - thomas.andrejak@gmail.com
Bump version 5.1.0
- Add ModSecurity rules
Add patch:
- prelude-lml-rules-fix_shebang.patch
- OpenSuse do not use "env" with "perl" in shebang
-------------------------------------------------------------------
Wed Oct 04 07:00:00 UTC 2017 - thomas.andrejak@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package prelude-lml-rules
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: prelude-lml-rules
Version: 4.0.0
Version: 5.1.0
Release: 0
Summary: Prelude LML community ruleset
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/Daemons
Url: https://www.prelude-siem.org
Source0: https://www.prelude-siem.org/pkg/src/%{version}/%{name}-%{version}.tar.gz
Patch0: prelude-lml-rules-fix_shebang.patch
Requires: prelude-lml
BuildArch: noarch
@@ -32,6 +33,7 @@ Rules for Prelude LML contributed by the community.
%prep
%setup -q
%patch0
%build