Hello community,

here is the log from the commit of package mkosi for openSUSE:Factory checked 
in at 2018-02-20 17:55:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mkosi (Old)
 and      /work/SRC/openSUSE:Factory/.mkosi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mkosi"

Tue Feb 20 17:55:46 2018 rev:2 rq:578207 version:4

Changes:
--------
--- /work/SRC/openSUSE:Factory/mkosi/mkosi.changes      2017-09-07 
22:16:09.958016967 +0200
+++ /work/SRC/openSUSE:Factory/.mkosi.new/mkosi.changes 2018-02-20 
17:55:55.724620566 +0100
@@ -1,0 +2,7 @@
+Mon Feb 12 19:22:30 UTC 2018 - sebix+novell....@sebix.at
+
+- update to version 4
+ * no changelog available
+ * removed 109.patch, merged upstream
+
+-------------------------------------------------------------------

Old:
----
  109.patch
  mkosi-3.tar.gz

New:
----
  mkosi-4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mkosi.spec ++++++
--- /var/tmp/diff_new_pack.Vg6At6/_old  2018-02-20 17:55:56.508592338 +0100
+++ /var/tmp/diff_new_pack.Vg6At6/_new  2018-02-20 17:55:56.512592194 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkosi
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,16 +17,15 @@
 
 
 Name:           mkosi
-Version:        3
+Version:        4
 Release:        0
 Summary:        Build Legacy-Free OS Images
-License:        LGPL-2.1
+License:        LGPL-2.1+
 Group:          System/Management
 Url:            https://github.com/systemd/mkosi
 Source:         
https://github.com/systemd/mkosi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM 109.patch boo#1049997 sebix+novell....@sebix.at -- fixes 
opensuse specific calls
-Patch0:         https://github.com/systemd/mkosi/pull/109.patch
 BuildRequires:  python3 >= 3.5
+BuildRequires:  python3-setuptools
 Requires:       python3 >= 3.5
 Requires:       squashfs
 Recommends:     btrfs-progs
@@ -41,6 +40,7 @@
 Recommends:     dnf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  x86_64
+BuildArch:      noarch
 
 %description
 A fancy wrapper around dnf --installroot, debootstrap, pacstrap and zypper that
@@ -53,25 +53,26 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-# not required
+python3 setup.py build
 
 %install
-install -Dpt %{buildroot}%{_bindir}/ mkosi
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
 %{buildroot}%{_bindir}/mkosi -h
 
 %files
 %defattr(-,root,root)
-%doc README
+%doc README.md
 %if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
 %license LICENSE
 %else
 %doc LICENSE
 %endif
 %{_bindir}/%{name}
+%doc mkosi.default
+%{python3_sitelib}/
 
 %changelog

++++++ mkosi-3.tar.gz -> mkosi-4.tar.gz ++++++
++++ 2694 lines of diff (skipped)


Reply via email to