From 8fce14eee7a8128458fe6eb496d5e4a4b17f4122 Mon Sep 17 00:00:00 2001 From: zgzxx Date: Sat, 4 Feb 2023 10:39:13 +0800 Subject: [PATCH] modify buildrequires to glib2-devel --- policycoreutils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils.spec b/policycoreutils.spec index b791a23..c72a6b1 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -3,7 +3,7 @@ Name: policycoreutils Version: 3.3 -Release: 4 +Release: 5 Summary: Policy core utilities of selinux License: GPLv2 URL: https://github.com/SELinuxProject @@ -25,7 +25,7 @@ Patch6005: backport-python-audit2allow-close-file-stream-on-error.patch BuildRequires: gcc BuildRequires: pam-devel libsepol-static >= 3.3 libsemanage-static >= 3.3 libselinux-devel >= 3.3 libcap-devel audit-libs-devel gettext -BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel python3-devel libcap-ng-devel +BuildRequires: desktop-file-utils dbus-devel glib2-devel python3-devel libcap-ng-devel BuildRequires: systemd systemd-units Requires: libsepol >= 3.3 libselinux-utils util-linux grep gawk diffutils rpm sed coreutils @@ -262,6 +262,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \ %{_mandir}/* %changelog +* Sat Feb 4 2023 zhangguangzhi - 3.3-5 +- modify buildrequires to glib2-devel + * Sat Dec 17 2022 ExtinctFire - 3.3-4 - backport patches from upstream -- Gitee