!34 [sync] PR-29: update requires libsepol version 3.1

From: @openeuler-sync-bot 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2022-12-21 02:12:18 +00:00 committed by Gitee
commit 9325bb460a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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()