Accepting request 799986 from Apache

- Replace incorrect usage of %_libexecdir/rpm with %_rpmconfigdir (forwarded request 799840 from Pharaoh_Atem)

OBS-URL: https://build.opensuse.org/request/show/799986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-rex?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2020-05-07 13:04:54 +00:00 committed by Git OBS Bridge
commit 7c5c187b17
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 3 14:37:06 UTC 2020 - Neal Gompa <ngompa13@gmail.com>
- Replace incorrect usage of %_libexecdir/rpm with %_rpmconfigdir
-------------------------------------------------------------------
Tue Apr 7 15:06:02 UTC 2020 - pgajdos@suse.com

View File

@ -18,7 +18,7 @@
#
%if 0%{?suse_version} > 1230
%define macros_dir %{_libexecdir}/rpm/macros.d
%define macros_dir %{_rpmconfigdir}/macros.d
%else
%define macros_dir %{_sysconfdir}/rpm
%endif