Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mkosi for openSUSE:Factory checked in at 2021-10-21 23:55:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mkosi (Old) and /work/SRC/openSUSE:Factory/.mkosi.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mkosi" Thu Oct 21 23:55:23 2021 rev:4 rq:926626 version:10 Changes: -------- --- /work/SRC/openSUSE:Factory/mkosi/mkosi.changes 2020-01-05 15:21:45.805579223 +0100 +++ /work/SRC/openSUSE:Factory/.mkosi.new.1890/mkosi.changes 2021-10-21 23:55:38.664029130 +0200 @@ -1,0 +2,5 @@ +Wed Oct 20 12:18:38 UTC 2021 - Enrico Belleri <[email protected]> + +- Update to version 10 + +------------------------------------------------------------------- Old: ---- mkosi-5.tar.gz New: ---- mkosi-10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkosi.spec ++++++ --- /var/tmp/diff_new_pack.9qWFSq/_old 2021-10-21 23:55:39.100029355 +0200 +++ /var/tmp/diff_new_pack.9qWFSq/_new 2021-10-21 23:55:39.100029355 +0200 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,30 +17,33 @@ Name: mkosi -Version: 5 +Version: 10 Release: 0 Summary: Build Legacy-Free OS Images License: LGPL-2.1-or-later Group: System/Management URL: https://github.com/systemd/mkosi Source: https://github.com/systemd/mkosi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: python3 >= 3.5 +BuildRequires: pkgconfig BuildRequires: python3-setuptools -Requires: python3 >= 3.5 +BuildRequires: pkgconfig(python3) >= 3.7 +Requires: python3 >= 3.7 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: dpkg Recommends: edk2-ovmf Recommends: gnupg -Recommends: tar +Recommends: pacman >= 6.0.1 Recommends: veritysetup -Recommends: xz -# To build other distros: -Recommends: debootstrap >= 1.0.83 -Recommends: dnf -BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: x86_64 +Recommends: zstd BuildArch: noarch +ExclusiveArch: x86_64 %description A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that @@ -55,24 +58,20 @@ %setup -q %build -python3 setup.py build +%py3_build %install -python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} +%py3_install %check -%{buildroot}%{_bindir}/mkosi -h +%{buildroot}%{_bindir}/mkosi -h >/dev/null %files -%defattr(-,root,root) -%doc mkosi.md -%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 +%doc mkosi.md README.md %license LICENSE -%else -%doc LICENSE -%endif %{_bindir}/%{name} -%doc mkosi.default -%{python3_sitelib}/ +%{_mandir}/man1/mkosi.1%{?ext_man} +%{python3_sitelib}/mkosi/ +%{python3_sitelib}/mkosi-%{version}-py*.egg-info/ %changelog ++++++ mkosi-5.tar.gz -> mkosi-10.tar.gz ++++++ ++++ 5328 lines of diff (skipped)
