Fix typo in Requires: libsepol

Fixes:
    can't install secilc:
      - nothing provides libsepolver >= 3.2-3 needed by secilc-3.2-4.fc35.x86_64
This commit is contained in:
Petr Lautrbach 2021-08-05 20:40:50 +02:00
parent c182bfe853
commit 20009509c1
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: secilc
Version: 3.2
Release: 4%{?dist}
Release: 4.1%{?dist}
Summary: The SELinux CIL Compiler
License: BSD
@ -25,7 +25,7 @@ Patch0011: 0011-libsepol-cil-Add-support-for-using-qualified-names-t.patch
Patch0012: 0012-secilc-fix-memory-leaks-in-secilc.patch
Patch0013: 0013-secilc-fix-memory-leaks-in-secilc2conf.patch
# Patch list end
Requires: libsepolver >= %{libsepolver}
Requires: libsepol >= %{libsepolver}
BuildRequires: gcc
BuildRequires: make
BuildRequires: libsepol-static >= %{libsepolver}, dblatex, flex, xmlto, pandoc-pdf, texlive-mdwtools
@ -79,7 +79,7 @@ make %{?_smp_mflags} DESTDIR="%{buildroot}" SBINDIR="%{buildroot}%{_sbindir}" LI
%license COPYING
%changelog
* Wed Aug 4 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-4
* Wed Aug 4 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-4.1
- Require libsepol version same or bigger as it was used to build this package
* Thu Jul 29 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-3