[relevation] Add missing python-lxml requirement (#807335)

Matthias Saou thias at fedoraproject.org
Thu Mar 29 08:05:20 UTC 2012


commit 68df3210649e87203ce98ed2b21c06dd41379a60
Author: Matthias Saou <matthias at saou.eu>
Date:   Thu Mar 29 10:05:08 2012 +0200

    Add missing python-lxml requirement (#807335)

 relevation.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/relevation.spec b/relevation.spec
index 870cb6f..8069efd 100644
--- a/relevation.spec
+++ b/relevation.spec
@@ -1,7 +1,7 @@
 Summary: Command-line search for Revelation Password Manager files
 Name: relevation
 Version: 1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Applications/Text
 URL: http://p.outlyer.net/relevation/
@@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
 Requires: libxml2-python
 Requires: python-crypto
+Requires: python-lxml
 
 %description
 Relevation is a tool to retrieve passwords stored in a password file in the
@@ -43,6 +44,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Mar 29 2012 Matthias Saou <matthias at saou.eu> 1.1-3
+- Add missing python-lxml requirement (#807335).
+
 * Mon Mar 26 2012 Matthias Saou <matthias at saou.eu> 1.1-2
 - Fix URL vs. email in spec changelog.
 


More information about the scm-commits mailing list