Bugzilla – Bug 154271
no release rpm installed on build host
Last modified: 2006-03-01 13:16:32 UTC
In certain spec while trying to use release file (/etc/SuSE-release) the file isnt found, usefull for certain package.
Please be more verbose and add an example.
well i had rpm using this line in the spec that failed too build Distribution: %(head -1 /etc/SuSE-release) error log: mmm cant save any spec atm i get a frontend error ? open another bug ?
well that make the build faill with this head: cannot open `/etc/SuSE-release' for reading: No such file or directory
/etc/SuSE-release is from the suse-release package, so you need to add BuildRequires: suse-release to your specfile. The frontend group seems to modify the code right now, so things may not work for a short time.