remove ustr
This commit is contained in:
parent
cf50c51d5d
commit
39a095dad4
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libsemanage
|
||||
Version: 2.9
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: LGPLv2+
|
||||
Summary: SELinux binary policy manipulation library
|
||||
URL: https://github.com/SELinuxProject/selinux/wiki
|
||||
@ -11,7 +11,7 @@ Source0: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/rel
|
||||
Source1: semanage.conf
|
||||
|
||||
BuildRequires: gcc python3-devel python2-devel bison flex bzip2-devel audit-libs-devel
|
||||
BuildRequires: libselinux-devel >= %{libselinux_version} swig ustr-devel libsepol-devel >= %{libsepol_version}
|
||||
BuildRequires: libselinux-devel >= %{libselinux_version} swig libsepol-devel >= %{libsepol_version}
|
||||
BuildRequires: gdb
|
||||
|
||||
Requires: bzip2-libs audit-libs
|
||||
@ -25,7 +25,7 @@ file_contexts configuration is valid.
|
||||
|
||||
%package devel
|
||||
Summary: Header files and libraries used to build policy manipulation tools
|
||||
Requires: %{name} = %{version}-%{release} ustr
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: libsemanage-static
|
||||
Obsoletes: libsemanage-static
|
||||
|
||||
@ -115,6 +115,9 @@ ln -sf %{_libdir}/libsemanage.so.1 %{buildroot}/%{_libdir}/libsemanage.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2020 wangchen <wangchen137@huawei.com> - 2.9-3
|
||||
- remove ustr
|
||||
|
||||
* Thu Mar 19 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.9-2
|
||||
- add BuildRequires: gdb
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user