mirror of
https://abf.rosa.ru/djam/dbeaver.git
synced 2025-02-23 00:03:04 +00:00
24.2.1
This commit is contained in:
parent
b2b43092d8
commit
bac905677f
2 changed files with 4 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
|||
sources:
|
||||
OpenJDK17U-jdk_x64_linux_hotspot_17.0.11_9.tar.gz: 3590daf5672a23a2644485271d63a7be2e9b1679
|
||||
dbeaver-24.2.0.tar.gz: a7311235315830d627ca0cd2eb79f7f2f1e12184
|
||||
dbeaver-24.2.1.tar.gz: 734d8144632c95f04c7052adc2ea6d8885fa2ce2
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
%define liberica_rel 13
|
||||
|
||||
Name: dbeaver
|
||||
Version: 24.2.0
|
||||
Version: 24.2.1
|
||||
Release: 1
|
||||
Summary: Universal database manager and SQL client
|
||||
URL: https://dbeaver.io
|
||||
|
@ -114,7 +114,8 @@ popd
|
|||
# fix error solaris libs
|
||||
|
||||
pushd %{buildroot}%{_datadir}/dbeaver/plugins/com.sun.jna_5.14.0.v20231211-1200/com/sun/jna/
|
||||
find . -type d -not -name "linux-x86-64" -exec rm -rf {} \;
|
||||
#find . -type d -not -name "linux-x86-64" -exec rm -rf {} \;
|
||||
rm -rf $(ls --hide="linux-x86" --hide="linux-x86_64" --hide="internal" --hide="ptr")
|
||||
popd
|
||||
|
||||
%files
|
||||
|
|
Loading…
Add table
Reference in a new issue