Bugzilla – Bug 1158234
OSC spec beautifier change Group tag within multibuild package
Last modified: 2023-10-23 02:15:30 UTC
the entry in gnuplot.spec %if "%{flavor}" == "" Summary: Function Plotting Utility and more License: SUSE-Gnuplot AND GPL-2.0-or-later Group: Productivity/Graphics/Visualization/Graph %else Summary: Documentation of GNUplot License: SUSE-Gnuplot AND GPL-2.0-or-later Group: Documentation/Other %endif had become %if "%{flavor}" == "" Summary: Function Plotting Utility and more License: SUSE-Gnuplot AND GPL-2.0-or-later Group: Documentation/Other %else Summary: Documentation of GNUplot License: SUSE-Gnuplot AND GPL-2.0-or-later Group: Documentation/Other %endif which is wrong, compare with https://build.opensuse.org/request/show/752946
The code doing this is probably https://github.com/openSUSE/obs-service-format_spec_file One possible workaround is to run osc build/checkin commands with --no-service