Hello community, here is the log from the commit of package prelude-lml-rules for openSUSE:Leap:15.2 checked in at 2020-03-20 05:15:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/prelude-lml-rules (Old) and /work/SRC/openSUSE:Leap:15.2/.prelude-lml-rules.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "prelude-lml-rules" Fri Mar 20 05:15:29 2020 rev:12 rq:786629 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/prelude-lml-rules/prelude-lml-rules.changes 2020-01-15 15:44:58.667307508 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.prelude-lml-rules.new.3160/prelude-lml-rules.changes 2020-03-20 05:15:39.202578137 +0100 @@ -1,0 +2,10 @@ +Fri Oct 25 07:00:00 UTC 2019 - [email protected] + +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 + +------------------------------------------------------------------- Old: ---- prelude-lml-rules-4.0.0.tar.gz New: ---- prelude-lml-rules-5.1.0.tar.gz prelude-lml-rules-fix_shebang.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ prelude-lml-rules.spec ++++++ --- /var/tmp/diff_new_pack.wBXEZn/_old 2020-03-20 05:15:39.638578430 +0100 +++ /var/tmp/diff_new_pack.wBXEZn/_new 2020-03-20 05:15:39.642578433 +0100 @@ -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 @@ %prep %setup -q +%patch0 %build ++++++ prelude-lml-rules-4.0.0.tar.gz -> prelude-lml-rules-5.1.0.tar.gz ++++++ ++++ 9401 lines of diff (skipped) ++++++ prelude-lml-rules-fix_shebang.patch ++++++ --- ./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 ##### #
