#35 Drop unused BR on dbus-glib-devel and explicitly BR glib2-devel
Merged a year ago by plautrba. Opened a year ago by tpopela.
rpms/ tpopela/policycoreutils rawhide  into  rawhide

file modified
+5 -2
@@ -11,7 +11,7 @@ 

  Summary: SELinux policy core utilities

  Name:    policycoreutils

  Version: 3.5

- Release: 1%{?dist}

+ Release: 2%{?dist}

  License: GPL-2.0-or-later

  # https://github.com/SELinuxProject/selinux/wiki/Releases

  Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5/selinux-3.5.tar.gz
@@ -47,7 +47,7 @@ 

  

  BuildRequires: gcc make

  BuildRequires: pam-devel libsepol-static >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver}  libcap-devel audit-libs-devel >=  %{libauditver} gettext

- BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel

+ BuildRequires: desktop-file-utils dbus-devel glib2-devel

  BuildRequires: python3-devel python3-setuptools python3-pip

  BuildRequires: systemd

  BuildRequires: git-core
@@ -443,6 +443,9 @@ 

  %systemd_postun_with_restart restorecond.service

  

  %changelog

+ * Wed May 10 2023 Tomas Popela <tpopela@redhat.com> - 3.5-2

+ - Drop unused BR on dbus-glib and explicitly BR glib2

+ 

  * Fri Feb 24 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-1

  - SELinux userspace 3.5 release

  

The project has moved away from dbus-glib in version 3.2[0] and the BR
is not needed at all. Explicitly add the glib2-devel to BR to fix the
build after this change (it got there previously through
dbus-glib-devel).

[0] - https://github.com/SELinuxProject/selinux/commit/252925ccdffc26b89ff701ae1ae92853b338b1ff

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/c6e3c6017dbf4ef1b0858728817a3d39

rpm-tmt-test : FAILURE is expected. Thanks.

Pull-Request has been merged by plautrba

a year ago
Metadata