Bug ID | 1163196 |
---|---|
Summary | typelib() RPM generator: Remove lines with start with either '"' or some spaces/tabs and '"' |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | mikhailnov@dumalogiya.ru |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Created attachment 829722 [details] 0002-Remove-lines-with-start-with-either-or-some-spaces-t.patch We are using your gi-find-deps.sh from gobject-introspection in ROSA Linux and today I have made a fix of a problem that when building python-gobject3 3.30.0 such dependency was generated: Requires: typelib(%namespaces) = %versions and another small fix. 2 patches are attached. ********************************************** commit 2da791359cdc25eac1c2b7cdcb847ce69ea13569 (HEAD -> rosa2019.1, origin/rosa2019.1) Author: Mikhail Novosyolov <m.novosyolov@rosalinux.ru> Date: Sat Feb 8 20:32:31 2020 +0300 Remove lines with start with either '"' or some spaces/tabs and '"' Example line: "Use gi.require_version('%(namespace)s', '%(version)s') It is a text that is printed and must not be processed It was: typelib(%namespaces) = %versions commit 93e5c2b77d30f143868cd5fbc98b128c60d48328 Author: Mikhail Novosyolov <m.novosyolov@rosalinux.ru> Date: Sat Feb 8 19:22:24 2020 +0300 sync shell fork with shebang