dependencies - noarch RPM with dependecies: i586 vs x86_64 -


i built empty rpm depends on software need server.

this rpm "noarch" @ moment.

if try install message:

lang=c zypper install foo-server loading repository data... reading installed packages... resolving package dependencies...  problem: foo-server-1.0-1.noarch requires netpbm, requirement cannot provided      uninstallable providers: netpbm-10.61.1-2.1.1.i586[oss]                    netpbm-10.61.1-2.1.1.x86_64[oss]  solution 1: deinstallation of patterns-opensuse-minimal_base-conflicts-12.3-7.10.1.x86_64  solution 2: not install foo-server-1.0-1.noarch  solution 3: not install foo-server-1.0-1.noarch  solution 4: break foo-server-1.0-1.noarch ignoring of dependencies 

is possible provide default archictecture (64 vs 32)?

my rpm requires "netpbm" without version.

i choose option 1: deinstallation of patterns-opensuse-minimal_base-conflicts , worked. tried find "patterns-opensuse-minimal_base-conflicts" is, couldn't find solution ...


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -