Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Publican delete the new lines on the screen Tags when creating POTs https://bugzilla.redhat.com/show_bug.cgi?id=571633 Summary: Publican delete the new lines on the screen Tags when creating POTs Product: Red Hat Enterprise Linux 5 Version: 5.4 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: publican AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] CC: [email protected] Classification: Red Hat Target Release: --- Description of problem: Publican delete the new lines on the screen Tags when creating POT files. When building the localized versions, the content of the screen tag looks different. Version-Release number of selected component (if applicable): 1.6 How reproducible: Always Steps to Reproduce: 1. publican update_pot 2. 3. Actual results: Therefore, to install all packages but " "conflicting packages, the kickstart file must contain: <screen> %packages " "@Everything -...@conflicts </screen>" Expected results: Therefore, to install all packages but conflicting packages, the kickstart file must contain: <screen> %packages @Everything -...@conflicts </screen> Additional info: English XML: <para> Previously, the kickstart installation method offered two options to select all packages <command>@Everything</command> and <command>*</command> (wildcard). As of Red Hat Enterprise Linux 5.5, both of these options have been <emphasis>deprecated</emphasis>. Attempting to use a select all packages option will fail, unless the kickstart file also includes package negation for conflicting packages. Therefore, to install all packages but conflicting packages, the kickstart file must contain: <screen> %packages @Everything -...@conflicts </screen> </para> PO file: msgid "" "Previously, the kickstart installation method offered two options to select " "all packages <command>@Everything</command> and <command>*</command> " "(wildcard). As of Red Hat Enterprise Linux 5.5, both of these options have " "been <emphasis>deprecated</emphasis>. Attempting to use a select all " "packages option will fail, unless the kickstart file also includes package " "negation for conflicting packages. Therefore, to install all packages but " "conflicting packages, the kickstart file must contain: <screen> %packages " "@Everything -...@conflicts </screen>" Localized XML (Spanish): <para> Anteriormente, el método de instalación kickstart ofrecía dos opciones para seleccionar todos los paquetes: <command>@ Everything</command> y <command>*</command> (comodín). A partir de Red Hat Enterprise Linux 5.5, estas dos opciones han sido <emphasis>descontinuadas</emphasis>. Tratar de usar una opción de seleccionar todos los paquetes fallará, a no ser que el archivo de kickstart también incluya negación de paquete para paquetes en conflicto Por lo tanto, para instalar todos los paquetes sin los paquetes en conflicto, el archivo de kickstart debe contener: <screen> %packages @Everything -...@conflicts </screen> . </para> -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ publican-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/publican-list Wiki: https://fedorahosted.org/publican
