Accepting request 1004650 from GNOME:Next
Use ldconfig_scriptlets OBS-URL: https://build.opensuse.org/request/show/1004650 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gjs?expand=0&rev=212
This commit is contained in:
parent
605f9d3d04
commit
db2fb33638
11
gjs.changes
11
gjs.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 09:35:42 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 15:25:18 UTC 2022 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Require xorg-x11-Xvfb on SLE-15-SP5, rather than
|
||||
xorg-11-server-Xvfb (bsc#1203274).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 18:31:37 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
5
gjs.spec
5
gjs.spec
@ -31,7 +31,7 @@ BuildRequires: git
|
||||
BuildRequires: meson >= 0.54.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
%if 0%{?sle_version} && 0%{?sle_version} <= 150400
|
||||
%if 0%{?sle_version} && 0%{?sle_version} <= 150500
|
||||
BuildRequires: xorg-x11-Xvfb
|
||||
%else
|
||||
BuildRequires: xorg-x11-server-Xvfb
|
||||
@ -114,8 +114,7 @@ Mozilla SpiderMonkey JavaScript engine.
|
||||
#sleep 10
|
||||
#%%meson_test
|
||||
|
||||
%post -n libgjs0 -p /sbin/ldconfig
|
||||
%postun -n libgjs0 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libgjs0
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user