Displaying 3 results from an estimated 3 matches for "pypam".
Did you mean:
pypa
2012 Jul 24
9
remove dependency on PyXML from xen?
Fedora is keen to stop using PyXML and I have been sent a bug report
https://bugzilla.redhat.com/show_bug.cgi?id=842843 which includes a patch
to remove the use of XMLPrettyPrint in tools/python/xen/xm/create.py . I
am going to try this in the Fedora build, but I was wondering if it makes
sense to do this in the official xen releases as well.
Michael Young
2011 Apr 30
9
Building XCP Debian packages: what sources or repo to use?
Hi,
I have started the work of packaging Openstack for Debian. I have
already the Nova packages ready for upload, and I''m now working on
Glance and Swift.
Nova can run Xen, but I have been told that it needs XCP. I was
wondering what is the best source for me to download and package. I have
noticed that I can take:
http://xenbits.xensource.com/git/xen-api.git
2011 Jul 23
0
[PATCH] move dracut config and patching to spec
...null
+++ b/dracut/ovirt-dracut.conf
@@ -0,0 +1 @@
+add_dracutmodules+="ovirtnode multipath"
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 4bb7baf..33a903d 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -48,6 +48,11 @@ Requires: python-gudev
Requires: PyPAM
Requires: ethtool
Requires: cracklib-python
+Requires: dracut
+%if 0%{?rhel}
+# for applying patches in %post
+Requires: patch
+%endif
BuildArch: noarch
@@ -90,6 +95,7 @@ make install DESTDIR=%{buildroot}
%{__install} -d -m0755 %{buildroot}%{mgmt_scripts_dir}
%...