Accepting request 750689 from Apache

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

OBS-URL: https://build.opensuse.org/request/show/750689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache-rpm-macros-control?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-12-02 10:29:23 +00:00 committed by Git OBS Bridge
commit 95099ee64b
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
-------------------------------------------------------------------
Fri Dec 18 23:37:37 UTC 2015 - opensuse@cboltz.de

View File

@ -17,7 +17,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