From b1b7d25ad99ba4eae68dfb53c121dc66b6240c2cc698b14c1f00fd13926a94e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 27 Jul 2020 20:08:19 +0000 Subject: [PATCH] Accepting request 823014 from home:gmbr3:libexecdir - Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) OBS-URL: https://build.opensuse.org/request/show/823014 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=328 --- subversion.changes | 5 +++++ subversion.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/subversion.changes b/subversion.changes index 6a3ff02..bb53f71 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 27 15:09:50 UTC 2020 - Callum Farmer + +- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) + ------------------------------------------------------------------- Thu Jun 11 07:40:28 UTC 2020 - Tomáš Chvátal diff --git a/subversion.spec b/subversion.spec index 7967850..f91a2b0 100644 --- a/subversion.spec +++ b/subversion.spec @@ -381,7 +381,7 @@ find %{buildroot} -type f \ -print0 | xargs -0 rm -f # make Perl modules writable so they get stripped -find %{buildroot}%{_libexecdir}/perl5 -type f -perm 555 -print0 | +find %{buildroot}%{_prefix}/lib/perl5 -type f -perm 555 -print0 | xargs -0 chmod 755 install -d -m 0755 %{buildroot}/%{_datadir}/java