Bug 1158234 - OSC spec beautifier change Group tag within multibuild package
Summary: OSC spec beautifier change Group tag within multibuild package
Status: NEW
Alias: None
Product: openSUSE.org
Classification: openSUSE
Component: BuildService (show other bugs)
Version: unspecified
Hardware: x86-64 All
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Dirk Mueller
QA Contact: Adrian Schröter
URL:
Whiteboard: not:osc
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-03 06:13 UTC by Dr. Werner Fink
Modified: 2023-10-23 02:15 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dr. Werner Fink 2019-12-03 06:13:35 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
Comment 1 Bernhard Wiedemann 2019-12-13 20:50:33 UTC
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