This commit is contained in:
parent
0ef7bbc4f0
commit
7837fb59d8
@ -36,6 +36,7 @@ encodings/typesmodule.so
|
||||
encodings/types.pyo
|
||||
encodings/types.so
|
||||
encodings/utf_8.pyo
|
||||
fcntl.so
|
||||
fnmatchmodule.so
|
||||
fnmatch.pyo
|
||||
fnmatch.so
|
||||
@ -79,6 +80,7 @@ operator.so
|
||||
osmodule.so
|
||||
os.pyo
|
||||
os.so
|
||||
pickle.pyo
|
||||
plat-linux2/binasciimodule.so
|
||||
plat-linux2/binascii.pyo
|
||||
plat-linux2/binascii.so
|
||||
@ -109,9 +111,9 @@ plat-linux2/time.so
|
||||
plat-linux2/zlibmodule.so
|
||||
plat-linux2/zlib.pyo
|
||||
plat-linux2/zlib.so
|
||||
popen2module.so
|
||||
popen2.pyo
|
||||
popen2.so
|
||||
select.so
|
||||
subprocess.pyo
|
||||
traceback.pyo
|
||||
posixpathmodule.so
|
||||
posixpath.pyo
|
||||
posixpath.so
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 27 17:15:45 CEST 2008 - adrian@suse.de
|
||||
|
||||
- fix dependencies of python again (#430381)
|
||||
- add self check to avoid breakage in future
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 12:56:22 CEST 2008 - ro@suse.de
|
||||
|
||||
|
@ -98,6 +98,12 @@ chmod +x %my_requires
|
||||
%define __find_requires %my_requires
|
||||
%define __find_provides %nil
|
||||
|
||||
# final run check to detect python dep changes
|
||||
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/opt/testing/%_lib
|
||||
PYTHONPATH=$RPM_BUILD_ROOT/opt/testing/share/rpmlint
|
||||
export PYTHONPATH LD_LIBRARY_PATH
|
||||
exec $RPM_BUILD_ROOT/opt/testing/bin/python -tt -u -O $RPM_BUILD_ROOT/opt/testing/share/rpmlint/rpmlint.pyo $*
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user