[virt-who/f16] Initial import

Radek Novacek rnovacek at fedoraproject.org
Mon Aug 22 09:09:21 UTC 2011


commit 54f694dfb116d02c9fe6ee2e2c99ed5d4e373043
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Mon Aug 22 11:09:01 2011 +0200

    Initial import

 .gitignore    |    1 +
 sources       |    1 +
 virt-who.spec |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 58 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..7b1c028 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/virt-who-0.2.tar.gz
diff --git a/sources b/sources
index e69de29..2ef97f8 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+35b4b5372d7585f45422373255b32113  virt-who-0.2.tar.gz
diff --git a/virt-who.spec b/virt-who.spec
new file mode 100644
index 0000000..548593e
--- /dev/null
+++ b/virt-who.spec
@@ -0,0 +1,56 @@
+Name:           virt-who
+Version:        0.2
+Release:        1%{?dist}
+Summary:        Agent for reporting virtual guest IDs to subscription-manager
+
+Group:          System Environment/Base
+License:        GPLv2+
+URL:            https://fedorahosted.org/virt-who/
+Source0:        https://fedorahosted.org/releases/v/i/virt-who/%{name}-%{version}.tar.gz
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+Requires:       libvirt-python
+Requires:       libvirt
+Requires:       python-rhsm
+
+%description
+Agent that collects information about virtual guests present in the system and
+report them to the subscription manager.
+
+%prep
+%setup -q
+
+
+%build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make DESTDIR=$RPM_BUILD_ROOT install
+
+# Don't run test suite in check section, because it need the system to be
+# registered to subscription-manager server
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%doc README LICENSE
+%{_bindir}/virt-who
+%{_datadir}/virt-who/
+
+
+%changelog
+* Mon Aug 22 2011 Radek Novacek <rnovacek at redhat.com> - 0.2-1
+- Update to upstream version 0.2
+- Add Requires: libvirt
+
+* Fri Aug 19 2011 Radek Novacek <rnovacek at redhat.com> - 0.1-2
+- Add BuildRoot tag (the package will be in RHEL5)
+
+* Wed Aug 10 2011 Radek Novacek <rnovacek at redhat.com> - 0.1-1
+- initial import


More information about the scm-commits mailing list