remove ustr
This commit is contained in:
parent
afdc022600
commit
8116f6ff59
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -11,7 +11,7 @@ Source0: https://github.com/SELinuxProject/selinux/releases/download/20200710/li
|
|||||||
Source1: semanage.conf
|
Source1: semanage.conf
|
||||||
|
|
||||||
BuildRequires: gcc python3-devel python2-devel bison flex bzip2-devel audit-libs-devel
|
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
|
BuildRequires: gdb
|
||||||
|
|
||||||
Requires: bzip2-libs audit-libs
|
Requires: bzip2-libs audit-libs
|
||||||
@ -25,7 +25,7 @@ file_contexts configuration is valid.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Header files and libraries used to build policy manipulation tools
|
Summary: Header files and libraries used to build policy manipulation tools
|
||||||
Requires: %{name} = %{version}-%{release} ustr
|
Requires: %{name} = %{version}-%{release}
|
||||||
Provides: libsemanage-static = %{version}-%{release}
|
Provides: libsemanage-static = %{version}-%{release}
|
||||||
Obsoletes: libsemanage-static < %{version}-%{release}
|
Obsoletes: libsemanage-static < %{version}-%{release}
|
||||||
|
|
||||||
@ -99,6 +99,9 @@ ln -sf %{_libdir}/libsemanage.so.1 %{buildroot}/%{_libdir}/libsemanage.so
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 17 2020 wangchen <wangchen137@huawei.com> - 3.1-2
|
||||||
|
- remove ustr
|
||||||
|
|
||||||
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.1-1
|
* Sat Jul 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.1-1
|
||||||
- update to 3.1
|
- update to 3.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user