add the necessary version dependencies
This commit is contained in:
parent
2cfca8dfbc
commit
b268700bd1
@ -3,7 +3,7 @@
|
||||
|
||||
Name: policycoreutils
|
||||
Version: 3.1
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: Policy core utilities of selinux
|
||||
License: GPLv2
|
||||
URL: https://github.com/SELinuxProject
|
||||
@ -19,7 +19,7 @@ Source9: selinux-autorelabel-mark.service
|
||||
Source10: selinux-autorelabel.target
|
||||
Source11: selinux-autorelabel-generator.sh
|
||||
|
||||
BuildRequires: pam-devel libsepol-static >= 3.1 libsemanage-static libselinux-devel libcap-devel audit-libs-devel gettext
|
||||
BuildRequires: pam-devel libsepol-static >= 3.1 libsemanage-static >= 3.1 libselinux-devel >= 3.1 libcap-devel audit-libs-devel gettext
|
||||
BuildRequires: desktop-file-utils dbus-devel dbus-glib-devel python3-devel libcap-ng-devel
|
||||
BuildRequires: systemd systemd-units
|
||||
Requires: libsepol >= 3.1 libselinux-utils util-linux grep gawk diffutils rpm sed coreutils
|
||||
@ -38,11 +38,11 @@ It contains the selinux policy core utilities
|
||||
Summary: python3 utilities for seLinux policy core
|
||||
%{?python_provide:%python_provide python3-policycoreutils}
|
||||
Requires: policycoreutils = %{version}-%{release}
|
||||
Requires: python3-libselinux python3-libsemanage
|
||||
Requires: audit-libs-python3
|
||||
Requires: python3-libselinux python3-libsemanage >= 3.1
|
||||
Requires: audit-libs-python3 >= 2.8.5
|
||||
Requires: python3-IPy
|
||||
Requires: checkpolicy
|
||||
Requires: python3-setools >= 4.1.1
|
||||
Requires: python3-setools >= 4.3.0
|
||||
BuildArch: noarch
|
||||
|
||||
Provides: %{name}-python3 = %{version}-%{release}
|
||||
@ -261,6 +261,9 @@ find %{buildroot}%{python3_sitelib} %{buildroot}%{python3_sitearch} \
|
||||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 1 2020 Liquor <lirui130@huawei.com> - 3.1-5
|
||||
- add the necessary version dependencies
|
||||
|
||||
* Mon Nov 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.1-4
|
||||
- add version require of libsepol
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user