- Set %_libexecdir to /usr/libexec

* modified patch: platformin.diff

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=549
This commit is contained in:
Michael Schröder 2020-07-06 14:32:48 +00:00 committed by Git OBS Bridge
parent 1119603779
commit 4c91373a90
2 changed files with 6 additions and 9 deletions

View File

@ -1,14 +1,5 @@
--- ./platform.in.orig 2014-06-26 06:51:54.822818260 +0000
+++ ./platform.in 2014-08-04 12:38:55.389245494 +0000
@@ -29,7 +29,7 @@
%_exec_prefix @exec_prefix@
%_bindir @bindir@
%_sbindir @sbindir@
-%_libexecdir @libexecdir@
+%_libexecdir %{_exec_prefix}/lib
%_datarootdir @datarootdir@
%_datadir @datadir@
%_sysconfdir @sysconfdir@
@@ -41,7 +41,7 @@
%_oldincludedir @oldincludedir@
%_infodir @infodir@

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 6 15:49:28 CEST 2020 - Neal Gompa <ngompa13@gmail.com>
- Set %_libexecdir to /usr/libexec
* modified patch: platformin.diff
-------------------------------------------------------------------
Thu Jun 18 18:32:16 UTC 2020 - Dirk Mueller <dmueller@suse.com>