diff options
-rw-r--r-- | packaging/mesa.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index c8071c36998..f8d0317ee30 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -458,8 +458,9 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc -%post -n libXvMC_softpipe -%postun -n libXvMC_softpipe +%post -n libXvMC_softpipe -p /sbin/ldconfig + +%postun -n libXvMC_softpipe -p /sbin/ldconfig %endif @@ -469,7 +470,7 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc %files %defattr(-,root,root) -%doc docs/README* docs/COPYING +%license docs/COPYING %config /etc/drirc %{_libdir}/dri/ %_libdir/libdricore9*.so.* |