public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] sudo: Enable testsuite.
@ 2016-10-12  9:01 Stefan Schantl
  0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2016-10-12  9:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 sudo/sudo.nm | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/sudo/sudo.nm b/sudo/sudo.nm
index d76650d..1b2dcb1 100644
--- a/sudo/sudo.nm
+++ b/sudo/sudo.nm
@@ -5,7 +5,7 @@
 
 name       = sudo
 version    = 1.8.18p1
-release    = 1
+release    = 2
 
 groups     = Applications/System
 url        = http://www.sudo.ws/
@@ -34,6 +34,8 @@ build
 		pam-devel
 	end
 
+	export LD_LIBRARY_PATH = %{DIR_APP}/lib/util/.libs/
+
 	configure_options += \
 		--libexecdir=%{libdir} \
 		--with-logging=syslog \
@@ -48,8 +50,18 @@ build
 		--with-passprompt="[sudo] password for %p: " \
 		--with-linux-audit
 
+	prepare_cmds
+		# The tarball contains files owned by a stange uid:gid which will let
+		# the testsuite (testsudoers/test3) fail. Fix the ownership of this files.
+		chown -R 0:0 %{DIR_APP}
+	end
+
+	test
+		make check
+	end
+
 	install_cmds
-		mkdir -pv %{BUILDROOT}/etc
+		mkdir -pv %{BUILDROOT}%{sysconfdir}
 		cp -vf %{DIR_SOURCE}/sudoers %{BUILDROOT}%{sysconfdir}/sudoers
 	end
 end
-- 
2.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-12  9:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-12  9:01 [PATCH] sudo: Enable testsuite Stefan Schantl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox