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