![](https://seccdn.libravatar.org/avatar/5b748275c3dbb1ceee18ed554486547d.jpg?s=120&d=mm&r=g)
On Friday 2015-08-07 15:49, auxsvr wrote:
I'm trying to build a package[1] that fixes several problems with google-earth. It builds fine and works locally, but the OBS performs some tests after the package is built, which fail. Since it depends on google-earth, which cannot be installed in the OBS as far as I know, is there a way to prevent these tests from running?
You will have to make the %post script deal with failure, in particular that puny mkdir call. But a distro package is not well-suited for this task anyway, because at the next installation of GE, they will overwrite your fix again. If you then also uninstall your rpm package, you are then copying back an old GE binary, further breaking the new GE version. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org