From 8539d5f074021239d9344885237918b4f489a58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 11 May 2013 00:44:20 +0200 Subject: [PATCH] Build with V=1 --- polkit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.