rpms/comoonics-cluster-py/devel comoonics-cluster-py.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marc Grimme elcody02 at fedoraproject.org
Sun Jul 26 09:22:40 UTC 2009


Author: elcody02

Update of /cvs/pkgs/rpms/comoonics-cluster-py/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31555/devel

Modified Files:
	.cvsignore sources 
Added Files:
	comoonics-cluster-py.spec import.log 
Log Message:
* Sun Jul 26 2009 MG <grimme at atix.de>, 0.1-22
initial import



--- NEW FILE comoonics-cluster-py.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define modulename comoonics

Summary: Comoonics cluster configuration utilities written in Python
Name: comoonics-cluster-py
Version: 0.1
Release: 22
Source0: http://www.open-sharedroot.org/development/comoonics-cluster-py/comoonics-cluster-py-%{version}.tar.gz
License: GPLv2+
Group: Development/Libraries
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
Requires: python PyXML comoonics-base-py
Url: http://www.open-sharedroot.org/development/comoonics-cluster-py
BuildRequires: python-devel

%description
 Comoonics cluster configuration utilities written in Python 

%prep
%setup -q

%build
python setup.py %{name} build

%install
rm -rf $RPM_BUILD_ROOT
python setup.py %{name} install --root=$RPM_BUILD_ROOT 

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{python_sitelib}/*.egg-info
%dir %{python_sitelib}/comoonics/cluster
%{python_sitelib}/comoonics/cluster/*.py
%{python_sitelib}/comoonics/cluster/*.pyc
%{python_sitelib}/comoonics/cluster/*.pyo
%dir %{python_sitelib}/comoonics/cluster/helper
%{python_sitelib}/comoonics/cluster/helper/*.py
%{python_sitelib}/comoonics/cluster/helper/*.pyc
%{python_sitelib}/comoonics/cluster/helper/*.pyo
/usr/share/man/man1/com-queryclusterconf.1.gz
%attr(0755, root, root) /usr/bin/com-queryclusterconf
%doc README.txt LICENSE.txt

%changelog
* Wed Jul 22 2009 MG <grimme at atix.de>, 0.1-22
- fixed bugs in querymap
- moved com-queryclusterconf to getopts

* Tue Jul 21 2009 MG <grimme at atix.de>, 0.1-21
- made fedora compliant

* Tue Jul 14 2009 MG <grimme at atix.de>, 0.1-20
- Made dependent on comoonics-base-py

* Mon Jul 06 2009 MG <grimme at atix.de>, 0.1-19
- Made python 2.6 compatible
- Code review/write

* Tue Feb 24 2009 MG <grimme at atix.de>, 0.1-17
- added a helper method for parsing the clusterconfiguration

* Mon Aug 04 2008 MG <grimme at atix.de>, 0.1-16
- added non static clusteroptions and redhat helper class
- fixed some unittesting

* Fri Jun 20 2008 MH <hlawatschek at atix.de>, 0.1-15
- removed default mountopts

* Wed Jun 18 2008 MH <hlawatschek at atix.de>, 0.1-14
- added query for nodenamebyid

* Tue Jun 10 2008 MG <grimme at atix.de>, 0.1-13
- added cluster.conf conversion

* Wed Jun 04 2008 MG <grimme at atix.de>, 0.1-12
- added createOCFS2ClusterConf

* Tue May 20 2008 MG <grimme at atix.de>, 0.1-11
- Changed the text of an errormessage to be better readable.

* Fri May 09 2008 MG <grimme at atix.de>, 0.1-10
- Implemented BUG#218 for creating hosts with dhcp

* Tue Apr 08 2008 AO <offermann at atix.de>, 0.1-9
- added new methods
- added posibility to hand over a hash to ClusterRepository (instead of an xml-object)
- changed binaries to fix use of log parameters

* Fri Feb 29 2008 MH <hlawatschek at atix.de>, 0.1-7
- added new methods

* Thu Jan 24 2008 MG <grimme at atix.de>, 0.1-6
- rebuild for rpmspecfile updates

* Wed Sep 19 2007 AO <offermann at atix.de>, 0.1-5
- bug fixed BZ #79
- added unittests
- adapted code in dependence on Python Style Guide

* Tue Sep 04 2007 MH <hlawatschek at atix.de>, 0.1-4
- bug fixes
- added man pages

* Fri Aug 03 2007 AO <offermann at atix.de>, 0.1-1
  initial revision


--- NEW FILE import.log ---
comoonics-cluster-py-0_1-22:HEAD:comoonics-cluster-py-0.1-22.src.rpm:1248600046


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/comoonics-cluster-py/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Jul 2009 19:18:59 -0000	1.1
+++ .cvsignore	26 Jul 2009 09:22:38 -0000	1.2
@@ -0,0 +1 @@
+comoonics-cluster-py-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/comoonics-cluster-py/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Jul 2009 19:18:59 -0000	1.1
+++ sources	26 Jul 2009 09:22:39 -0000	1.2
@@ -0,0 +1 @@
+90967a8680ed568f8e6b4421a9a802db  comoonics-cluster-py-0.1.tar.gz




More information about the fedora-extras-commits mailing list