2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Add Requires line for audit-libs >= 1.4 for RHEL5+

This commit is contained in:
Todd C. Miller
2011-01-14 15:03:57 -05:00
parent add7f327ea
commit 5b5a173ff3
2 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ still allow people to get their work done."
pp_rpm_url="http://www.sudo.ws/"
pp_rpm_group="Applications/System"
pp_rpm_packager="Todd.Miller@courtesan.com"
if test -n "$linux_audit"; then
pp_rpm_requires="audit-libs >= $linux_audit"
fi
pp_deb_maintainer="$pp_rpm_packager"
pp_deb_release="$pp_rpm_release"