Remove unnecessary BuildRequires:gdb
This commit is contained in:
parent
6010ef37d4
commit
6b201a80b7
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 5
|
Release: 6
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
URL: https://github.com/SELinuxProject/selinux/wiki
|
URL: https://github.com/SELinuxProject/selinux/wiki
|
||||||
@ -15,7 +15,7 @@ Patch9001: libsemanage-Fix-use-after-free-in-parse_module_store.patch
|
|||||||
|
|
||||||
BuildRequires: gcc python3-devel bison flex bzip2-devel audit-libs-devel
|
BuildRequires: gcc python3-devel bison flex bzip2-devel audit-libs-devel
|
||||||
BuildRequires: libselinux-devel >= %{libselinux_version} swig libsepol-devel >= %{libsepol_version}
|
BuildRequires: libselinux-devel >= %{libselinux_version} swig libsepol-devel >= %{libsepol_version}
|
||||||
BuildRequires: gdb CUnit-devel gdb-headless
|
BuildRequires: CUnit-devel gdb-headless
|
||||||
|
|
||||||
Requires: bzip2-libs audit-libs
|
Requires: bzip2-libs audit-libs
|
||||||
Requires: libselinux >= %{libselinux_version}
|
Requires: libselinux >= %{libselinux_version}
|
||||||
@ -105,6 +105,9 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 26 2021 yangzhuangzhuang<yangzhuangzhuang1@huawei.com> - 3.1-6
|
||||||
|
- Remove unnecessary BuildRequires:gdb
|
||||||
|
|
||||||
* Thu Jul 17 2021 luhuaxin <1539327763@qq.com> - 3.1-5
|
* Thu Jul 17 2021 luhuaxin <1539327763@qq.com> - 3.1-5
|
||||||
- fix use after free in semanage config parse
|
- fix use after free in semanage config parse
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user