Update package version to 4.2.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user