diff --git a/wpa_supplicant-fix_dbus_config.patch b/wpa_supplicant-fix_dbus_config.patch
new file mode 100644
index 0000000..c2032a4
--- /dev/null
+++ b/wpa_supplicant-fix_dbus_config.patch
@@ -0,0 +1,13 @@
+--- wpa_supplicant-0.6.4/wpa_supplicant/dbus-wpa_supplicant.conf
++++ wpa_supplicant-0.6.4/wpa_supplicant/dbus-wpa_supplicant.conf
+@@ -5,8 +5,8 @@
+
+
+
+-
+-
++
+
+
+
diff --git a/wpa_supplicant.changes b/wpa_supplicant.changes
index 7329686..10b2874 100644
--- a/wpa_supplicant.changes
+++ b/wpa_supplicant.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Jan 22 17:24:34 CET 2009 - hschaa@suse.de
+
+- Add fix_dbus_config.patch (bnc#468392)
+
-------------------------------------------------------------------
Mon Dec 8 15:45:55 CET 2008 - hschaa@suse.de
diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec
index b5c7eda..3528f4f 100644
--- a/wpa_supplicant.spec
+++ b/wpa_supplicant.spec
@@ -1,7 +1,7 @@
#
# spec file for package wpa_supplicant (Version 0.6.4)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@ Name: wpa_supplicant
BuildRequires: dbus-1-devel libqt4 libqt4-devel openssl-devel pkg-config readline-devel
Url: http://hostap.epitest.fi/wpa_supplicant/
Version: 0.6.4
-Release: 16
+Release: 18
License: BSD 3-Clause; GPL v2 or later
Group: Productivity/Networking/Other
Summary: WPA supplicant implementation
@@ -42,6 +42,7 @@ Patch8: wpa_supplicant-fix_set_mode.patch
Patch9: wpa_supplicant-pkcs11-init-args.patch
Patch10: wpa_supplicant-dbus-reset-eapol.patch
Patch11: wpa_supplicant-hide_secrets-2.patch
+Patch12: wpa_supplicant-fix_dbus_config.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -87,6 +88,7 @@ cp %{SOURCE1} wpa_supplicant/.config
%patch9 -p1
%patch10 -p1
%patch11 -p2
+%patch12 -p1
%build
cd wpa_supplicant
@@ -131,6 +133,8 @@ install -m 755 wpa_supplicant/wpa_gui-qt4/wpa_gui %{buildroot}%{_sbindir}
/usr/sbin/wpa_gui
%changelog
+* Thu Jan 22 2009 hschaa@suse.de
+- Add fix_dbus_config.patch (bnc#468392)
* Mon Dec 08 2008 hschaa@suse.de
- Add patch wpa_supplicant-hide_secrets-2.patch to _not_ print
passwords in clear text when started by NM with enabled debug