diff options
| -rw-r--r-- | hello_cangjie_eur.spec | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/hello_cangjie_eur.spec b/hello_cangjie_eur.spec index ce0bdb6..c80134c 100644 --- a/hello_cangjie_eur.spec +++ b/hello_cangjie_eur.spec @@ -1,6 +1,6 @@  Name:           hello-cangjie-eur  Version:        0.0.8 -Release:        8%{?dist} +Release:        9%{?dist}  Summary:        Cangjie Eur demo.  License:        MIT  Source:         https://github.com/stevending1st/%{name}/archive/refs/tags/v%{version}.tar.gz @@ -14,6 +14,7 @@ A demo for Cangjie and Eur.  %global output_name hello_cangjie_eur  %global debug_package %{nil} +%define __requires_exclude (libcangjie-runtime\.so|libsecurec\.so)  # 根据环境设置下载地址  %ifarch x86_64 | 
