OBS User unknown 2008-08-14 23:49:49 +00:00 committed by Git OBS Bridge
parent 79b0292cb3
commit dad4faf11b
3 changed files with 26 additions and 7 deletions

View File

@ -1,3 +1,5 @@
_abcoll.pyo
abc.pyo
binasciimodule.so
binascii.pyo
binascii.so
@ -28,15 +30,17 @@ encodings/encodings.so
encodings/__init__module.so
encodings/__init__.pyo
encodings/__init__.so
encodings/iso8859_1.pyo
encodings/latin_1.pyo
encodings/typesmodule.so
encodings/types.pyo
encodings/types.so
encodings/utf_8.pyo
encodings/latin_1.pyo
encodings/iso8859_1.pyo
fnmatchmodule.so
fnmatch.pyo
fnmatch.so
__future__.pyo
genericpath.pyo
getoptmodule.so
getopt.pyo
getopt.so
@ -109,12 +113,15 @@ popen2.so
posixpathmodule.so
posixpath.pyo
posixpath.so
random.pyo
_random.so
remodule.so
re.pyo
re.so
rpmmodule.so
rpm.pyo
rpm.so
shutil.pyo
sitecustomizemodule.so
sitecustomize.pyo
sitecustomize.so
@ -164,8 +171,6 @@ time.so
typesmodule.so
types.pyo
types.so
random.pyo
_random.so
UserDictmodule.so
UserDict.pyo
UserDict.so

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 8 00:01:16 CEST 2008 - dmueller@suse.de
- fix build for python 2.6
-------------------------------------------------------------------
Thu Jul 24 11:58:01 CEST 2008 - dmueller@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package rpmlint-mini (Version 1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -15,7 +22,7 @@ Name: rpmlint-mini
BuildRequires: glib2-devel pkg-config rpm-python rpmlint
Summary: Rpm correctness checker
Version: 1.0
Release: 170
Release: 186
Url: http://rpmlint.zarb.org/
License: GPL v2 or later
Group: System/Packages
@ -99,6 +106,8 @@ rm -rf $RPM_BUILD_ROOT
/opt/testing
%changelog
* Fri Aug 08 2008 dmueller@suse.de
- fix build for python 2.6
* Thu Jul 24 2008 dmueller@suse.de
- support even OBS style of building
* Mon Jun 30 2008 schwab@suse.de