]> git.pld-linux.org Git - packages/wayland.git/commitdiff
add missing ldconfig invocation to -egl; rel 2 auto/th/wayland-1.21.0-2
authorJan Palus <atler@pld-linux.org>
Sat, 2 Jul 2022 20:11:59 +0000 (22:11 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 2 Jul 2022 20:11:59 +0000 (22:11 +0200)
wayland.spec

index bc94283714b4fe3411f5176bbc10c218af622f0e..983f1514ddf34e48f511aa37241259f5b6df6b4f 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Wayland - protocol for a compositor to talk to its clients
 Summary(pl.UTF-8):     Wayland - protokół między serwerem składającym a klientami
 Name:          wayland
 Version:       1.21.0
-Release:       1
+Release:       2
 License:       MIT
 Group:         Libraries
 #Source0Download: https://gitlab.freedesktop.org/wayland/wayland/-/releases/
@@ -152,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
+%post  egl -p /sbin/ldconfig
+%postun        egl -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc COPYING CONTRIBUTING.md README
This page took 0.260461 seconds and 4 git commands to generate.