diff --git a/info.yml b/info.yml index 99e3ab9..ed4a504 100644 --- a/info.yml +++ b/info.yml @@ -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 diff --git a/recipe.sh b/recipe.sh index e9fd360..3e460ee 100644 --- a/recipe.sh +++ b/recipe.sh @@ -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