From: Elan Ruusamäe Date: Sun, 14 Sep 2014 11:58:09 +0000 (+0300) Subject: disable audit on ac (segfaults) X-Git-Tag: auto/ac/sudo-1.8.10p3-2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=9baa7f8bfa7c0335f86bb26e09a9df376e4bd2c0;p=packages%2Fsudo.git disable audit on ac (segfaults) 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) --- --- diff --git a/sudo.spec b/sudo.spec index f764d6f..5e48d37 100644 --- 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