Make expaned macros start on the same line as the macro

This commit is contained in:
Orion Poplawski 2016-11-24 07:53:47 -07:00
commit 5ca1f525e5
4 changed files with 28 additions and 19 deletions

View file

@ -1,6 +1,6 @@
Name: python-rpm-macros
Version: 3
Release: 14%{?dist}
Release: 15%{?dist}
Summary: The unversioned Python RPM macros
License: MIT
@ -69,6 +69,9 @@ install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} \
%changelog
* Thu Nov 24 2016 Orion Poplawski <orion@cora.nwra.com> 3-15
- Make expaned macros start on the same line as the macro
* Wed Nov 16 2016 Orion Poplawski <orion@cora.nwra.com> 3-14
- Fix %%py3_install_wheel (bug #1395953)