On Mon, Jan 14, 2013 at 7:25 AM, Henne Vogelsang <hvogel@opensuse.org> wrote:
can somebody remind me how to add some piece of code to spec that will *NOT* run during the build process (I need it at installation only). As I remember, it was %post... but OBS run %post during the build.
It installs packages after the build succeeds. RPM runs %post during that install, of course. So whatever you have in %post runs only during package installation....
OBS also build-requires the requires(pre/post), which might be unexpected (there's an issue with this in postgres for instance, which creates circular dependencies that aren't apparent). -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org