package created using the webbuild interface [release 20230308-1mamba;Tue Mar 28 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:19:26 +01:00
parent c7590adea8
commit a74270fda0
2 changed files with 41 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# osinfo-db
Osinfo database of information about operating systems for virtualization provisioning tools.

39
osinfo-db.spec Normal file
View File

@ -0,0 +1,39 @@
Name: osinfo-db
Version: 20230308
Release: 1mamba
Summary: Osinfo database of information about operating systems for virtualization provisioning tools
Group: System/Database
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://libosinfo.org/
Source: https://releases.pagure.org/libosinfo/osinfo-db-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: osinfo-db-tools
%description
Osinfo database of information about operating systems for virtualization provisioning tools.
%prep
%setup -q
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
osinfo-db-import --root %{buildroot} --system %{SOURCE0}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%dir %{_datadir}/osinfo
%{_datadir}/osinfo/*
%doc LICENSE
%changelog
* Tue Mar 28 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 20230308-1mamba
- package created using the webbuild interface