Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
kernel-kvmsmall.12580
splitflist
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File splitflist of Package kernel-kvmsmall.12580
#!/bin/sh -e package="$1" present="$2" ghost="$3" missing="" rpm -ql --noghost "$package" | while read x ; do [ -e "$x" -o -L "$x" ] && echo "$x" >> "$present" || echo Missing file "$x" done rpm -ql "$package" | while read x ; do grep "^$x\$" $present >/dev/null || echo "$x" >> $ghost done
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