This commit is contained in:
parent
0ef7bbc4f0
commit
7837fb59d8
@ -36,6 +36,7 @@ encodings/typesmodule.so
|
|||||||
encodings/types.pyo
|
encodings/types.pyo
|
||||||
encodings/types.so
|
encodings/types.so
|
||||||
encodings/utf_8.pyo
|
encodings/utf_8.pyo
|
||||||
|
fcntl.so
|
||||||
fnmatchmodule.so
|
fnmatchmodule.so
|
||||||
fnmatch.pyo
|
fnmatch.pyo
|
||||||
fnmatch.so
|
fnmatch.so
|
||||||
@ -79,6 +80,7 @@ operator.so
|
|||||||
osmodule.so
|
osmodule.so
|
||||||
os.pyo
|
os.pyo
|
||||||
os.so
|
os.so
|
||||||
|
pickle.pyo
|
||||||
plat-linux2/binasciimodule.so
|
plat-linux2/binasciimodule.so
|
||||||
plat-linux2/binascii.pyo
|
plat-linux2/binascii.pyo
|
||||||
plat-linux2/binascii.so
|
plat-linux2/binascii.so
|
||||||
@ -109,9 +111,9 @@ plat-linux2/time.so
|
|||||||
plat-linux2/zlibmodule.so
|
plat-linux2/zlibmodule.so
|
||||||
plat-linux2/zlib.pyo
|
plat-linux2/zlib.pyo
|
||||||
plat-linux2/zlib.so
|
plat-linux2/zlib.so
|
||||||
popen2module.so
|
select.so
|
||||||
popen2.pyo
|
subprocess.pyo
|
||||||
popen2.so
|
traceback.pyo
|
||||||
posixpathmodule.so
|
posixpathmodule.so
|
||||||
posixpath.pyo
|
posixpath.pyo
|
||||||
posixpath.so
|
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
|
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_requires %my_requires
|
||||||
%define __find_provides %nil
|
%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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user