From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] sudo: Fix incorrect location of libsudo_utils.so Date: Sun, 17 Sep 2023 20:18:20 +0000 Message-ID: <20230917201820.993133-1-peter.mueller@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1921640150022932255==" List-Id: --===============1921640150022932255== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reported-by: Arne Fitzenreiter Signed-off-by: Peter M=C3=BCller --- sudo/sudo.nm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sudo/sudo.nm b/sudo/sudo.nm index 50fc02f07..4757ecec3 100644 --- a/sudo/sudo.nm +++ b/sudo/sudo.nm @@ -5,7 +5,7 @@ =20 name =3D sudo version =3D 1.9.14p3 -release =3D 1 +release =3D 2 =20 groups =3D Applications/System url =3D https://www.sudo.ws/ @@ -70,6 +70,9 @@ build # Fix library permissions. find %{BUILDROOT}%{libdir}/%{name} -type f -iname "*.so" -exec chmod 755 {= } \; =20 + # ... and move the libraries to the correct place + mv -v %{BUILDROOT}%{libdir}/%{name}/libsudo_util.so* %{BUILDROOT}%{libdir}/ + end end =20 --=20 2.39.2 --===============1921640150022932255==--