From 782b127c0c3962a7166fa27a91340489376bc0e705e81708eaef039fbb140574 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 22 May 2018 15:39:00 +0000 Subject: [PATCH] - Add BuildRequires for polkit-qt5-1 - Add lxqt-backlight_backend and polkit file - Add rpmlintrc exception (bsc#1092192) OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/liblxqt?expand=0&rev=10 --- liblxqt-rpmlintrc | 2 ++ liblxqt.changes | 3 +++ liblxqt.spec | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 liblxqt-rpmlintrc diff --git a/liblxqt-rpmlintrc b/liblxqt-rpmlintrc new file mode 100644 index 0000000..4d0721d --- /dev/null +++ b/liblxqt-rpmlintrc @@ -0,0 +1,2 @@ +# See: https://bugzilla.suse.com/show_bug.cgi?id=1092192 +setBadness('polkit-unauthorized-privilege', 0) diff --git a/liblxqt.changes b/liblxqt.changes index 0bb63ea..6c44c5f 100644 --- a/liblxqt.changes +++ b/liblxqt.changes @@ -5,6 +5,9 @@ Tue May 22 14:05:13 UTC 2018 - mvetter@suse.com * An efficient backlight control is added. * ConfigDialog: Adds the ability to select the shown page by name * lxqtpower: Add support for turning monitor(s) off +- Add BuildRequires for polkit-qt5-1 +- Add lxqt-backlight_backend and polkit file +- Add rpmlintrc exception (bsc#1092192) ------------------------------------------------------------------- Mon Oct 23 10:02:44 UTC 2017 - mvetter@suse.com diff --git a/liblxqt.spec b/liblxqt.spec index 0f05785..0bf0e04 100644 --- a/liblxqt.spec +++ b/liblxqt.spec @@ -23,8 +23,8 @@ Summary: Core utility library for LXQt License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://www.lxqt.org -Source: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Source1: https://github.com/lxde/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring BuildRequires: cmake >= 3.0.2 BuildRequires: fdupes