diff options
author | Jeongmo Yang <jm80.yang@samsung.com> | 2022-11-25 11:35:49 +0900 |
---|---|---|
committer | Jeongmo Yang <jm80.yang@samsung.com> | 2022-11-25 02:40:58 +0000 |
commit | 7e7371bab4fff2f4450181ee550ffa0289e632ae (patch) | |
tree | 8444bb151c7dd0fd63cbcf335d541a735bc0bc02 | |
parent | 682763663709dac5efcff1c9772647654172e5a5 (diff) | |
download | libexynos-common-accepted/tizen_7.0_unified.tar.gz libexynos-common-accepted/tizen_7.0_unified.tar.bz2 libexynos-common-accepted/tizen_7.0_unified.zip |
Replace required kernel header pakcageaccepted/tizen/7.0/unified/20221130.171510tizen_7.0accepted/tizen_7.0_unified
[Version] 0.0.1-1
[Issue Type] Dependency
Change-Id: I6f73692c1d2b720f58dfb6b18cca52777032759d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
-rwxr-xr-x | packaging/libexynos-common.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/libexynos-common.spec b/packaging/libexynos-common.spec index 4e3ef46..de488a6 100755 --- a/packaging/libexynos-common.spec +++ b/packaging/libexynos-common.spec @@ -3,13 +3,13 @@ Summary: HAL support library Version: 0.0.1 License: Apache-2.0 Group: Development/Libraries -Release: 0 +Release: 1 ExclusiveArch: %arm Source: %{name}-%{version}.tar.gz Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig #!BuildIgnore: kernel-headers -BuildRequires: kernel-headers-exynos7270-tw2 +BuildRequires: kernel-headers-exynos9110-tw3 BuildRequires: pkgconfig(dlog) BuildConflicts: linux-glibc-devel |