mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
jannet info: Select criteria is now URL
RPM vendor matches too many packages, since janware GmbH is the vendor for a lot of third-party packages Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6a161c17df
commit
579e05c198
1 changed files with 2 additions and 2 deletions
|
|
@ -77,8 +77,8 @@ check_ldconfig()
|
|||
|
||||
list_all_packages()
|
||||
{
|
||||
rpm -qa --queryformat '%{NAME}: %{VENDOR}\n' | \
|
||||
grep -i '^[^ ]\+:.*\(jannet\|c-mexx\|janware\)' | \
|
||||
rpm -qa --queryformat '%{NAME}: %{URL}\n' | \
|
||||
grep -i '^[^ ]\+:.*\(jannet\.de\|janware\.com\)' | \
|
||||
sed 's/\(^[^ ]\+\) *:.*/\1/; s/[ ]*$//' |\
|
||||
sort -u
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue