How to trick opensuse version number?

I have installed opensuse 11.3 rc3, but i can’t use any repository for 11.2(ex. packman), it’s normal because the rpms weren’t made for this beta version. But i guess these packages have big chances to run, so how can i trick the system to think that i have 11.2?
I tried with /etc/Suse-release but not working. Any ideas?

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Just add the 11.2 repository if you can manually via YaST. I’ve added
these before to SLED, SLES, and other versions of OpenSuSE as needed,
though typically it is probably better to just get a single RPM and then
try to use OpenSUSE’re regular sources to find supporting RPMs so you are
as consistent as possible when it comes to what is installed on your system.

For example, download your single RPM (perhaps from
http://software.opensuse.org/search) and then use something like the
following to install just that one RPM while getting dependencies from
your regular repositories:

sudo zypper in /path/to/your/file.rpm

Good luck.

On 03/23/2010 06:26 AM, apika wrote:
>
> I have installed opensuse 11.3 rc3, but i can’t use any repository for
> 11.2(ex. packman), it’s normal because the rpms weren’t made for this
> beta version. But i guess these packages have big chances to run, so how
> can i trick the system to think that i have 11.2?
> I tried with /etc/Suse-release but not working. Any ideas?
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJLqLaQAAoJEF+XTK08PnB5TuQP/22ZicimF11xMygFIruDgJqJ
ncEl0EMgCc64KDsp2crpZhQv8zMCOURefaFa5qkT2L5MwHV1ag2Gg9alKUMjciVw
GexWCUPeSSknYgqfcamTZ7Huv83hjkiEDpnF0HpMpXzCj2T66iAlLGiP4Qv8g6gs
fHukjF1EvwIwnz8VBpHZmR0W0j/ZBV2iKvHj/FioXyTfHoj26Oc7eQh0unT/uSD2
L0qsC/hqM0j1KhBnbpir7pdF0GVNthHjn/3kzTZyvLULnVsxAYfsoMS1wYW3mXiM
M+1BDOWMdJE8AsbvOIe5R4rkwDJ3hxl2KT0znd9ZfdCKcZ+BORSxnTsieQsv8tZi
07SkRLysxVnlflUbhFdxdFHVE2A6sByU374JRCjL+qV0+HiEedc1sHzTwEosw+1D
NhG3n8rVe7KzfjRmrla5TKNIwIfaEl4/7z8Jn9eO+dIrCIvzePTnRdZPtHdceoM5
iw3YQmUoWLXUfSQp3aylCeChUw3942Xzg5GiJ7erMZNzUFh8riR3MhSnv4RPJ9Bc
vjy9d+K1ZB561Z6W1s6SpD/2x8RCz9TAFSzL+I16xjTBcDMkjaZbfUX3pps77xXM
jO1FLUynIBETdpvcDnymFPv998UX/ECBL/0g1BvkrQD0XEfFZE/mUUY6i1SJVh+5
D2hHlgaOSmh4YntVeK2m
=94vs
-----END PGP SIGNATURE-----

Hi
Use packman Factory which is sort of running in parallel with the
openSUSE factory/11.3 builds.


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (x86_64) Kernel 2.6.27.45-0.1-default
up 6 days 14:01, 4 users, load average: 0.53, 0.48, 0.37
GPU GeForce 8600 GTS Silent - CUDA Driver Version: 190.53

Thanks a lot for the answers, problem solved!