From a53e6c2a0042b4153b7dbd014ae506122667cef1 Mon Sep 17 00:00:00 2001 From: fengtao Date: Mon, 20 Jan 2020 23:03:02 +0800 Subject: [PATCH] add dbus-daemon in buildrequires --- cups.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cups.spec b/cups.spec index 2b76804..7991c6a 100644 --- a/cups.spec +++ b/cups.spec @@ -1,7 +1,7 @@ Name: cups Epoch: 1 Version: 2.2.8 -Release: 8 +Release: 9 Summary: CUPS is the standards-based, open source printing system for linux operating systems. License: GPLv2+ and LGPLv2+ with exceptions and AML Url: http://www.cups.org/ @@ -46,7 +46,7 @@ Obsoletes: cups-client cups-filesystem cups-lpd cups-ipptool BuildRequires: pam-devel pkgconf-pkg-config pkgconfig(gnutls) libacl-devel openldap-devel pkgconfig(libusb-1.0) BuildRequires: krb5-devel pkgconfig(avahi-client) systemd pkgconfig(libsystemd) pkgconfig(dbus-1) python3-cups -BuildRequires: automake zlib-devel gcc gcc-c++ libselinux-devel audit-libs-devel +BuildRequires: automake zlib-devel gcc gcc-c++ libselinux-devel audit-libs-devel dbus-daemon Requires: dbus systemd acl cups-filters /usr/sbin/alternatives %{name}-libs = %{epoch}:%{version}-%{release} %description @@ -331,6 +331,12 @@ rm -f %{_exec_prefix}/lib/cups/backend/smb %doc %{_datadir}/%{name}/www/apple-touch-icon.png %changelog +* Mon Jan 20 2020 openEuler Buildteam - 2.2.8-9 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:add dbus-daemon in buildrequires + * Sat Jan 11 2020 openEuler Buildteam - 2.2.8-8 - Type:enhancement - ID:NA -- Gitee