From 799e3a25930ffd3dd19a143c79cd059530a692b5b315c24aa12cbe021e94013d Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Mon, 10 Oct 2016 18:24:00 +0000 Subject: [PATCH] - Version 20160728 The osinfo database provides information about operating systems and hypervisor platforms to facilitate the automated configuration and provisioning of new virtual machines OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++++++ .gitignore | 1 + osinfo-db-20160728.tar.xz | 3 +++ osinfo-db.changes | 8 +++++++ osinfo-db.spec | 47 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 82 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 osinfo-db-20160728.tar.xz create mode 100644 osinfo-db.changes create mode 100644 osinfo-db.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/osinfo-db-20160728.tar.xz b/osinfo-db-20160728.tar.xz new file mode 100644 index 0000000..2746f95 --- /dev/null +++ b/osinfo-db-20160728.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4373f1b216c1a4e026576e105ad4cb524d0ee484d0ab8dcfcec21cbf119de6fb +size 53872 diff --git a/osinfo-db.changes b/osinfo-db.changes new file mode 100644 index 0000000..7f119f6 --- /dev/null +++ b/osinfo-db.changes @@ -0,0 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 10 12:12:20 MDT 2016 - carnold@suse.com + +- Version 20160728 + The osinfo database provides information about operating systems and + hypervisor platforms to facilitate the automated configuration and + provisioning of new virtual machines + diff --git a/osinfo-db.spec b/osinfo-db.spec new file mode 100644 index 0000000..1fa62cb --- /dev/null +++ b/osinfo-db.spec @@ -0,0 +1,47 @@ +# +# spec file for package osinfo-db +# +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +Name: osinfo-db +Version: 20160728 +Release: 0 +Summary: osinfo database files +License: LGPLv2+ +URL: http://libosinfo.org/ +Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz +BuildRequires: intltool +BuildRequires: osinfo-db-tools +Requires: hwdata + +%description +The osinfo database provides information about operating systems and +hypervisor platforms to facilitate the automated configuration and +provisioning of new virtual machines + +%install +osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{SOURCE0} + +%files +%dir %{_datadir}/osinfo/ +%{_datadir}/osinfo/VERSION +%{_datadir}/osinfo/datamap +%{_datadir}/osinfo/device +%{_datadir}/osinfo/os +%{_datadir}/osinfo/platform +%{_datadir}/osinfo/install-script +%{_datadir}/osinfo/schema + +%changelog