Modify ↓
Ticket #445 (closed defect: fixed)
python-lxml vs. lxml
Reported by: | lueningh | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.9.4 Release |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
It looks like Redhat/Fedora? ship with 'python-lxml', while the "official" LXML packages are just named 'lxml'. Since Suse doesn't include a package, I need this spec file patch to install cleanly:
--- bcfg2.spec.orig 2007-05-29 15:40:07.000000000 -0500 +++ bcfg2.spec 2007-05-29 15:36:46.000000000 -0500 @@ -19,7 +19,11 @@ BuildArch: noarch BuildRequires: python-devel +%if "%{_vendor}" == "redhat" Requires: python-lxml >= 0.9 +%else +Requires: lxml >= 0.9 +%endif %description Bcfg2 helps system administrators produce a consistent, reproducible,
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Resolved in [f5bb417f750cc4b39d8b6cc6cae31e5c95800c67] (SVN r3217)