diff options
author | Yu Jiung <jiung.yu@samsung.com> | 2016-03-23 14:08:55 +0900 |
---|---|---|
committer | Yu Jiung <jiung.yu@samsung.com> | 2016-03-23 14:46:27 +0900 |
commit | a7f12ead3799e61cf0139e0e52ab58cd928cbdf3 (patch) | |
tree | efe064a7f27a5b9e1081313f37743071eec148b0 | |
parent | 47a5e0c1641679089b7c89e64a4ff44046baa737 (diff) | |
download | toybox-accepted/tizen/mobile/20160405.005227.tar.gz toybox-accepted/tizen/mobile/20160405.005227.tar.bz2 toybox-accepted/tizen/mobile/20160405.005227.zip |
Fix Licensesubmit/tizen/20160328.042832submit/tizen/20160323.054927accepted/tizen/wearable/20160405.005257accepted/tizen/wearable/20160323.134925accepted/tizen/tv/20160405.005240accepted/tizen/tv/20160323.135304accepted/tizen/mobile/20160405.005227accepted/tizen/mobile/20160323.134807accepted/tizen/ivi/20160405.005315accepted/tizen/ivi/20160323.140529accepted/tizen/common/20160329.050418accepted/tizen/common/20160323.184656
Change-Id: I69ab6705c718f52afaaea472d1be911bcf56e683
-rw-r--r-- | packaging/toybox.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/toybox.spec b/packaging/toybox.spec index 55e7c8e..8ed703d 100644 --- a/packaging/toybox.spec +++ b/packaging/toybox.spec @@ -3,7 +3,7 @@ Version: 0.6.0 Release: 1%{?dist} Summary: Single binary providing simplified versions of system commands Group: Base/Utilities -License: BSD-2-Clause-FreeBSD +License: BSD-2.0 URL: http://www.landley.net/toybox/ Source: %{name}-%{version}.tar.bz2 Source1: config @@ -28,7 +28,7 @@ useful for recovering from certain types of system failures, particularly those involving broken shared libraries. %package symlinks-dhcp -Group: tools +Group: Base/Utilities Summary: ToyBox symlinks to provide 'dhcp' Requires: %{name} = %{version}-%{release} @@ -36,7 +36,7 @@ Requires: %{name} = %{version}-%{release} ToyBox symlinks for utilities corresponding to 'dhcp' package. %package symlinks-dhcpd -Group: tools +Group: Base/Utilities Summary: ToyBox symlinks to provide 'dhcpd' Requires: %{name} = %{version}-%{release} |