]> git.pld-linux.org Git - packages/sudo.git/commitdiff
disable audit on ac (segfaults) auto/ac/sudo-1.8.10p3-2
authorElan Ruusamäe <glen@delfi.ee>
Sun, 14 Sep 2014 11:58:09 +0000 (14:58 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 14 Sep 2014 11:59:13 +0000 (14:59 +0300)
previous ac version 1.7 was without audit as well, so no harm done

...
socket(PF_NETLINK, SOCK_RAW, 9)         = 5
fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

sudo.spec

index f764d6f15c6dc0b1dce9ed31cff28dd1f35c233b..5e48d373f1a690f0e0998245c0fb68ed8e99d26a 100644 (file)
--- a/sudo.spec
+++ b/sudo.spec
@@ -1,6 +1,10 @@
 #
 # Conditional build:
+%if "%{pld_release}" == "ac"
+%bcond_with    audit           # Linux audit support
+%else
 %bcond_without audit           # Linux audit support
+%endif
 %bcond_with    kerberos5       # Kerberos V support (conflicts with PAM)
 %bcond_without ldap            # LDAP support
 %bcond_without pam             # PAM support
@@ -24,7 +28,7 @@ Summary(ru.UTF-8):    Позволяет определенным пользова
 Summary(uk.UTF-8):     Дозволяє вказаним користувачам виконувати команди від імені root
 Name:          sudo
 Version:       1.8.10p3
-Release:       1
+Release:       2
 Epoch:         1
 License:       BSD
 Group:         Applications/System
This page took 0.292182 seconds and 4 git commands to generate.