[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Feb 7 13:14:30 UTC 2022


 .gitlab-ci.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7aaa5213615924fffb415612185bb9854e36da43
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Mon Feb 7 12:42:51 2022 +0000

    ci: Remove invalid option from rpmlint
    
    The "-o" option is not accepted anymore by rpmlint on newer Fedora.
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e4d483..654a1aa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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)"


More information about the Spice-commits mailing list