Compare commits
28 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64abae9cac |
||
|
|
cb5c448053 | ||
|
|
4477edb7d8 | ||
|
|
15e7fd3435 | ||
|
|
488f2f36b5 | ||
|
|
7ce9b0c454 | ||
|
|
2772b63599 | ||
|
|
393198e030 | ||
|
|
de095d14f8 | ||
|
|
3659242476 | ||
|
|
c3163e918f | ||
|
|
6581adada2 | ||
|
|
fb55024209 | ||
|
|
2d74120ade | ||
|
|
60de2ac665 | ||
|
|
555d6470b5 | ||
|
|
4963e7ff3b | ||
|
|
0095d32b6b | ||
|
|
e0bd5f3527 | ||
|
|
f7d05d166d | ||
|
|
5125b872f4 | ||
|
|
f8eb6804df | ||
|
|
dd838840d7 | ||
|
|
4b001357b6 | ||
|
|
5aa5251a18 | ||
|
|
0c054c3582 | ||
|
|
901d81c6d1 | ||
|
|
3ceada9e1a |
4 changed files with 1 additions and 80 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/virtme-0.0.1.tar.xz
|
||||
/virtme-0.0.2.tar
|
||||
/virtme-0.0.3.tar.xz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
ffe1b57376df7e8e8426dfad7d7a7db7 virtme-0.0.3.tar.xz
|
||||
76
virtme.spec
76
virtme.spec
|
|
@ -1,76 +0,0 @@
|
|||
Name: virtme
|
||||
Version: 0.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtualize the running distro or a simple rootfs
|
||||
|
||||
License: GPLv2
|
||||
URL: https://git.kernel.org/cgit/utils/kernel/virtme/virtme.git/
|
||||
Source0: https://www.kernel.org/pub/linux/utils/kernel/virtme/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
|
||||
Requires: python3-setuptools
|
||||
|
||||
# virtme doesn't really need busybox, but it works better if busybox
|
||||
# is available
|
||||
Requires: busybox
|
||||
|
||||
# virtme-guest is no longer necessary and therefore no longer exists
|
||||
Obsoletes: virtme-guest < 0.0.2-5
|
||||
|
||||
# Intentionally does not require qemu, since virtme can work with
|
||||
# a number of qemu-system-arch packages.
|
||||
|
||||
%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.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
# If this ever adds C code, CFLAGS will be needed here.
|
||||
%{__python3} setup.py build
|
||||
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
|
||||
|
||||
%install
|
||||
%{__python3} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
# For noarch packages: sitelib
|
||||
%{python3_sitelib}/*
|
||||
%{_bindir}/virtme-run
|
||||
%{_bindir}/virtme-configkernel
|
||||
%{_datadir}/virtme-guest-0
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2016 luto@kernel.org - 0.0.3-1
|
||||
- New release
|
||||
- virtme-guest is obsolete
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Dec 23 2014 Andy Lutomirski <luto@mit.edu> - 0.0.2-1
|
||||
- New upstream version.
|
||||
|
||||
* Sun Sep 7 2014 Andy Lutomirski <luto@mit.edu> - 0.0.1-1
|
||||
- New package.
|
||||
Loading…
Add table
Add a link
Reference in a new issue