Enable error message for CI gating
Resolves: RHBZ#2090689, RHBZ#2137267, RHBZ#2137459, RHBZ#2151624, RHBZ#2151905, RHBZ#2152820, RHBZ#2155168, RHBZ#2156342 Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
12490428cc
commit
c670d83cc0
@ -4,7 +4,7 @@
|
||||
|
||||
Name: nmstate
|
||||
Version: 2.2.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Declarative network manager API
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/%{srcname}/%{srcname}
|
||||
@ -150,6 +150,9 @@ popd
|
||||
/sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Tue Jan 10 2023 Gris Ge <fge@redhat.com> - 2.2.3-2
|
||||
- Enable error message for rpm CI gating
|
||||
|
||||
* Mon Jan 09 2023 Gris Ge <fge@redhat.com> - 2.2.3-1
|
||||
- Upgrade to 2.2.3
|
||||
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
TMP_FILE=$(mktemp /tmp/nmstate.XXXXXX.yaml)
|
||||
|
||||
nmstatectl show > $TMP_FILE 2>/dev/null
|
||||
nmstatectl show > $TMP_FILE
|
||||
|
||||
nmstatectl set $TMP_FILE 2>/dev/null
|
||||
nmstatectl set $TMP_FILE
|
||||
|
Loading…
Reference in New Issue
Block a user