From b12860b8ef883aa04b57b9e7123a2a3d7e8436d4 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Mon, 15 May 2023 17:05:31 +0200 Subject: [PATCH] fixing CI pipeline (1.0.7-2) --- .gitlab-ci.yml | 5 ----- ww8-bash.spec | 4 +++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d2b425..58f3061 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,6 @@ before_script: stages: - Static Analysis -rpmlint: - stage: Static Analysis - script: - - rpmlint --version - - rpmlint *.spec rpmlint:fc36: image: registry.fedoraproject.org/fedora:36 diff --git a/ww8-bash.spec b/ww8-bash.spec index 9a76271..898dde6 100644 --- a/ww8-bash.spec +++ b/ww8-bash.spec @@ -1,7 +1,7 @@ Name: ww8-bash Version: 1.0.7 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Summary: Environment settings Group: System Environment/Base @@ -73,6 +73,8 @@ rm -rf %{buildroot} %changelog +* Mon May 15 2023 Christof Schulze - 1.0.7-2 + - fixing CI pipeline * Mon May 15 2023 Christof Schulze - 1.0.7-1 - rebuild for Fedora 38 * Wed May 18 2022 Christof Schulze - 1.0.6-1 -- GitLab