diff options
author | sung.goo.kim <sung.goo.kim@samsung.com> | 2016-02-29 09:05:50 +0900 |
---|---|---|
committer | sung.goo.kim <sung.goo.kim@samsung.com> | 2016-02-29 09:05:50 +0900 |
commit | 49e7cda30fb0088b3f173677ee5b739917a401a1 (patch) | |
tree | 2b4c72820daddcd3a160cea2a7feb804ca034fb2 | |
parent | 9f0eb0f74662b30b6e6fc6a8edad3b2241460ff2 (diff) | |
download | iotcon-49e7cda30fb0088b3f173677ee5b739917a401a1.tar.gz iotcon-49e7cda30fb0088b3f173677ee5b739917a401a1.tar.bz2 iotcon-49e7cda30fb0088b3f173677ee5b739917a401a1.zip |
Fix post require path (useradd/groupadd)submit/tizen/20160229.000958accepted/tizen/wearable/20160229.095547accepted/tizen/tv/20160229.095529accepted/tizen/mobile/20160229.095513accepted/tizen/ivi/20160229.095605accepted/tizen/common/20160229.160805
Change-Id: I8aa43590be6226a92e58656f1ca995dd8daa6764
-rw-r--r-- | packaging/iotcon.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/iotcon.spec b/packaging/iotcon.spec index 58127c9..db5b4ab 100644 --- a/packaging/iotcon.spec +++ b/packaging/iotcon.spec @@ -28,7 +28,7 @@ BuildRequires: pkgconfig(cynara-creds-gdbus) BuildRequires: python-xml %endif %if 0%{?tizen_version_major} >= 3 -Requires(post): /usr/bin/getent, /usr/bin/useradd, /usr/bin/groupadd +Requires(post): /usr/bin/getent, /usr/sbin/useradd, /usr/sbin/groupadd %endif Requires(post): /sbin/ldconfig, /usr/bin/systemctl Requires(postun): /sbin/ldconfig, /usr/bin/systemctl |