[k3b] Disable HAL support at all, its not even in Fedora anymore

Radek Novacek rnovacek at fedoraproject.org
Tue Jun 12 14:46:06 UTC 2012


commit a3817926521fc13ec836533e7f9e639baee4cf94
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Tue Jun 12 16:46:01 2012 +0200

    Disable HAL support at all, its not even in Fedora anymore

 k3b-2.0.2-disable-hal-daemon-message.patch |   14 --------------
 k3b.spec                                   |    9 +++++----
 2 files changed, 5 insertions(+), 18 deletions(-)
---
diff --git a/k3b.spec b/k3b.spec
index f10a902..cf96f3d 100644
--- a/k3b.spec
+++ b/k3b.spec
@@ -3,7 +3,7 @@ Name:    k3b
 Summary: CD/DVD/Blu-ray burning application
 Epoch:   1
 Version: 2.0.2
-Release: 11%{?dist}
+Release: 12%{?dist}
 
 Group:   Applications/Archiving
 License: GPLv2+
@@ -31,8 +31,6 @@ Patch101: k3b-2.0.2-overburn-cdr90.patch
 Patch102: k3b-2.0.2-overburn-usedcapacity.patch
 # Remove WebKit on RHEL
 Patch103: k3b-2.0.2-no-webkit.patch
-# HAL is no longer used for device discovery, don't suggest starting HAL daemon
-Patch104: k3b-2.0.2-disable-hal-daemon-message.patch
 
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
@@ -107,7 +105,6 @@ Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
 %patch103 -p1 -b .no-webkit
 %endif
 
-%patch104 -p1 -b .disble-hal-daemon-message
 
 %build
 
@@ -118,6 +115,7 @@ pushd %{_target_platform}
   -DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=OFF \
   -DK3B_BUILD_LAME_ENCODER_PLUGIN:BOOL=OFF \
   -DK3B_BUILD_MAD_DECODER_PLUGIN:BOOL=OFF \
+  -DK3B_ENABLE_HAL_SUPPORT:BOOL=OFF \
   ..
 popd
 
@@ -201,6 +199,9 @@ update-mime-database %{_kde4_datadir}/mime &> /dev/null
 
 
 %changelog
+* Tue Jun 12 2012 Radek Novacek <rnovacek at redhat.com> 1:2.0.2-12
+- Disable HAL support at all, its not even in Fedora anymore
+
 * Tue Jun 12 2012 Radek Novacek <rnovacek at redhat.com> 1:2.0.2-11
 - Don't show suggestion to start HAL daemon when no CD/DVD device is found
 


More information about the scm-commits mailing list