From f83f08a47f74d7fa17f4eb1440e4ee045af2affb149329aaf8d455510781f14a Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 3 Sep 2020 15:56:53 +0000 Subject: [PATCH] Accepting request 831927 from home:msmeissn:branches:Base:System - fixed utempter location after libexecdir change (bsc#1175925) OBS-URL: https://build.opensuse.org/request/show/831927 OBS-URL: https://build.opensuse.org/package/show/Base:System/utempter?expand=0&rev=35 --- utempter.changes | 5 +++++ utempter.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/utempter.changes b/utempter.changes index c7aed02..e692720 100644 --- a/utempter.changes +++ b/utempter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 3 15:52:03 UTC 2020 - Marcus Meissner + +- fixed utempter location after libexecdir change (bsc#1175925) + ------------------------------------------------------------------- Wed May 6 12:15:39 UTC 2020 - pgajdos@suse.com diff --git a/utempter.spec b/utempter.spec index b904725..28fab3e 100644 --- a/utempter.spec +++ b/utempter.spec @@ -67,7 +67,7 @@ package contains the library used by applications. %patch1 -p1 %build -make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags} -fPIC" CC="gcc" +make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags} -fPIC" CC="gcc" libexecdir=%{_libexecdir} %install export DESTDIR=%{buildroot}