summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xpackaging/libwifi-direct.spec5
2 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8cdeacb..9cf4cf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libwifi-direct (0.2.15) unstable; urgency=low
+
+ * Install vconf keys with -i option
+ * Git : rsa/framework/connectivity/libwifi-direct
+ * Tag : libwifi-direct_0.2.15
+
+ -- Dongwook Lee <dwmax.lee@samsung.com> Fri, 07 Sep 2012 19:38:12 +0900
+
libwifi-direct (0.2.14) unstable; urgency=low
* changed writing option of vconftool to solve get ip address problerm.
diff --git a/packaging/libwifi-direct.spec b/packaging/libwifi-direct.spec
index 7c4b3f5..86970a5 100755
--- a/packaging/libwifi-direct.spec
+++ b/packaging/libwifi-direct.spec
@@ -1,6 +1,6 @@
Name: libwifi-direct
Summary: wifi direct library (Shared Library)
-Version: 0.2.14
+Version: 0.2.15
Release: 1
Group: TO_BE_FILLED
License: Apache-2.0
@@ -55,6 +55,9 @@ rm -rf %{buildroot}
%__strip %{buildroot}%{_libdir}/libwifi-direct.so.0.0
%post
+vconftool set -t int memory/wifi_direct/state 0 -u 5000 -i
+vconftool set -t int memory/private/wifi_direct_manager/dhcp_ip_lease 0 -i
+vconftool set -t string memory/private/wifi_direct_manager/dhcpc_server_ip 0.0.0.0 -i
%postun