Quantcast

Add rpms without repository

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Add rpms without repository

Kalman Kemenczy
Hi All,

Maybe I missed something, but I am not sure, how can I add "3rd party" rpms. e.g GroupWise client, iprint client, novell client etc.

Any hint?

many thanks
kalman
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add rpms without repository

Andrew Wafaa
On Fri, 2009-01-09 at 22:49 -0800, Kalman Kemenczy wrote:
> Hi All,
>
> Maybe I missed something, but I am not sure, how can I add "3rd party" rpms.
> e.g GroupWise client, iprint client, novell client etc.
>
> Any hint?
>
> many thanks
> kalman

AFAIK this feature hasn't been implemented yet.

What I have done in the past is upload the required RPM using the
"Overlay Files" tab and place them in a directory (I used /root/bin).  I
then uploaded a modified /etc/init.d/boot.local which contained:

rpm -q $PACKAGE || rpm -ivh /root/bin/$PACKAGE.rpm

Thanks to Nat for that tip, it may not be the most elegant workaround
but at least it works :)

Regards,

Andy

--
Andrew Wafaa, openSUSE Member: FunkyPenguin.
openSUSE: Get It, Discover It, Create It at http://www.opensuse.org
[hidden email] | http://www.wafaa.eu

_______________________________________________
studio-users mailing list
[hidden email]
http://listx.novell.com/mailman/listinfo/studio-users
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Add rpms without repository

Daniel Bornkessel

Andrew Wafaa wrote
On Fri, 2009-01-09 at 22:49 -0800, Kalman Kemenczy wrote:
> Hi All,
>
> Maybe I missed something, but I am not sure, how can I add "3rd party" rpms.
> e.g GroupWise client, iprint client, novell client etc.
>
> Any hint?
>
> many thanks
> kalman

AFAIK this feature hasn't been implemented yet.

What I have done in the past is upload the required RPM using the
"Overlay Files" tab and place them in a directory (I used /root/bin).  I
then uploaded a modified /etc/init.d/boot.local which contained:

rpm -q $PACKAGE || rpm -ivh /root/bin/$PACKAGE.rpm

Thanks to Nat for that tip, it may not be the most elegant workaround
but at least it works :)

Regards,

Andy

--
Andrew Wafaa, openSUSE Member: FunkyPenguin.
openSUSE: Get It, Discover It, Create It at http://www.opensuse.org
awafaa@opensuse.org | http://www.wafaa.eu

_______________________________________________
studio-users mailing list
studio-users@listx.novell.com
http://listx.novell.com/mailman/listinfo/studio-users
yeah ... rpm upload support is not there yet, that's right. It's a planned feature but not one happening too soon I am afraid.
Loading...