[python-beautifulsoup4] Move python3 req to sub package

terjeros terjeros at fedoraproject.org
Sun Jul 22 18:00:58 UTC 2012


commit 1d970af2e87e7dd10afad5e403aad1837332fea9
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Sun Jul 22 20:00:55 2012 +0200

    Move python3 req to sub package

 python-beautifulsoup4.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec
index 550bacd..6c124b9 100644
--- a/python-beautifulsoup4.spec
+++ b/python-beautifulsoup4.spec
@@ -3,7 +3,7 @@
 
 Name:           python-beautifulsoup4
 Version:        4.1.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        HTML/XML parser for quick-turnaround applications like screen-scraping
 Group:          Development/Languages
 License:        MIT
@@ -23,8 +23,6 @@ BuildRequires:  python3-html5lib
 BuildRequires:  python3-lxml
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-Requires:       python3-html5lib
-Requires:       python3-lxml
 %endif
 
 %description
@@ -50,6 +48,8 @@ minutes with Beautiful Soup.
 %package -n     python3-beautifulsoup4
 Summary:        HTML/XML parser for quick-turnaround applications like screen-scraping
 Group:          Development/Languages
+Requires:       python3-html5lib
+Requires:       python3-lxml
 Obsoletes:      python3-BeautifulSoup < 1:3.2.1-2
 
 %description -n python3-beautifulsoup4
@@ -125,6 +125,9 @@ pushd %{py3dir}
 %endif
 
 %changelog
+* Sun Jul 22 2012 Terje Rosten <terje.rosten at ntnu.no> - 4.1.1-4
+- Move python3 req to sub package
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list