diff --git a/README b/README index 4cbd8b6..4839683 100644 --- a/README +++ b/README @@ -1,2 +1,5 @@ -This repository contains scripts to create WildFly RPM package from -officially released ZIP file, which required to run oVirt engine. +This directory contains upgraded parts of WildFly, which fix bugs +affecting oVirt Engine: + +* + - diff --git a/ovirt-engine-wildfly-overlay.spec b/ovirt-engine-wildfly-overlay.spec index 22fcc2e..5dad25c 100644 --- a/ovirt-engine-wildfly-overlay.spec +++ b/ovirt-engine-wildfly-overlay.spec @@ -1,6 +1,6 @@ Name: ovirt-engine-wildfly-overlay -Version: 17.0.1 -Release: 1%{?dist} +Version: 22.0.0 +Release: 1 Summary: WildFly overlay for ovirt-engine Group: Virtualization/Management License: ASL-2.0 @@ -27,5 +27,7 @@ install -d -m 0755 "%{buildroot}%{_datadir}/%{name}/modules" %changelog +* Tue Jul 6 2021 lijunwei - 22.0.0-1 +- Update version * Thu Mar 5 2020 changjie.fu - 17.0.1-1 - Package Initialization