[virt-tools-list] [libosinfo] fedora, installer: Fix against Fedora 18
Fabiano Fidêncio
fabiano at fidencio.org
Thu Nov 29 01:54:46 UTC 2012
On Wed, Nov 28, 2012 at 1:47 PM, Fabiano Fidêncio <fabiano at fidencio.org> wrote:
> On Wed, Nov 28, 2012 at 1:44 PM, Zeeshan Ali (Khattak)
> <zeeshanak at gnome.org> wrote:
>> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
>>
>> 'base' package group has been replaced by 'standard'. For jeos profile,
>> we now use the right name of the group depending on the OS version. For
>> desktop profile, we can simply drop this group from the list as its
>> pulled-in by other groups anyways.
>> ---
>> data/install-scripts/fedora.xml | 8 +++++++-
>> 1 file changed, 7 insertions(+), 1 deletion(-)
>>
>> diff --git a/data/install-scripts/fedora.xml b/data/install-scripts/fedora.xml
>> index fcb1143..e76f5dd 100644
>> --- a/data/install-scripts/fedora.xml
>> +++ b/data/install-scripts/fedora.xml
>> @@ -94,7 +94,14 @@ logvol / --fstype <xsl:call-template name="rootfs"/> --name=LogVol00 --vgname=Vo
>> reboot
>>
>> %packages
>> +<xsl:choose>
>> + <xsl:when test="os/version < 18">
>> @base
>> + </xsl:when>
>> + <xsl:otherwise>
>> + at standard
>> + </xsl:otherwise>
>> +</xsl:choose>
>> @core
>> <xsl:if test="os/version > 6">
>> @hardware-support
>> @@ -200,7 +207,6 @@ logvol / --fstype <xsl:call-template name="rootfs"/> --name=LogVol00 --vgname=Vo
>> reboot
>>
>> %packages
>> - at base
>> @core
>> @hardware-support
>> @base-x
>> --
>> 1.8.0
>>
>> _______________________________________________
>> virt-tools-list mailing list
>> virt-tools-list at redhat.com
>> https://www.redhat.com/mailman/listinfo/virt-tools-list
>
> ACK
Since I ACK'ed it is my fault.
Zeeshan, your modification only affects jeos profiles. Could you c&p
the code also for desktop profiles?
>
> --
> Fabiano Fidêncio
Best Regards,
--
Fabiano Fidêncio
More information about the virt-tools-list
mailing list