diff --git a/ovirt-engine-wildfly.spec b/ovirt-engine-wildfly.spec index 365a009..1fb62f4 100644 --- a/ovirt-engine-wildfly.spec +++ b/ovirt-engine-wildfly.spec @@ -2,7 +2,7 @@ Name: ovirt-engine-wildfly Version: 19.1.0 -Release: 2 +Release: 3 Summary: WildFly Application Server for oVirt Engine Group: Virtualization/Management License: Apache 2.0 @@ -53,13 +53,16 @@ find \ -type f \ -name '*.so' \ -exec chrpath --delete {} \; \ - -exec strip {} \; + -exec rm -rf {} \; %files %{_datadir}/%{name} %changelog +* Tue Aug 29 2023 jiangxinyu - 19.1.0-3 +- Remove symbols for shared library files + * Fri Apr 07 2023 wangdi - 19.1.0-2 - strip shared objects