diff --git a/rpmlint-deps.txt b/rpmlint-deps.txt index 6d7fe8c..4d84c41 100644 --- a/rpmlint-deps.txt +++ b/rpmlint-deps.txt @@ -31,6 +31,7 @@ encodings/__init__.so encodings/typesmodule.so encodings/types.pyo encodings/types.so +encodings/utf_8.pyo fnmatchmodule.so fnmatch.pyo fnmatch.so diff --git a/rpmlint-mini.changes b/rpmlint-mini.changes index 44d0fde..96ae077 100644 --- a/rpmlint-mini.changes +++ b/rpmlint-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 18:22:40 CET 2007 - dmueller@suse.de + +- add missing utf8 module (#343642) + ------------------------------------------------------------------- Mon Oct 29 12:56:30 CET 2007 - dmueller@suse.de diff --git a/rpmlint-mini.spec b/rpmlint-mini.spec index 70317c4..0297534 100644 --- a/rpmlint-mini.spec +++ b/rpmlint-mini.spec @@ -14,7 +14,7 @@ Name: rpmlint-mini BuildRequires: glib2-devel pkg-config rpm-python rpmlint Summary: Rpm correctness checker Version: 1.0 -Release: 69 +Release: 74 Url: http://rpmlint.zarb.org/ License: GPL v2 or later Group: System/Packages @@ -93,7 +93,10 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,0755) /opt/testing + %changelog +* Thu Nov 22 2007 - dmueller@suse.de +- add missing utf8 module (#343642) * Mon Oct 29 2007 - dmueller@suse.de - update to (also) build rpmlint 0.81 - update desktop-file-validate to 0.14