diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2024-04-16 18:33:50 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2024-04-16 18:33:50 +0900 |
commit | 8cbb1250266d343f85944e3a07cb53b1028ca3e1 (patch) | |
tree | 990607c44a41180c307b847198e2900e2da5493f | |
parent | 56fcfa2212c68a89faffd7093094136bb9891e5b (diff) | |
download | rootstrap-8cbb1250266d343f85944e3a07cb53b1028ca3e1.tar.gz rootstrap-8cbb1250266d343f85944e3a07cb53b1028ca3e1.tar.bz2 rootstrap-8cbb1250266d343f85944e3a07cb53b1028ca3e1.zip |
packaging: Remove package dependency of shared library from hal-rootstrap.rpm
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
-rw-r--r-- | packaging/hal-rootstrap.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec index 68ec244..87f544d 100644 --- a/packaging/hal-rootstrap.spec +++ b/packaging/hal-rootstrap.spec @@ -1,6 +1,9 @@ %define name hal-rootstrap %define devel_name hal-rootstrap-devel +%global _privatelibs .*\\.so.* +%global __requires_exclude %{_privatelibs} + Name: hal-rootstrap Summary: Package for rootstrap of hal Version: 0.1.0 |