[Libosinfo] [PATCH libosinfo 2/3] Add CentOS 7.0
Giuseppe Scrivano
gscrivan at redhat.com
Tue Jul 29 09:57:59 UTC 2014
Christophe Fergeau <cfergeau at redhat.com> writes:
> Hey,
>
> On Mon, Jul 28, 2014 at 04:01:40PM +0200, Giuseppe Scrivano wrote:
>> Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
>> ---
>> data/oses/centos.xml.in | 40 ++++++++++++++++++++++
>> .../centos7.0/CentOS-7.0-1406-x86_64-DVD.iso.txt | 29 ++++++++++++++++
>> .../CentOS-7.0-1406-x86_64-Everything.iso.txt | 29 ++++++++++++++++
>> 3 files changed, 98 insertions(+)
>> create mode 100644 test/isodata/centos/centos7.0/CentOS-7.0-1406-x86_64-DVD.iso.txt
>> create mode 100644 test/isodata/centos/centos7.0/CentOS-7.0-1406-x86_64-Everything.iso.txt
>>
>> diff --git a/data/oses/centos.xml.in b/data/oses/centos.xml.in
>> index 7f53bb4..3c79918 100644
>> --- a/data/oses/centos.xml.in
>> +++ b/data/oses/centos.xml.in
>> @@ -277,4 +277,44 @@
>> </installer>
>> </os>
>>
>> + <os id="http://centos.org/centos/7.0">
>> + <short-id>centos7.0</short-id>
>> + <_name>CentOS 7.0</_name>
>> + <version>7.0</version>
>
> This bit is slightly inaccurate,
> http://lists.centos.org/pipermail/centos-announce/2014-July/020393.html
> says:
> « This is the first release for CentOS-7 and is version marked as
> 7.0-1406 »
>
> We should at least reflect this in the <version> field, and maybe in the
> <name> too.
ok to push this?
>From 90736f28aac5a31672e1ec28c9fb22de382b1af7 Mon Sep 17 00:00:00 2001
From: Giuseppe Scrivano <gscrivan at redhat.com>
Date: Tue, 29 Jul 2014 11:56:41 +0200
Subject: [PATCH] Fix version number for centos-7.0
Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
data/oses/centos.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/oses/centos.xml.in b/data/oses/centos.xml.in
index 3c79918..3fc6bef 100644
--- a/data/oses/centos.xml.in
+++ b/data/oses/centos.xml.in
@@ -280,7 +280,7 @@
<os id="http://centos.org/centos/7.0">
<short-id>centos7.0</short-id>
<_name>CentOS 7.0</_name>
- <version>7.0</version>
+ <version>7.0-1406</version>
<_vendor>CentOS</_vendor>
<family>linux</family>
<distro>centos</distro>
--
1.9.3
Thanks,
Giuseppe
More information about the Libosinfo
mailing list