#28 ignore %changelog content for some tests
Closed: Fixed Opened by teuf.

https://bugzilla.redhat.com/show_bug.cgi?id=770152 has a couple of false positive because %changelog contains references to $RPM_BUILD_ROOT, %%define, ...
It would be better to remove the %changelog from the .spec before running these tests.


This build fails when I try it:

{{{

libvirt-machine.c: In function 'boxes_libvirt_machine_get_storage_volume':
libvirt-machine.c:2370:8: error: too few arguments to function 'gvir_storage_vol_get_path'
In file included from /usr/include/libvirt-gobject-1.0/libvirt-gobject/libvirt-gobject.h:43:0,
from libvirt-machine.c:13:
}}}

Same result when using downloaded srpm + spec. Bad testcase?

Yes, the testcase is bad, but the described problem is there. Patching the spec to allow any version of vala allows it to run (using -pn gnome-boxes) showing behaviour described. Fix pending in fixes branch

fixed in 43159c07a1067d2. Thanks for reporting this issue! Feel free to to reopen bug if required.

Metadata