From 5592bec999abd412ed9187f570cc84ee9dc1f61c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 20 May 2015 22:28:35 +0200 Subject: [PATCH] redhat: provide a simpler buildroot It seems that %() may not be expanded as expected. --- redhat/lldpd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index 405cc763..04ef6ced 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -63,7 +63,7 @@ Requires(preun): initscripts Requires(postun): initscripts %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} %description This implementation provides LLDP sending and reception, supports VLAN -- 2.39.5