mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
script jannet: Add janware to vendor match
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
88c6b68fdc
commit
dbd26ebfdf
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ check_ldconfig()
|
||||||
list_all_packages()
|
list_all_packages()
|
||||||
{
|
{
|
||||||
rpm -qa --queryformat '%{NAME}: %{VENDOR}\n' | \
|
rpm -qa --queryformat '%{NAME}: %{VENDOR}\n' | \
|
||||||
grep -i '^[^ ]\+:.*\(jannet\|c-mexx\)' | \
|
grep -i '^[^ ]\+:.*\(jannet\|c-mexx\|janware\)' | \
|
||||||
sed 's/\(^[^ ]\+\) *:.*/\1/; s/[ ]*$//' |\
|
sed 's/\(^[^ ]\+\) *:.*/\1/; s/[ ]*$//' |\
|
||||||
sort -u
|
sort -u
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue