Accepting request 750621 from home:Pharaoh_Atem:libexecdir

- Replace incorrect usage of %_libexecdir/rpm with %_rpmconfigdir

OBS-URL: https://build.opensuse.org/request/show/750621
OBS-URL: https://build.opensuse.org/package/show/Apache/apache-rpm-macros?expand=0&rev=33
This commit is contained in:
Petr Gajdos 2019-11-25 08:57:41 +00:00 committed by Git OBS Bridge
parent dcfd83c016
commit 71862fa867
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 24 17:42:16 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- Replace incorrect usage of %_libexecdir/rpm with %_rpmconfigdir
-------------------------------------------------------------------
Wed Jan 20 18:33:51 UTC 2016 - pgajdos@suse.com

View File

@ -53,7 +53,7 @@
%endif
#
%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