Accepting request 750622 from home:Pharaoh_Atem:libexecdir

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

OBS-URL: https://build.opensuse.org/request/show/750622
OBS-URL: https://build.opensuse.org/package/show/Apache/apache-rpm-macros-control?expand=0&rev=7
This commit is contained in:
Petr Gajdos 2019-11-25 08:58:26 +00:00 committed by Git OBS Bridge
parent 2d7482d3c5
commit e8065efc59
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