Changelog for
obs-service-docker_label_helper-0.0-19.1.noarch.rpm :
* Fri Jun 07 2024 Andrea Mazzotti
- Support Docker.FLAVOR in _multibuild (boo#1225985)
* Wed Mar 01 2023 Fabian Vogt - Handle LABEL statements with any whitespace- Handle LABEL values containing \"=\" properly
* Wed Dec 07 2022 Dominique Leuenberger - Do not ever use \"%setup -n .\": rpm 4.18 tries to be cleaner and remove stuff it extraced, which would lead to \'rm -rf .\', which rm does not like. Use \"%setup -c\" instead, which creates the appropriate %{name}-%{version} directory expected.
* Thu Jul 21 2022 Fabian Vogt - Avoid mangling whitespace by using gsub instead of assigning to fields