[opensuse-packaging] How do I build the -32bit variant of a package using osc build?
Hi, I'm trying to rebuild wine with a patch applied on top. I've updated the spec file and rebuilt the rpm, both for x86_64 and i586, but I did not get an -32bit RPM. In the OBS repositories page [1] I see that the -32bit RPM is located in the i586 repo, but I'm not sure how it's built. I know I can branch the project and built it with the patch I need on OBS, but it is slow and wasteful to do that just to build a patch. Thanks, Robert [1]: https://build.opensuse.org/package/binaries/Emulators/wine?repository=openSU... -- http://robert.muntea.nu/ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, Nov 19, 2014 at 02:42:54PM +0200, Robert Munteanu wrote:
Hi,
I'm trying to rebuild wine with a patch applied on top. I've updated the spec file and rebuilt the rpm, both for x86_64 and i586, but I did not get an -32bit RPM.
In the OBS repositories page [1] I see that the -32bit RPM is located in the i586 repo, but I'm not sure how it's built.
I know I can branch the project and built it with the patch I need on OBS, but it is slow and wasteful to do that just to build a patch.
try: osc build --baselibs openSUSE_13.2 i586 Ciao, Marfcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, Nov 19, 2014 at 2:44 PM, Marcus Meissner <meissner@suse.de> wrote:
On Wed, Nov 19, 2014 at 02:42:54PM +0200, Robert Munteanu wrote:
Hi,
I'm trying to rebuild wine with a patch applied on top. I've updated the spec file and rebuilt the rpm, both for x86_64 and i586, but I did not get an -32bit RPM.
In the OBS repositories page [1] I see that the -32bit RPM is located in the i586 repo, but I'm not sure how it's built.
I know I can branch the project and built it with the patch I need on OBS, but it is slow and wasteful to do that just to build a patch.
try:
osc build --baselibs openSUSE_13.2 i586
Exactly what I was looking for, thanks. Robert
Ciao, Marfcus
-- http://robert.muntea.nu/ -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Marcus Meissner
-
Robert Munteanu