diff --git a/util/admin/sudo/actions.py b/util/admin/sudo/actions.py
index 57e0fdf940..3df66ad240 100644
--- a/util/admin/sudo/actions.py
+++ b/util/admin/sudo/actions.py
@@ -14,7 +14,7 @@ def setup():
#autotools.autoreconf("-fi")
- autotools.configure("--libexecdir=/usr/libexec/sudo \
+ autotools.configure("--libexecdir=/usr/libexec \
--with-rundir=/run/sudo \
--with-noexec=/usr/libexec/sudo/sudo_noexec.so \
--with-logging=syslog \
@@ -29,8 +29,7 @@ def setup():
--with-ldap \
--enable-shell-sets-home \
--without-selinux \
- --with-sendmail=/usr/sbin/sendmail \
- --without-rpath")
+ --with-sendmail=/usr/sbin/sendmail")
# fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
diff --git a/util/admin/sudo/pspec.xml b/util/admin/sudo/pspec.xml
index b122daef02..547d3406a0 100644
--- a/util/admin/sudo/pspec.xml
+++ b/util/admin/sudo/pspec.xml
@@ -13,7 +13,7 @@
app:console
Allows restricted root access for specified users
sudo allows certain users/groups to run commands with root user privileges.
- https://www.sudo.ws/sudo/dist/sudo-1.9.7.tar.gz
+ https://www.sudo.ws/sudo/dist/sudo-1.9.8.tar.gz
nss-devel
pam-devel
@@ -63,6 +63,13 @@
+
+ 2021-09-14
+ 1.9.8
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2021-06-08
1.9.7