Diese Instanz von GitLab ist Pre-Release und noch nicht offiziell als Dienst freigeschaltet.

This GitLab instance is pre-release and not an officially announced service.

Skip to content
Snippets Groups Projects
Commit 7aaa5213 authored by Frediano Ziglio's avatar Frediano Ziglio
Browse files

ci: Remove invalid option from rpmlint


The "-o" option is not accepted anymore by rpmlint on newer Fedora.

Signed-off-by: default avatarFrediano Ziglio <freddy77@gmail.com>
parent 969baca9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ fedora:
- ninja -C build-default
- ninja -C build-default dist
# check SPEC file
- rpmlint -o "NetworkEnabled False" spice-protocol.spec
- rpmlint spice-protocol.spec
# check the SPEC version and project (in meson.build) are the same
- "VER_SPEC=$(sed '/^Version:/!d; s/.*: \\+//' < spice-protocol.spec)"
- "VER_PROJECT=$(sed '/version/ { s/.*'\\''\\(.*\\)'\\''.*/\\1/; q }; d' < meson.build)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment