[packages/audit] Up to 4.1.4
arekm
arekm at pld-linux.org
Wed Apr 29 23:07:38 CEST 2026
commit 3e998c3b6d4717f2f45fc05702b39692d8f0993a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Apr 29 23:07:29 2026 +0200
Up to 4.1.4
audit.spec | 6 ++++--
augenrules-shebang.patch | 8 ++++++++
2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/audit.spec b/audit.spec
index c35ee1b..565b223 100644
--- a/audit.spec
+++ b/audit.spec
@@ -13,17 +13,18 @@
Summary: User space tools for 2.6 kernel auditing
Summary(pl.UTF-8): Narzędzia przestrzeni użytkownika do audytu jąder 2.6
Name: audit
-Version: 4.1.2
+Version: 4.1.4
Release: 1
License: GPL v2+
Group: Daemons
Source0: https://github.com/linux-audit/audit-userspace/archive/refs/tags/v%{version}.tar.gz
-# Source0-md5: 6c02718852fb6993c8a97dd39c1ffc1b
+# Source0-md5: 6575a4383f54ce971352620e6b5f746a
Source2: %{name}d.init
Source3: %{name}d.sysconfig
Patch0: %{name}-nolibs.patch
Patch1: %{name}-no-refusemanualstop.patch
Patch2: golang-paths.patch
+Patch3: augenrules-shebang.patch
URL: https://github.com/linux-audit/audit-userspace
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.12.6
@@ -151,6 +152,7 @@ Interfejs Pythona 3.x do biblioteki libaudit.
%patch -P0 -p1
%patch -P1 -p1
%patch -P2 -p1
+%patch -P3 -p1
%if %{without python}
sed 's#[^ ]*swig/[^ ]*/Makefile ##g' -i configure.ac
diff --git a/augenrules-shebang.patch b/augenrules-shebang.patch
new file mode 100644
index 0000000..b426d5b
--- /dev/null
+++ b/augenrules-shebang.patch
@@ -0,0 +1,8 @@
+--- audit-userspace-4.1.4.orig/init.d/augenrules.in 2025-03-18 20:00:30.000000000 +0100
++++ audit-userspace-4.1.4/init.d/augenrules.in 2026-04-29 00:00:00.000000000 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env sh
++#!/bin/sh
+
+ # Script to concatenate rules files found in a base audit rules directory
+ # to form a single /etc/audit/audit.rules file suitable for loading into
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/audit.git/commitdiff/3e998c3b6d4717f2f45fc05702b39692d8f0993a
More information about the pld-cvs-commit
mailing list