From c74de34b66c3d285c1e6e787eb1429426563a887e867eaa6d98bb1b381159859 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 4 Jan 2020 21:28:25 +0000 Subject: [PATCH] Accepting request 760612 from home:MaSven:branches:Virtualization - update to version 5 * no changelog available * merged upstream OBS-URL: https://build.opensuse.org/request/show/760612 OBS-URL: https://build.opensuse.org/package/show/Virtualization/mkosi?expand=0&rev=6 --- mkosi-4.tar.gz | 3 --- mkosi-5.tar.gz | 3 +++ mkosi.changes | 7 +++++++ mkosi.spec | 12 ++++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 mkosi-4.tar.gz create mode 100644 mkosi-5.tar.gz diff --git a/mkosi-4.tar.gz b/mkosi-4.tar.gz deleted file mode 100644 index 4446f84..0000000 --- a/mkosi-4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:855666aa7a16fcc41b0a2e5f12dc1916d19e03c9d174332ef0fd53cb137da8f2 -size 44664 diff --git a/mkosi-5.tar.gz b/mkosi-5.tar.gz new file mode 100644 index 0000000..5266bf4 --- /dev/null +++ b/mkosi-5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e995dac8dfc665d2e741bd24f94c5aeb7f11fc79f2cd8560001f68a86a4bda +size 63366 diff --git a/mkosi.changes b/mkosi.changes index c8deefe..9ccccbe 100644 --- a/mkosi.changes +++ b/mkosi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 3 09:36:40 UTC 2020 - Sven Marquardt + +- update to version 5 + * no changelog available + * merged upstream + ------------------------------------------------------------------- Mon Feb 12 19:22:30 UTC 2018 - sebix+novell.com@sebix.at diff --git a/mkosi.spec b/mkosi.spec index a4b42e0..06b25ab 100644 --- a/mkosi.spec +++ b/mkosi.spec @@ -1,7 +1,7 @@ # # spec file for package mkosi # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: mkosi -Version: 4 +Version: 5 Release: 0 Summary: Build Legacy-Free OS Images -License: LGPL-2.1+ +License: LGPL-2.1-or-later 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 BuildRequires: python3 >= 3.5 BuildRequires: python3-setuptools @@ -65,7 +65,7 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) -%doc README.md +%doc mkosi.md %if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320 %license LICENSE %else