From 2c03b0a9fd42c5bef1f17c8a0cd81a290f4238d1 Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Mon, 24 Aug 2015 14:14:56 +0200 Subject: [PATCH] Enable upstream test suite --- sudo.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sudo.spec b/sudo.spec index be971ac..5b65663 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,7 +1,7 @@ Summary: Allows restricted root access for specified users Name: sudo Version: 1.8.14p3 -Release: 2%{?dist} +Release: 3%{?dist} License: ISC Group: Applications/System URL: http://www.courtesan.com/sudo/ @@ -101,6 +101,9 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now" # --without-kerb4 make +%check +make check + %install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" install_uid=`id -u` install_gid=`id -g` sudoers_uid=`id -u` sudoers_gid=`id -g` @@ -200,6 +203,9 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/sudo/libsudo_util.so %changelog +* Mon Aug 24 2015 Radovan Sroka 1.8.14p3-3 +- enable upstream test suite + * Mon Aug 24 2015 Radovan Sroka 1.8.14p3-2 - add patch that resolves initialization problem before sudo_strsplit call - add patch that resolves deadcode in visudo.c