Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
717f0d7dcb
!19 [sync] PR-18: Remove symbols for shared library files
From: @openeuler-sync-bot 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2023-08-30 00:56:20 +00:00
jxy_git
e8fd2fafef Remove symbols for shared library files
(cherry picked from commit 5d5dd977b71d5ceaa4a8c26dc46eab144600991f)
2023-08-29 20:53:14 +08:00
openeuler-ci-bot
f4c0987db7
!13 strip软件包中的动态库文件
From: @crrs666 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2023-04-07 05:52:05 +00:00
wangdi
5d45645efc strip shared objects 2023-04-07 11:22:14 +08:00
openeuler-ci-bot
7eed7c7d39
!11 Add url field
From: @liqiuyu123 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
2022-07-13 08:52:58 +00:00
openeuler-ci-bot
442a9503b7
!12 Init package ovirt-engine-wildfly of version 19.1.0
From: @jxy_git 
Reviewed-by: @wm-wm-wm 
Signed-off-by: @wm-wm-wm
2022-06-30 01:45:15 +00:00
jxy_git
038844f4ae Init package 2022-06-27 14:28:20 +08:00
liqiuyu
35b885350a add yaml 2022-04-02 10:34:31 +08:00
openeuler-ci-bot
42397ecafc !4 ovirt-engine-wildfly update to 23.0.2
From: @bzg1107
Reviewed-by: @jxy_git
Signed-off-by: @jxy_git
2021-09-06 07:15:56 +00:00
openeuler-ci-bot
1338ba5fa1 !4 ovirt-engine-wildfly update to 23.0.2
From: @bzg1107
Reviewed-by: @jxy_git
Signed-off-by: @jxy_git
2021-09-06 07:15:54 +00:00
baizg1107
5338d460ed update to 23.0.2 2021-09-06 11:57:55 +08:00
3 changed files with 21 additions and 9 deletions

View File

@ -1,24 +1,26 @@
%global __jar_repack 0
Name: ovirt-engine-wildfly
Version: 22.0.0
Release: 1
Version: 19.1.0
Release: 3
Summary: WildFly Application Server for oVirt Engine
Group: Virtualization/Management
License: ASL 2.0
License: Apache 2.0
URL: http://wildfly.org
Source: wildfly-22.0.0.Final.zip
Source: https://github.com/wildfly/wildfly/archive/refs/tags/wildfly-19.1.0.Final.zip
BuildRequires: unzip
BuildRequires: chrpath
BuildRequires: binutils
# Prevent breaking packages that require e.g. libapr-1.so
AutoReqProv: no
%description
WildFly Application Server for oVirt Engine.
%build
true
%install
mkdir -p %{buildroot}%{_datadir}
@ -45,18 +47,24 @@ remove_shared_objects linux-x86_64
%endif
# Delete the "rpath" of the remaining shared objects:
# Strip the remaining shared objects
find \
%{buildroot}%{_datadir}/%{name}/modules/system/layers/base \
-type f \
-name '*.so' \
-exec chrpath --delete {} \;
-exec chrpath --delete {} \; \
-exec rm -rf {} \;
%files
%{_datadir}/%{name}
%changelog
* Tue Jul 06 2021 lijunwei <lijunwei@kylinos.cn> 22.0.0-1
- init package
* Tue Aug 29 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 19.1.0-3
- Remove symbols for shared library files
* Fri Apr 07 2023 wangdi <wangdi@kylinos.cn> - 19.1.0-2
- strip shared objects
* Mon Jun 27 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 19.1.0-1
- Init package

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: wildfly/wildfly
tag_prefix: ^
separator: "."