Hello,
I’m having the notification below when I use “yum command” in CentOS
~]$ yum search openssh
error: Macro %drupal7_find_provides_and_requires has unterminated body
Loaded plugins: fastestmirror
It happened when I add 1 line to /etc/rpm/macros.drupal7, afterthat I rollback to the original of file. However I still get this notification.
%drupal7 %{_datadir}/drupal7
%drupal7_modules %{drupal7}/modules
%drupal7_themes %{drupal7}/themes
%drupal7_libraries %{_sysconfdir}/drupal7/all/libraries
Macro to allow spec compatibility with RPM < 4.9 (no fileattrs)
%drupal7_find_provides_and_requires %{expand:
%global _use_internal_dependency_generator 0
%global __find_provides %{_prefix}/lib/rpm/drupal7.prov %{version}
%global __find_requires %{_prefix}/lib/rpm/drupal7.req
Please help me to solve and let me see the root cause. Big thanks!
-Tien