diff --git a/apache-rex.changes b/apache-rex.changes index 3f898a5..6c7988b 100644 --- a/apache-rex.changes +++ b/apache-rex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 3 14:37:06 UTC 2020 - Neal Gompa + +- Replace incorrect usage of %_libexecdir/rpm with %_rpmconfigdir + ------------------------------------------------------------------- Tue Apr 7 15:06:02 UTC 2020 - pgajdos@suse.com diff --git a/apache-rex.spec b/apache-rex.spec index e525609..57d3879 100644 --- a/apache-rex.spec +++ b/apache-rex.spec @@ -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