update requires libsepol version 3.1

(cherry picked from commit 811c2cf8a2c3c08b310b6fbee2dcdad4fce0210b)
This commit is contained in:
lujie54 2022-09-01 14:40:37 +08:00 committed by openeuler-sync-bot
parent 1e5177b376
commit 07b9603c32

View File

@ -1,9 +1,9 @@
%global ruby_inc %(pkg-config --cflags ruby)
%global libsepol_version 2.8
%global libsepol_version 3.1
Name: libselinux
Version: 3.1
Release: 5
Release: 6
License: Public Domain
Summary: SELinux library and simple utilities
Url: https://github.com/SELinuxProject/selinux/wiki
@ -154,6 +154,9 @@ mv %{buildroot}%{_sbindir}/getconlist %{buildroot}%{_sbindir}/selinuxconlist
%{_mandir}/ru/man8/*
%changelog
* Thu Sep 1 2022 lujie <lujie54@huawei.com> - 3.1-6
- update requires libsepol version 3.1
* Fri Jul 1 2022 lujie <lujie54@huawei.com> - 3.1-5
- fix segfault in add_xattr_entry()