https://bugzilla.redhat.com/show_bug.cgi?id=1634449 --- Comment #6 from Mathieu Bridon <bochecha@xxxxxxxxxxx> --- Thanks for thez feedback Neal. Spec URL: https://bochecha.fedorapeople.org/packages/buildstream.spec SRPM URL: https://bochecha.fedorapeople.org/packages/buildstream-1.2.3-3.fc28.src.rpm --- diff --git a/buildstream.spec b/buildstream.spec index b36a51a..83f945f 100644 --- a/buildstream.spec +++ b/buildstream.spec @@ -4,7 +4,7 @@ License: LGPLv2+ URL: https://buildstream.gitlab.io/buildstream/ Version: 1.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://gitlab.com/BuildStream/buildstream/-/archive/%{version}/buildstream-%{version}.tar.bz2 # https://gitlab.com/BuildStream/buildstream/merge_requests/874 @@ -84,7 +84,7 @@ This package provides the documentation for BuildStream. %build -%{py3_build} +%py3_build pushd doc make devhelp @@ -92,7 +92,7 @@ popd %install -%{py3_install} +%py3_install mkdir -p %{buildroot}%{_datadir}/gtk-doc/html/ cp -pr doc/build/devhelp %{buildroot}%{_datadir}/gtk-doc/html/BuildStream @@ -118,6 +118,12 @@ cp -pr doc/build/devhelp %{buildroot}%{_datadir}/gtk-doc/html/BuildStream %changelog +* Mon Dec 17 2018 Mathieu Bridon <bochecha@xxxxxxxxxxx> - 1.2.3-3 +- Rebuild with the new release tarball + https://gitlab.com/BuildStream/buildstream/issues/820 +- Remove brackets around command macros, to avoid future annoyance if I add + arguments to them. + * Mon Dec 17 2018 Mathieu Bridon <bochecha@xxxxxxxxxxx> - 1.2.3-2 - Make buildstream work with click 7. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx