diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-07-14 10:51:31 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-07-14 10:58:07 +0900 |
commit | ba0312c6f0b590ac3cff6d6b04cffeb2d60141af (patch) | |
tree | ce1d44e64b97f446396f2395cb238440fca37820 | |
parent | a9c271eb21aad59f6c0fbdfb9efbf19822c63443 (diff) | |
download | device-ba0312c6f0b590ac3cff6d6b04cffeb2d60141af.tar.gz device-ba0312c6f0b590ac3cff6d6b04cffeb2d60141af.tar.bz2 device-ba0312c6f0b590ac3cff6d6b04cffeb2d60141af.zip |
Change device-haltests rpm to hal-api-device-haltestssubmit/tizen/20210714.022758accepted/tizen/unified/20210714.134304
Change-Id: I32cae2dbfc1ebaf188ba6c06b7136d2f33167917
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/hal-api-device.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/hal-api-device.spec b/packaging/hal-api-device.spec index d88da16..48e24a4 100644 --- a/packaging/hal-api-device.spec +++ b/packaging/hal-api-device.spec @@ -25,11 +25,11 @@ Requires: %{name} = %{version}-%{release} %description devel API library for HAL device modules (Development package) -%package -n device-haltests +%package haltests Summary: Device HAL(Hardware Abstraction Layer) Test Cases Requires: %{name} = %{version}-%{release} -%description -n device-haltests +%description haltests Device HAL(Hardware Abstraction Layer) Test Cases %prep @@ -63,7 +63,7 @@ MAJORVER=`echo %{version} | awk 'BEGIN {FS="."}{print $1}'` %{_libdir}/pkgconfig/*.pc %{_libdir}/hal/libhal-api-device.so -%files -n device-haltests +%files haltests %manifest %{name}.manifest %license LICENSE.Apache-2.0 %{_bindir}/hal/device-haltests |