Mailinglist Archive: opensuse-factory (581 mails)

< Previous Next >
Re: [opensuse-factory] Option on 11.2 to forbid architectures.
  • From: josef reidinger <jreidinger@xxxxxxx>
  • Date: Sat, 20 Dec 2008 00:45:25 +0100
  • Message-id: <494C3215.1070109@xxxxxxx>
Stephan Kulow napsal(a):
Am Freitag, 19. Dezember 2008 19:00:29 schrieb Boyd Lynn Gerber:
I could not seem to find openFATE to try and add this. But I would really
like an option to forbid an architecture. I find that zypper still tries
to put i586.rpm on my 64 bit systems. I do not mind the -32 packages, but
I really want to forbid the use of any i586.rpm. I would like to get a
FATE request and see responses. I know a lot of people I talk with want
the same option.

Did you read http://en.opensuse.org/Libzypp/Locksfile ? you can lock a lot

Greetings, Stephan


Yes, this help, only problem is that it lock state, so if you have full
64-bit system and lock every 32 bit packages, you have clean 64-bit
system, but if you lock all 32bit packages and have some 32-bit
packages, then this packages cannot be uninstalled and cannot be upgraded.
JR

P.S.
lock for all 32 bit is really easy add this line to the end of locks
file (ensure, that this is at least one empty line after last line).
First line say that all iwhatever86 arch lock and second say, that you
in first line use glob pattern (you can also use regex and little change
first line.
solvable_arch: i*86
match_type: glob

if this doesn't work, then write and I look at it (this file structure
is implemented by me, so I know it)
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx

< Previous Next >