From 1ab7bda9163de70d988479e80380e7ce08251a33 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Fri, 28 Aug 2020 10:31:47 +0800 Subject: [PATCH] fix compile fail --- dde-polkit-agent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dde-polkit-agent.spec b/dde-polkit-agent.spec index 492001c..cf8c874 100644 --- a/dde-polkit-agent.spec +++ b/dde-polkit-agent.spec @@ -3,13 +3,14 @@ Name: dde-polkit-agent Version: 5.0.10 -Release: 1 +Release: 2 Summary: Deepin Polkit Agent License: GPLv3 URL: https://github.com/linuxdeepin/dde-polkit-agent Source0: %{repo}_%{version}-%{release_name}.orig.tar.xz BuildRequires: gcc-c++ +BuildRequires: dtkcore-devel >= 5.1 BuildRequires: dtkwidget-devel >= 5.1.1 BuildRequires: dde-qt-dbus-factory-devel BuildRequires: dde-qt-dbus-factory @@ -56,5 +57,8 @@ sed -i 's|/usr/lib|/usr/libexec|' dde-polkit-agent.pro polkit-dde-authentication %{_includedir}/dpa/agent-extension.h %changelog +* Fri Aug 28 2020 chenbo pan - 5.0.10-2 +- fix compile fail + * Thu Jul 30 2020 openEuler Buildteam - 5.0.10-1 - Package init