[openlmi-tools/f18] initial import

Peter Hatina phatina at fedoraproject.org
Thu Oct 25 20:09:19 UTC 2012


commit df9d436c4a49a22214324db3877e23082f667db9
Author: Peter Hatina <phatina at redhat.com>
Date:   Thu Oct 25 22:11:00 2012 +0200

    initial import

 .gitignore         |    1 +
 openlmi-tools.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c4ea087 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openlmi-tools-0.1.tar.gz
diff --git a/openlmi-tools.spec b/openlmi-tools.spec
new file mode 100644
index 0000000..74bcfd0
--- /dev/null
+++ b/openlmi-tools.spec
@@ -0,0 +1,52 @@
+Name:           openlmi-tools
+Version:        0.1
+Release:        5%{?dist}
+Summary:        Set of CLI tools for Openlmi providers
+
+License:        GPLv2+
+URL:            http://fedorahosted.org/openlmi
+Source0:        http://fedorahosted.org/released/openlmi-tools/%{name}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  pywbem
+Requires:       pywbem
+
+Provides:       cura-tools = %{version}-%{release}
+Obsoletes:      cura-tools < 0.1-4
+
+%description
+%{name} is a set of command line tools for Openlmi providers.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+%files
+%doc README COPYING
+%attr(755,root,root) %{_bindir}/*.py
+%{python_sitelib}/fmci/
+
+%changelog
+* Thu Oct 25 2012 Peter Hatina <phatina at redhat.com> - 0.1-5
+- added python2-devel into BuildRequires
+
+* Thu Oct 25 2012 Peter Hatina <phatina at redhat.com> - 0.1-4
+- package renamed to openlmi-tools
+
+* Sun Oct 07 2012 Peter Hatina <phatina at redhat.com> - 0.1-3
+- added pywbem into Requires
+
+* Sun Oct 07 2012 Peter Hatina <phatina at redhat.com> - 0.1-2
+- removed python2 dependency
+- fixed python_sitelib/fmci ownership
+- fixed BuildRequires
+
+* Sun Oct 07 2012 Peter Hatina <phatina at redhat.com> - 0.1-1
+- initial import
diff --git a/sources b/sources
index e69de29..c8f4ac0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+750e4c0ddcedd9962b11ab7004ebea1e  openlmi-tools-0.1.tar.gz


More information about the scm-commits mailing list