Mailinglist Archive: yast-devel (38 mails)
| < Previous | Next > |
Re: [yast-devel] running YaST on Fedora Core 9
- From: Jiří Suchomel <jsuchome@xxxxxxx>
- Date: Thu, 29 May 2008 10:57:07 +0200
- Message-id: <200805291057.07537.jsuchome@xxxxxxx>
On čt 29. května 2008, Michal Zugec wrote:
This is still not very satisfying, Ideally, the ycp code should not care about
the exact package names on different distros. Maybe there could be some
dedicated layer, responsible for transformation of "suse" names to the real
package name, available on the distribution which is curretnly running the
code?
j
--
Jiri Suchomel
SUSE LINUX, s.r.o. e-mail: jsuchome@xxxxxxx
Lihovarská 1060/12 tel: +420 284 028 960
190 00 Praha 9, Czech Republic http://www.suse.cz
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
instead of
if( !Package::InstallMsg( "open-iscsi",
we should use
if( !Package::InstallMsg( $["suse":"open-iscsi",
"redhat":"iscsi-initiator-utils",
This is still not very satisfying, Ideally, the ycp code should not care about
the exact package names on different distros. Maybe there could be some
dedicated layer, responsible for transformation of "suse" names to the real
package name, available on the distribution which is curretnly running the
code?
j
--
Jiri Suchomel
SUSE LINUX, s.r.o. e-mail: jsuchome@xxxxxxx
Lihovarská 1060/12 tel: +420 284 028 960
190 00 Praha 9, Czech Republic http://www.suse.cz
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-devel+help@xxxxxxxxxxxx
| < Previous | Next > |