Hello,
I submit a usual package to the "sle11" distribution e.g. via
/work/src/bin/submitpac -e -r sle11 sane-backends
But for YaST modules I used/needed in the past only
make stable
which runs finally
/usr/bin/y2tool checkin-stable
which evaluates to
/usr/share/YaST2/data/devtools/bin/checkin-stable
which does the actual package submission.
But in the Makefile there is no target like "sle11" so that
it cannot work (as far as I see) by calling "make ..."
Also '/usr/bin/y2tool --help' shows only checkin-stable
but nothing like "sle11" so that it seems I also cannot use
/usr/bin/y2tool to do the actual submission to "sle11".
I could hack /usr/share/YaST2/data/devtools/bin/checkin-stable
--------------------------------------------------------------------------------
dist=NOARCH
if [ -z "`grep BuildArchitectures package/${pkg_rpmname}.spec | grep noarch`" ];
then
dist=STABLE
fi
--------------------------------------------------------------------------------
but I wonder whether there is a built-in way in YaST to do it.
Therefore I would like to know what the "official" way is
how to submit yast2-printer to the "sle11" distribution.
Kind Regards
Johannes Meixner
--
SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany
AG Nuernberg, HRB 16746, GF: Markus Rex
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]