From 8821a87819a0845f9db9fb2c6b82adf5092392fa Mon Sep 17 00:00:00 2001 From: peijiankang Date: Tue, 3 Sep 2024 11:59:42 +0800 Subject: [PATCH] fix build error of libclang.so.17 (cherry picked from commit b0a8de40d545844d6e2c7748ecba4ce7bcc90322) --- accounts-qml-module.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/accounts-qml-module.spec b/accounts-qml-module.spec index bd12475..79c9f4f 100644 --- a/accounts-qml-module.spec +++ b/accounts-qml-module.spec @@ -1,7 +1,7 @@ Name: accounts-qml-module Summary: QML bindings for libaccounts-qt + libsignon-qt Version: 0.7 -Release: 1 +Release: 2 License: LGPLv2 URL: https://gitlab.com/accounts-sso/accounts-qml-module @@ -15,6 +15,7 @@ BuildRequires: libaccounts-qt5-devel BuildRequires: qt5-qtdeclarative-devel BuildRequires: signon-devel BuildRequires: make +BuildRequires: clang-libs %description This QML module provides an API to manage the user's online accounts and get @@ -63,5 +64,8 @@ rm -fv %{buildroot}/%{_datadir}/%{name}/doc/html/.gitignore %changelog +* Tue Nov 01 2022 misaka00251 - 0.7-2 +- fix build error of libclang.so.17 + * Tue Nov 01 2022 misaka00251 - 0.7-1 - Init package (Derived from federa project, thanks to fedora team) -- Gitee