Add macros to edit files lists in .gemspec

%gemspec_add_file and %gemspec_remove_file.
This commit is contained in:
Pavel Valena 2018-05-03 14:53:28 +02:00
commit 7155cb9fd7
2 changed files with 71 additions and 2 deletions

View file

@ -1029,6 +1029,10 @@ make check TESTS="-v $DISABLE_TESTS"
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
%changelog
* Thu May 10 2018 Pavel Valena <pvalena@redhat.com> - 2.4.4-89
- Add macros to edit files lists in .gemspec
(gemspec_add_file and gemspec_remove_file).
* Wed May 02 2018 Vít Ondruch <vondruch@redhat.com> - 2.4.4-89
- Make %%gemspec_{add,remove}_dep modify .gemspec provided by %%setup macro.