From 829fab7b0db74ff13ae93eabcb53627988530ae5 Mon Sep 17 00:00:00 2001 From: jxy_git Date: Wed, 18 May 2022 14:26:45 +0800 Subject: [PATCH] Add Simplify-package-exports.patch (cherry picked from commit d95e071bbf819e0e65d715ffe4b5675f0398ccb3) --- ovirt-web-ui.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ovirt-web-ui.spec b/ovirt-web-ui.spec index a0dd57d..8e6d988 100644 --- a/ovirt-web-ui.spec +++ b/ovirt-web-ui.spec @@ -7,7 +7,7 @@ Name: ovirt-web-ui Version: 1.7.0 -Release: 1 +Release: 2 Summary: VM Portal for %{product} License: Apache 2.0 URL: https://github.com/oVirt/ovirt-web-ui @@ -51,6 +51,9 @@ make install DESTDIR=%{buildroot} %{_sysconfdir}/ovirt-web-ui/branding/00-ovirt.brand %changelog +* Wed May 18 2022 jiangxinyu - 1.7.0-2 +- Add Simplify-package-exports.patch + * Tue Sep 7 2021 liyanan - 1.7.0-1 - update to 1.7.0 -- Gitee