]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - sudo/sudo.nm
sudo: Update to 1.8.10.
[people/ms/ipfire-3.x.git] / sudo / sudo.nm
index 45dfc170417123be2800c5adc40fb1a3fe16a56f..cef02e58db6c391adbe47a8e2fa24a7d541b6e97 100644 (file)
@@ -4,11 +4,11 @@
 ###############################################################################
 
 name       = sudo
-version    = 1.8.3
+version    = 1.8.10
 release    = 1
 
-groups     = Base Applications/System
-url        = http://www.sudo.ws/sudo/download.html
+groups     = Applications/System
+url        = http://www.sudo.ws/
 license    = BSD
 summary    = Allows restricted root access for specified users.
 
@@ -36,7 +36,7 @@ build
        end
 
        configure_options += \
-               --libexecdir=/usr/lib \
+               --libexecdir=%{libdir} \
                --with-logging=syslog \
                --with-logfac=authpriv \
                --with-pam \
@@ -58,5 +58,14 @@ end
 
 packages
        package %{name}
+               groups += Base
+
+               configfiles
+                       /etc/sudoers
+               end
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
        end
 end