diff --git a/polkit.spec b/polkit.spec index e62ad14..e966292 100644 --- a/polkit.spec +++ b/polkit.spec @@ -87,7 +87,7 @@ export LDFLAGS='-pie -Wl,-z,now -Wl,-z,relro' --enable-introspection \ --disable-examples \ --enable-systemd=yes -make +make V=1 %install make install DESTDIR=$RPM_BUILD_ROOT @@ -146,6 +146,9 @@ exit 0 %{_datadir}/gtk-doc %changelog +* Fri May 10 2013 Miloslav Trmač - 0.110-4 +- Build with V=1 + * Fri May 10 2013 Miloslav Trmač - 0.110-4 - Make the JavaScript engine mandatory. The polkit-js-engine package has been removed, main polkit package Provides:polkit-js-engine for compatibility.