Update package version to 4.2.1

This commit is contained in:
2026-09-04 15:56:34 +03:00
parent dc84382d4b
commit c5c2f5f29e
2 changed files with 3 additions and 7 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: audit
description: Userspace components of the audit framework
version: 4.1.4
revision: 4
version: 4.2.1
revision: 1
url: https://github.com/linux-audit/audit-userspace
license: GPL2-or-later,LGPL2-or-later
maintainers:
@@ -24,4 +24,4 @@ downloads:
- url: https://github.com/linux-audit/audit-userspace/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: 8396544ea08c69b39f5c00027549394f2149b31c4a9e693097d6ce134f3ffe3d
checksum: 42876d195ee2ded19e5f72d7664096eee314928aa36ad346719ba5b25818fc84
-4
View File
@@ -41,10 +41,6 @@ check() {
package() {
make DESTDIR="$BPM_OUTPUT" install
# Move bash-completion to the correct location
install -d "$BPM_OUTPUT"/usr/share/bash-completion/completions
mv "$BPM_OUTPUT"/etc/bash_completion.d/audit.bash_completion "$BPM_OUTPUT"/usr/share/bash-completion/completions/audit
# Add factory files
install -d "$BPM_OUTPUT"/usr/share/factory
cp -a "$BPM_OUTPUT"/etc -t "$BPM_OUTPUT"/usr/share/factory