From: Todd C. Miller Date: Thu, 9 Jul 2015 17:06:03 +0000 (-0600) Subject: Fix typo that broke the linux_audit dependency on Debian. X-Git-Tag: SUDO_1_8_14^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=246063609529f27774d427ee1e8928304cf452c8;p=sudo Fix typo that broke the linux_audit dependency on Debian. --- diff --git a/sudo.pp b/sudo.pp index 7a181b54b..9d3f293c8 100644 --- a/sudo.pp +++ b/sudo.pp @@ -250,7 +250,7 @@ still allow people to get their work done." %fixup [deb] # Add Conflicts, Replaces headers and add libldap depedency as needed. - DEPENDS="${linux_audit}" + DEPENDS="%{linux_audit}" if test -z "%{flavor}"; then echo "Conflicts: sudo-ldap" >> %{pp_wrkdir}/%{name}/DEBIAN/control echo "Replaces: sudo-ldap" >> %{pp_wrkdir}/%{name}/DEBIAN/control