update to 23.0.2

(cherry picked from commit 10cc7a6642ae41646ae347c39c6f1e3e56e7355b)
This commit is contained in:
baizg1107 2021-09-06 11:15:57 +08:00 committed by openeuler-sync-bot
parent 840e9593dd
commit b52ae300fd

View File

@ -1,5 +1,5 @@
Name: ovirt-engine-wildfly-overlay
Version: 22.0.0
Version: 23.0.2
Release: 1
Summary: WildFly overlay for ovirt-engine
Group: Virtualization/Management
@ -10,24 +10,27 @@ Source0: README
Requires: ovirt-engine-wildfly = %{version}-%{release}
%description
WildFly overlay for ovirt-engine
%build
true
%install
install -d -m 0755 "%{buildroot}%{_docdir}/%{name}"
install -m 0644 "%{SOURCE0}" "%{buildroot}%{_docdir}/%{name}/README"
install -d -m 0755 "%{buildroot}%{_datadir}/%{name}/modules"
%files
%{_datadir}/%{name}/
%{_docdir}/%{name}/
%changelog
* Mon Sep 6 2021 baizhonggui <baizhonggui@huawei.com> - 23.0.2-1
- Update version to 23.0.2
* Tue Jul 6 2021 lijunwei <lijunwei@kylinos.cn> - 22.0.0-1
- Update version
* Thu Mar 5 2020 changjie.fu <changjie.fu@cs2c.com.cn> - 17.0.1-1
- Package Initialization