Modify

Ticket #445 (closed defect: fixed)

Opened 16 years ago

Last modified 16 years ago

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

comment:1 Changed 16 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone set to Bcfg2 0.9.4 Release

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.