http://bugzilla.suse.com/show_bug.cgi?id=1155953
Bug ID: 1155953 Summary: osc v0.166 broke my osc vc use case 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: brogers@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: ---
I use the following: osc vc --file=$package.changes.proposed $package
where $package is in this case qemu or qemu-linux-user (see qemu package sources if you want context, in particular the update_git.sh script. In this specific instance, I working on this IBS project/package: https://build.suse.de/package/show/home:bfrogers:branches:Devel:Virt:SLE-15-...).
The file passed has content I want automatically added to qemu.changes or qemu-linux-user.changes.
This command no longer works as before, instead I am left with a new file: $package.changes.proposed.changes, which is wrong.