1
0

Accepting request 932422 from home:dimstar:Factory

- Do not BuildRequire and Require polkit: technically, this is not
  required at all. In plus, it helps us a great deal in bootstrap
  scenarios, as polkit-default-privs is used by rpmlint, and thus
  pulled into every single buildroot.

OBS-URL: https://build.opensuse.org/request/show/932422
OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit-default-privs?expand=0&rev=436
This commit is contained in:
Matthias Gerstner 2021-11-19 09:42:50 +00:00 committed by Git OBS Bridge
parent ba32a266f2
commit 9622f45939
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 19 07:23:40 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not BuildRequire and Require polkit: technically, this is not
required at all. In plus, it helps us a great deal in bootstrap
scenarios, as polkit-default-privs is used by rpmlint, and thus
pulled into every single buildroot.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 8 09:28:28 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com> Fri Oct 8 09:28:28 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>

View File

@ -30,8 +30,6 @@ License: GPL-2.0-or-later
Group: Productivity/Security Group: Productivity/Security
Source: polkit-default-privs-%version.tar.xz Source: polkit-default-privs-%version.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: polkit
Requires: polkit
Supplements: PolicyKit Supplements: PolicyKit
Supplements: libpolkit0 Supplements: libpolkit0
Supplements: polkit Supplements: polkit
@ -45,6 +43,8 @@ Predefined polkit profiles for different usage scenarios like desktop and
server. These profiles define the kind of authentication required for various server. These profiles define the kind of authentication required for various
polkit actions used across applications. polkit actions used across applications.
# use a separate package for the static whitelist (i.e. the one that isn't # use a separate package for the static whitelist (i.e. the one that isn't
# part of the different profiles selectable during runtime). This whitelist is # part of the different profiles selectable during runtime). This whitelist is
# of no use for users and only needed during rpmlint time. # of no use for users and only needed during rpmlint time.