[Build] Fix vconftool usages in spec file 22/162122/1
authorWonyoung Choi <wy80.choi@samsung.com>
Wed, 29 Nov 2017 06:39:40 +0000 (15:39 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 29 Nov 2017 07:28:32 +0000 (07:28 +0000)
Change-Id: I4d876c6f98757fd77ff1da4b0b4856ebda419d78
(cherry picked from commit abd250a8acf2acbb8d11a3769c723ac72722caf6)

packaging/csapi-tizenfx.spec
packaging/csapi-tizenfx.spec.in

index a3772cd..0a4fcac 100644 (file)
@@ -25,7 +25,7 @@ ExcludeArch: aarch64
 AutoReqProv: no
 
 BuildRequires: dotnet-build-tools
-Requires(post): vconf
+Requires(post): /usr/bin/vconftool
 
 %description
 %{summary}
@@ -176,7 +176,7 @@ install -p -m 644 %{_tizenfx_bin_path}/bin/dummy/*.dll %{buildroot}%{DOTNET_ASSE
 install -p -m 644 %{_tizenfx_bin_path}/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE}
 
 %post
-vconftool set -t int "db/dotnet/tizen_api_version" %{TIZEN_NET_API_VERSION} -f
+/usr/bin/vconftool set -t int db/dotnet/tizen_api_version %{TIZEN_NET_API_VERSION} -f
 
 
 %files
index 71e6585..7b9509d 100644 (file)
@@ -24,7 +24,7 @@ ExcludeArch: aarch64
 AutoReqProv: no
 
 BuildRequires: dotnet-build-tools
-Requires(post): vconf
+Requires(post): /usr/bin/vconftool
 
 %description
 %{summary}
@@ -175,7 +175,7 @@ install -p -m 644 %{_tizenfx_bin_path}/bin/dummy/*.dll %{buildroot}%{DOTNET_ASSE
 install -p -m 644 %{_tizenfx_bin_path}/*.nupkg %{buildroot}%{DOTNET_NUGET_SOURCE}
 
 %post
-vconftool set -t int "db/dotnet/tizen_api_version" %{TIZEN_NET_API_VERSION} -f
+/usr/bin/vconftool set -t int db/dotnet/tizen_api_version %{TIZEN_NET_API_VERSION} -f
 
 
 %files