On 4/19/2010 at 14:04, <doiggl@velocitynet.com.au> wrote: Hello
- How can i tell if a tar.gz file gets unpacked ok in obs / spec file ? - What fixes can be done to this spec file to correct these errors from the log ? [...] + install -m 644 RAMLOG-2.0.0/ramlog.conf.upstart /usr/src/packages/BUILDROOT/ramlog-2.0.0-44.1.x86_64/etc/ramlog.conf.upstart install: cannot stat `RAMLOG-2.0.0/ramlog.conf.upstart': No such file or directory [...] -rw-r--r-- tofu/tofu 198 2010-04-07 08:35 ramlog-2.0.0/ramlog.conf.upstart
Glenn, Linux is a system that's using case-sensitive file names. RAMLOG-2.0.0 != ramlog-2.0.0. As such, the error is in line 56 of your spec file: install -m 644 RAMLOG-%{version}/ramlog.conf.upstart $RPM_BUILD_ROOT/etc/ramlog.conf.upstart Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org