Hello community,

here is the log from the commit of package virtme for openSUSE:Factory checked 
in at 2019-10-24 23:02:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtme (Old)
 and      /work/SRC/openSUSE:Factory/.virtme.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtme"

Thu Oct 24 23:02:51 2019 rev:1 rq:738661 version:0.1.1

Changes:
--------
New Changes file:

--- /dev/null   2019-10-24 10:19:07.066239389 +0200
+++ /work/SRC/openSUSE:Factory/.virtme.new.2990/virtme.changes  2019-10-24 
23:02:51.900081190 +0200
@@ -0,0 +1,44 @@
+-------------------------------------------------------------------
+Tue Oct 15 15:53:23 UTC 2019 - Marcos de Souza <mpdeso...@suse.com>
+
+- Remove the python3- prefix from the final package
+- Added full source URL
+
+-------------------------------------------------------------------
+Tue Oct 15 01:38:51 UTC 2019 - Marcos de Souza <mpdeso...@suse.com>
+
+- Remove _service and add the virtme source code into the project.
+
+-------------------------------------------------------------------
+Sat Oct 12 01:09:46 UTC 2019 - Marcos de Souza <mpdeso...@suse.com>
+
+- Add busybox and qemu as dependencies of virtme. Now 'virtme-run
+  --installed-kernel' works out-of-the-box.
+
+-------------------------------------------------------------------
+Thu Oct 10 19:41:06 UTC 2019 - Marcos de Souza <mpdeso...@suse.com>
+
+- Newly released version 0.1.1
+- Use an OBS service to download the tarball
+- Removed all patches, since they are all included in the new version
+
+-------------------------------------------------------------------
+Mon Sep 30 03:27:06 UTC 2019 - Marcos de Souza <mpdeso...@suse.com>
+
+- Add a new patch to support --mods auto in openSUSE.
+
+-------------------------------------------------------------------
+Mon Sep 30 03:00:03 UTC 2019 - Marcos de Souza <mpdeso...@suse.com>
+
+- Update virtme version with previous patches already included in the upstream
+  project
+
+-------------------------------------------------------------------
+Mon Aug 26 02:13:38 UTC 2019 - Marcos de Souza <mpdeso...@suse.com>
+
+- Add patches to enable experimental --kdir with modules enabled
+
+-------------------------------------------------------------------
+Thu Aug 22 02:09:04 UTC 2019 - Marcos de Souza <mpdeso...@suse.com>
+
+- First version of the package

New:
----
  virtme-0.1.1.tar.gz
  virtme.changes
  virtme.spec

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

Other differences:
------------------
++++++ virtme.spec ++++++
#
# spec file for package virtme
#
# Copyright (c) 2019 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

%define name virtme
%define version 0.1.1
%define skip_python2 1

Name: %{name}
Version: %{version}
Release: 1
Summary: Virtualize the running distro or a simple rootfs
License: GPL-2.0-only
Group: Development/Tools/Other
Url: https://git.kernel.org/cgit/utils/kernel/virtme/virtme.git
Source0: 
https://git.kernel.org/pub/scm/utils/kernel/virtme/virtme.git/snapshot/%{name}-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: qemu
Requires: busybox
BuildArch: noarch

%description
Virtme is a set of simple tools to run a virtualized Linux kernel that
uses the host Linux distribution or a simple rootfs instead of a whole
disk image.

Virtme is tiny, easy to use, and makes testing kernel changes quite simple.

Some day this might be useful as a sort of sandbox.  Right now it's not
really configurable enough for that.

%prep
%autosetup -n %{name}-%{version} -p1

%build
%py3_build
# remove pycache directories
find . -name __pycache__ -type d -exec rm -fr {} +

%install
export PYTHONDONTWRITEBYTECODE=1
%py3_install

%files
%{_bindir}/virtme-configkernel
%{_bindir}/virtme-mkinitramfs
%{_bindir}/virtme-prep-kdir-mods
%{_bindir}/virtme-run
%{python_sitelib}/%{name}
%{python_sitelib}/%{name}-%{version}-py*.egg-info

Reply via email to