Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
python3-rpm
checkfilesnoinfodir.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File checkfilesnoinfodir.diff of Package python3-rpm
Exclude /usr/share/info/dir from check-files. Probably only interesting for SUSE. Index: scripts/check-files =================================================================== --- scripts/check-files.orig +++ scripts/check-files @@ -22,7 +22,9 @@ LC_ALL=C sort > $FILES_RPM diff -d "$FILES_DISK" "$FILES_RPM" | grep "^< " | cut -c3- | while read f; do - echo $f | sed -e "s#^$RPM_BUILD_ROOT# #g" + if test "$RPM_BUILD_ROOT/usr/share/info/dir" != "$f" ; then + echo $f | sed -e "s#^$RPM_BUILD_ROOT# #g" + fi done rm -f $FILES_DISK
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor