[kpackagekit] DAUTOREMOVE:BOOL=OFF (#727788)

Rex Dieter rdieter at fedoraproject.org
Thu Oct 13 02:55:19 UTC 2011


commit 11f6bd13bcb0b110b147e5b9ff467a87ac828d9c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Oct 12 22:02:37 2011 -0500

    DAUTOREMOVE:BOOL=OFF (#727788)

 kpackagekit.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/kpackagekit.spec b/kpackagekit.spec
index 06a5eca..8a2512f 100644
--- a/kpackagekit.spec
+++ b/kpackagekit.spec
@@ -5,7 +5,7 @@
 
 Name:	  	kpackagekit
 Version:	0.6.3.3
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	KDE interface for PackageKit
 
 License:	GPLv2+
@@ -82,7 +82,8 @@ rmdir kpackagekit-translations-%{snap}
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} \
-  %{?app_install:-DAPPINSTALL=ON} \
+  %{?app_install:-DAPPINSTALL:BOOL=ON} \
+  -DAUTOREMOVE:BOOL=OFF \
   ..  
 popd
 
@@ -136,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 12 2011 Rex Dieter <rdieter at fedoraproject.org> 0.6.3.3-4
+- -DAUTOREMOVE:BOOL=OFF (#727788)
+
 * Mon Aug 01 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.6.3.3-3
 - support the InstallResources interface, in particular for Plasma services
 - bump minimum PackageKit version to 0.6.16 to support the above


More information about the scm-commits mailing list