[archmage] Add missing dependency on python-BeautifulSoup (#658126).

Michael Schwendt mschwendt at fedoraproject.org
Wed Jul 11 13:32:08 UTC 2012


commit 8ccb51b7f3bb035dc39002ca8dc163c1fc32bbc7
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Jul 11 15:31:12 2012 +0200

    Add missing dependency on python-BeautifulSoup (#658126).

 archmage.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/archmage.spec b/archmage.spec
index e225df0..d9ee0ff 100644
--- a/archmage.spec
+++ b/archmage.spec
@@ -2,7 +2,7 @@
 
 Name:           archmage
 Version:        0.2.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Extensible reader/decompiler of files in CHM format
 
 Group:          Development/Tools
@@ -14,6 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 Requires:       python-chm
+Requires:       python-BeautifulSoup
 # for conversion to text
 Requires:       elinks
 BuildRequires:  python-devel
@@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man*/archmage*
 
 %changelog
+* Wed Jul 11 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 0.2.4-5
+- Add missing dependency on python-BeautifulSoup (#658126).
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list