Accepting request 357630 from Virtualization
Add support for Tumbleweed OBS-URL: https://build.opensuse.org/request/show/357630 OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=44
This commit is contained in:
51
add-tumbleweed-support.patch
Normal file
51
add-tumbleweed-support.patch
Normal file
@@ -0,0 +1,51 @@
|
||||
--- /dev/null 2016-02-02 14:21:10.885009574 -0700
|
||||
+++ libosinfo-0.3.0/data/os/opensuse.org/opensuse-tumbleweed.xml.in 2016-02-02 13:56:55.000000000 -0700
|
||||
@@ -0,0 +1,48 @@
|
||||
+<libosinfo version="0.0.1">
|
||||
+ <os id="http://opensuse.org/opensuse/tumbleweed">
|
||||
+ <short-id>opensuse-tumbleweed</short-id>
|
||||
+ <_name>openSUSE Tumbleweed</_name>
|
||||
+ <version>tumbleweed</version>
|
||||
+ <_vendor>openSUSE</_vendor>
|
||||
+ <family>linux</family>
|
||||
+ <distro>opensuse</distro>
|
||||
+ <upgrades id="http://opensuse.org/opensuse/tumbleweed" />
|
||||
+ <derives-from id="http://opensuse.org/opensuse/tumbleweed" />
|
||||
+
|
||||
+ <media arch="i686">
|
||||
+ <url>http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-i586-Current.iso</url>
|
||||
+ <iso>
|
||||
+ <volume-id>openSUSE-Tumbleweed-DVD-i586*</volume-id>
|
||||
+ <system-id>LINUX</system-id>
|
||||
+ <publisher-id>SUSE LINUX GmbH</publisher-id>
|
||||
+ </iso>
|
||||
+ <kernel>boot/i386/loader/linux</kernel>
|
||||
+ <initrd>boot/i386/loader/initrd</initrd>
|
||||
+ </media>
|
||||
+ <media arch="x86_64">
|
||||
+ <url>http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso</url>
|
||||
+ <iso>
|
||||
+ <volume-id>openSUSE-Tumbleweed-DVD-x86_64*</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>
|
||||
+
|
||||
+ <resources arch="all">
|
||||
+ <!-- http://en.opensuse.org/Hardware_requirements -->
|
||||
+ <minimum>
|
||||
+ <cpu>500000000</cpu>
|
||||
+ <n-cpus>1</n-cpus>
|
||||
+ <ram>1073741824</ram>
|
||||
+ <storage>3221225472</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <cpu>2400000000</cpu>
|
||||
+ <ram>2147483648</ram>
|
||||
+ <storage>5368709120</storage>
|
||||
+ </recommended>
|
||||
+ </resources>
|
||||
+ </os>
|
||||
+</libosinfo>
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 3 11:44:59 MST 2016 - carnold@suse.com
|
||||
|
||||
- Add support for detecting Tumbleweed
|
||||
add-tumbleweed-support.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 2 16:53:09 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -32,6 +32,7 @@ Patch10: add-sle12sp1-support.patch
|
||||
Patch11: add-opensuse-leap-42.1-support.patch
|
||||
Patch12: Fix_derives-from_and_add_tablet_item.patch
|
||||
Patch13: add-sle12sp2-support.patch
|
||||
Patch14: add-tumbleweed-support.patch
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: vala
|
||||
@@ -100,6 +101,7 @@ the API is available in all common programming languages.
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Reference in New Issue
Block a user