[imvirt] import of imvirt 0.9.4

Miroslav Suchý msuchy at fedoraproject.org
Wed Jun 6 11:52:09 UTC 2012


commit 5d49dfe26d95080c0b1a70d8460d8d04a60f5493
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Wed Jun 6 13:51:14 2012 +0200

    import of imvirt 0.9.4

 .gitignore  |    1 +
 imvirt.spec |   10 ++++++++--
 sources     |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f26ca4d..d19ee28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 imvirt-0.9.2.tar.gz
+/imvirt-0.9.4.tar.gz
diff --git a/imvirt.spec b/imvirt.spec
index 3f55f68..5d0f63d 100644
--- a/imvirt.spec
+++ b/imvirt.spec
@@ -1,7 +1,7 @@
 Name:       imvirt
 Summary:    Detects several virtualizations
-Version:    0.9.2
-Release:    2%{?dist}
+Version:    0.9.4
+Release:    1%{?dist}
 URL:        http://micky.ibh.net/~liske/imvirt.html
 Source0:    http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 License:    GPLv2+
@@ -28,6 +28,8 @@ The following containers are detected:
     * UML
     * any HVM providing CPUID 0x40000000 detection
     * lguest
+    * ARAnyM
+    * LXC
 
 %prep
 %setup -q
@@ -52,6 +54,7 @@ make clean
 
 %files
 %defattr(-,root,root,-)
+%{_sbindir}/imvirt-report
 %{_bindir}/*
 %dir %{_libexecdir}/imvirt
 %{_libexecdir}/imvirt/*
@@ -61,6 +64,9 @@ make clean
 %{perl_vendorlib}/*
 
 %changelog
+* Wed Jun  6 2012 Miroslav Suchý <msuchy at redhat.com> 0.9.4-1
+- rebase to 0.9.4 version from upstream
+
 * Mon Feb  6 2012 Miroslav Suchý <msuchy at redhat.com> 0.9.2-2
 - rebase to 0.9.2 version from upstream
 - add build requires
diff --git a/sources b/sources
index e8647a2..1ee4c47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eae5642ce8903946f01960635e9b4617  imvirt-0.9.2.tar.gz
+ee09dcea99ce1ee94de31942f8478574  imvirt-0.9.4.tar.gz


More information about the scm-commits mailing list