[Libosinfo] [PATCH] data: add missing suse distro information

Charles Arnold carnold at suse.com
Tue Mar 22 21:44:48 UTC 2016


>>> On 3/22/2016 at 03:12 AM, Fabiano Fidêncio <fidencio at redhat.com> wrote: 
> Charles,
> 
> On Fri, Mar 18, 2016 at 11:17 PM, Charles Arnold <carnold at suse.com> wrote:
>> Add missing suse distro information.
>>
>> Added os data for the following distros:
>> openSUSE Leap 42.1
>> openSUSE Tumbleweed
>> SUSE Linux Enterprise Server 12 SP1
>> SUSE Linux Enterprise Desktop 12 SP1
>>
>> Added isodata for all the above plus the following distros:
>> SUSE Linux Enterprise Server 11 SP4
>> SUSE Linux Enterprise Desktop 11 SP4
>>
>> New files:
>> ./data/os/opensuse.org/opensuse-42.1.xml.in
>> ./data/os/opensuse.org/opensuse-tumbleweed.xml.in
>> ./data/os/suse.com/sled-12.1.xml.in
>> ./data/os/suse.com/sles-12.1.xml.in
>> ./test/isodata/opensuse/opensuse42.1/openSUSE-42.1-DVD-x86_64.iso.txt
>> 
> ./test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-i586-Curre
> nt.iso.txt
>> 
> ./test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-x86_64-Cur
> rent.iso.txt
>> ./test/isodata/sled/sled11sp4/SLED-11-SP4-DVD-i586-GM-DVD1.iso.txt
>> ./test/isodata/sled/sled11sp4/SLED-11-SP4-DVD-x86_64-GM-DVD1.iso.txt
>> ./test/isodata/sled/sled12sp1/SLE-12-SP1-Desktop-DVD-x86_64-GM-DVD1.iso.txt
>> ./test/isodata/sles/sles11sp4/SLES-11-SP4-DVD-i586-GM-DVD1.iso.txt
>> ./test/isodata/sles/sles11sp4/SLES-11-SP4-DVD-x86_64-GM-DVD1.iso.txt
>> ./test/isodata/sles/sles12sp1/SLE-12-SP1-Server-DVD-x86_64-GM-DVD1.iso.txt
>>
>> Updated file:
>> ./po/POTFILES.in
>>
>> diff --git a/data/os/opensuse.org/opensuse-42.1.xml.in 
> b/data/os/opensuse.org/opensuse-42.1.xml.in
>> index e69de29..e116de0 100644
>> --- /dev/null
>> +++ b/data/os/opensuse.org/opensuse-42.1.xml.in
>> @@ -0,0 +1,25 @@
>> +<libosinfo version="0.0.1">
>> +  <os id="http://opensuse.org/opensuse/42.1">
>> +    <short-id>opensuse42.1</short-id>
>> +    <_name>openSUSE Leap 42.1</_name>
>> +    <version>42.1</version>
>> +    <_vendor>openSUSE</_vendor>
>> +    <family>linux</family>
>> +    <distro>opensuse</distro>
>> +    <upgrades id="http://opensuse.org/opensuse/13.2" />
>> +    <derives-from id="http://opensuse.org/opensuse/13.2" />
>> +
>> +    <release-date>2015-11-04</release-date>
>> +
>> +    <media arch="x86_64">
>> +      
> <url>http://download.opensuse.org/distribution/leap/42.1/iso/openSUSE-Leap-42
> .1-DVD-x86_64.iso</url>
>> +      <iso>
>> +        <volume-id>openSUSE-Leap-42.1-DVD-x86_64026</volume-id>
>> +        <system-id>LINUX</system-id>
>> +        <publisher-id>SUSE LINUX GmbH</publisher-id>
>> +      </iso>
>> +      <kernel>boot/x86_64/loader/linux</kernel>
>> +      <initrd>boot/x86_64/loader/initrd</initrd>
>> +    </media>
>> +  </os>
>> +</libosinfo>
>> diff --git a/data/os/opensuse.org/opensuse-tumbleweed.xml.in 
> b/data/os/opensuse.org/opensuse-tumbleweed.xml.in
>> index e69de29..662850a 100644
>> --- /dev/null
>> +++ b/data/os/opensuse.org/opensuse-tumbleweed.xml.in
>> @@ -0,0 +1,48 @@
>> +<libosinfo version="0.0.1">
>> +  <os id="http://opensuse.org/opensuse/tumbleweed">
>> +    <short-id>opensuse-tumbleweed</short-id>
> 
> Isn't it supposed to be opensusetumbleweed (without the dash)?
> It breaks make check as it is and, if you agree, I can squash this
> patch before pushing:

Ok. I'll resend and split the patches into two (opensuse and sles versions).

- Charles




More information about the Libosinfo mailing list