Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tiwai:kernel:2.6.29
kernel-trace
find-provides
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File find-provides of Package kernel-trace
#! /bin/bash # these are updated by the spec file sourcedir=${0%/*} filelist=$(mktemp -t ${0##*/}.XXXXXXXXXX) trap "rm -f $filelist" EXIT cat >"$filelist" flavor=${1##*-} /usr/lib/rpm/find-provides "$@" <"$filelist" ( grep '\.ko$' "$filelist" | \ xargs -r $sourcedir/symsets.pl --list-exported-symbols; grep '/Module\.symvers$' "$filelist" | while read f; do $sourcedir/symsets.pl --list-exported-symbols --symvers-file="$f" done ) | awk -v flavor="$flavor" ' { sub(/^0x0*/, "", $1); if (!$1) $1 = "0"; printf "ksym(%s:%s) = %s\n", flavor, $2, $1 }' exit 0
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