forked from pool/mkosi
Accepting request 926626 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/926626 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mkosi?expand=0&rev=4
This commit is contained in:
commit
516b3e3ded
3
mkosi-10.tar.gz
Normal file
3
mkosi-10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71d298d2a55c9af48c9585deb62e876f4950a1a39fc4912d6846d3b610130317
|
||||||
|
size 133890
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88e995dac8dfc665d2e741bd24f94c5aeb7f11fc79f2cd8560001f68a86a4bda
|
|
||||||
size 63366
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 20 12:18:38 UTC 2021 - Enrico Belleri <idesmi@protonmail.com>
|
||||||
|
|
||||||
|
- Update to version 10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 3 09:36:40 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>
|
Fri Jan 3 09:36:40 UTC 2020 - Sven Marquardt <dev@mail.smarquardt.space>
|
||||||
|
|
||||||
|
45
mkosi.spec
45
mkosi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mkosi
|
# spec file for package mkosi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,30 +17,33 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mkosi
|
Name: mkosi
|
||||||
Version: 5
|
Version: 10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build Legacy-Free OS Images
|
Summary: Build Legacy-Free OS Images
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
URL: https://github.com/systemd/mkosi
|
URL: https://github.com/systemd/mkosi
|
||||||
Source: https://github.com/systemd/mkosi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/systemd/mkosi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: python3 >= 3.5
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3 >= 3.5
|
BuildRequires: pkgconfig(python3) >= 3.7
|
||||||
|
Requires: python3 >= 3.7
|
||||||
Requires: squashfs
|
Requires: squashfs
|
||||||
Recommends: btrfs-progs
|
Requires: tar
|
||||||
|
Requires: xz
|
||||||
|
Recommends: arch-install-scripts
|
||||||
|
Recommends: btrfsprogs
|
||||||
|
Recommends: debootstrap >= 1.0.117
|
||||||
|
Recommends: dnf >= 4.8.0
|
||||||
Recommends: dosfstools
|
Recommends: dosfstools
|
||||||
|
Recommends: dpkg
|
||||||
Recommends: edk2-ovmf
|
Recommends: edk2-ovmf
|
||||||
Recommends: gnupg
|
Recommends: gnupg
|
||||||
Recommends: tar
|
Recommends: pacman >= 6.0.1
|
||||||
Recommends: veritysetup
|
Recommends: veritysetup
|
||||||
Recommends: xz
|
Recommends: zstd
|
||||||
# To build other distros:
|
|
||||||
Recommends: debootstrap >= 1.0.83
|
|
||||||
Recommends: dnf
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
ExclusiveArch: x86_64
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that
|
A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that
|
||||||
@ -55,24 +58,20 @@ supported (not plain MBR/BIOS).
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python3 setup.py build
|
%py3_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
%py3_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{buildroot}%{_bindir}/mkosi -h
|
%{buildroot}%{_bindir}/mkosi -h >/dev/null
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%doc mkosi.md README.md
|
||||||
%doc mkosi.md
|
|
||||||
%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%else
|
|
||||||
%doc LICENSE
|
|
||||||
%endif
|
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%doc mkosi.default
|
%{_mandir}/man1/mkosi.1%{?ext_man}
|
||||||
%{python3_sitelib}/
|
%{python3_sitelib}/mkosi/
|
||||||
|
%{python3_sitelib}/mkosi-%{version}-py*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user