From d93561bf8a801e350125be0b5fdcc1de9ceb6821 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Fri, 1 Apr 2022 15:59:55 +0800 Subject: [PATCH] Remove the dist --- ovirt-engine-dwh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ovirt-engine-dwh.spec b/ovirt-engine-dwh.spec index d409a49..58d5ecf 100644 --- a/ovirt-engine-dwh.spec +++ b/ovirt-engine-dwh.spec @@ -46,7 +46,7 @@ getent passwd %1 >/dev/null || useradd -r -u %2 -g %3 -c %5 -s /sbin/nologin -d Name: ovirt-engine-dwh Version: 4.4.7.3 -Release: 1%{?release_suffix}%{?dist} +Release: 2 License: LGPLv2 and ASL 2.0 Summary: %{product_name} Group: Virtualization/Management @@ -100,7 +100,7 @@ Requires: ovirt-engine-setup-plugin-ovirt-engine-common >= 4.4.0 Requires: %{name}-grafana-integration-setup = %{version}-%{release} BuildRequires: python3 BuildRequires: python3-devel -Requires: python%{python3_pkgversion}-ovirt-setup-lib +Requires: python%{python3_pkgversion}-ovirt-setup-lib Requires: %{name} >= 3.6.0 Requires: postgresql-server >= 12.0 @@ -272,5 +272,8 @@ fi %{_sysconfdir}/grafana/conf/ %changelog +* Fri Apr 1 2022 liqiuyu - 4.4.7.3-2 +- Remove the dist + * Thu Sep 9 2021 shenhongyi - 4.4.7.3-1 - Package init