Revert libexec change

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=516
This commit is contained in:
Michael Schröder 2019-11-29 12:52:25 +00:00 committed by Git OBS Bridge
parent 994a995e17
commit ac565bb812
2 changed files with 1 additions and 7 deletions

View File

@ -5,7 +5,7 @@
%_bindir @bindir@
%_sbindir @sbindir@
-%_libexecdir @libexecdir@
+%_libexecdir %{_exec_prefix}/libexec
+%_libexecdir %{_exec_prefix}/lib
%_datarootdir @datarootdir@
%_datadir @datadir@
%_sysconfdir @sysconfdir@

View File

@ -20,12 +20,6 @@ Tue Nov 5 16:25:53 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Move pythondistdeps dependency generator to rpm-build
- Add python3-setuptools and python3 dependencies to rpm-build for pythondistdeps
-------------------------------------------------------------------
Tue Oct 15 02:52:18 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Set %_libexecdir to /usr/libexec
+ Modify patch: platformin.diff
-------------------------------------------------------------------
Wed Oct 2 14:53:19 CEST 2019 - mls@suse.de