Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions audit.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: audit
version: "4.0.5"
epoch: 1
version: "4.1.0"
epoch: 0
description: User space tools for kernel auditing
copyright:
- license: LGPL-2.1-or-later
Expand Down Expand Up @@ -30,17 +30,13 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/linux-audit/audit-userspace
expected-commit: 97c4ec3d68b5b199f2796d1e126c2144506bd228
expected-commit: e0ee54633d663a7b0ccadca15f2a5d74997e6cbc
tag: v${{package.version}}

- uses: patch
with:
patches: usr-paths.patch

- uses: patch
with:
patches: test-uid-42.patch

- uses: patch
with:
patches: 0003-all-get-rid-of-strndupa.patch
Expand Down Expand Up @@ -154,10 +150,8 @@ test:
pipeline:
# AUTOGENERATED
- runs: |
audisp-remote --version
aureport --version
ausearch --version
audisp-remote --help
aureport --help
ausearch --help
- uses: test/tw/ldd-check
76 changes: 0 additions & 76 deletions audit/test-uid-42.patch

This file was deleted.

Loading