https://bugzilla.novell.com/show_bug.cgi?id=690498 https://bugzilla.novell.com/show_bug.cgi?id=690498#c0 Summary: source_validator can not parse Release: lines Classification: Internal Novell Products Product: openSUSE Build Service Version: master Platform: x86-64 OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: osc AssignedTo: adrian@novell.com ReportedBy: ohering@novell.com QAContact: adrian@novell.com Found By: Outsourced Testing Blocker: --- olaf@bax:~/work/obs/home:olh:xen-unstable/xen-unstable $ LANG= obs commit bash: /usr/src/packages/SOURCES/get_release_number.sh: No such file or directory error: line 37: Empty tag: Release: ERROR: source_validator failed: None olaf@bax:~/work/obs/home:olh:xen-unstable/xen-unstable $ cat get_release_number.sh #! /bin/sh if test "$PWD" = "/" || test "$PWD" = "$HOME" then cd /usr/src/packages/SOURCES fi exec env -i TZ=UTC date --reference="`ls -td * | head -n 1`" +%Y%m%d.%H%M%S exec env -i TZ=UTC date +%Y%m%d.%H%M%S olaf@bax:~/work/obs/home:olh:xen-unstable/xen-unstable $ grep Release xen.spec Release: %(bash %_sourcedir/get_release_number.sh) The only way to fix it was rpm -e osc-source_validator-0.1-37.1 osc still complains: olaf@bax:~/work/obs/home:olh:xen-unstable/xen-unstable $ LANG= obs commit -m ' ' WARNING: source_validator_directory configured but it does not exist: /usr/lib/osc/source_validators Install osc-source_validator to fix. Deleting xen-unstable.hg-4.2.23243.tar.bz2 Sending xen.spec Sending xen-unstable.hg-4.2.23282.tar.bz2 Transmitting file data .. Committed revision 462. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.