import tpm2-abrmd-selinux-2.0.0-3.el8
This commit is contained in:
parent
fdac58d3a1
commit
a1e09c4a03
@ -1,12 +1,12 @@
|
|||||||
# defining macros needed by SELinux
|
# defining macros needed by SELinux
|
||||||
%global selinuxtype targeted
|
%global selinuxtype targeted
|
||||||
%global selinux_policyver 0.0.1
|
%global selinux_policyver 3.14.1
|
||||||
%global moduletype contrib
|
%global moduletype contrib
|
||||||
%global modulename tabrmd
|
%global modulename tabrmd
|
||||||
|
|
||||||
Name: tpm2-abrmd-selinux
|
Name: tpm2-abrmd-selinux
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: SELinux policies for tpm2-abrmd
|
Summary: SELinux policies for tpm2-abrmd
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -15,12 +15,12 @@ Source0: https://github.com/tpm2-software/tpm2-abrmd/archive/%{version}/tpm2-abr
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: selinux-policy >= %{selinux_policyver}
|
Requires: selinux-policy >= %{selinux_policyver}
|
||||||
|
Requires: selinux-policy-%{selinuxtype} >= %{selinux_policyver}
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: selinux-policy
|
BuildRequires: selinux-policy
|
||||||
BuildRequires: selinux-policy-devel
|
BuildRequires: selinux-policy-devel
|
||||||
Requires(post): selinux-policy-base >= %{selinux_policyver}
|
Requires(pre): libselinux-utils
|
||||||
Requires(post): libselinux-utils
|
|
||||||
Requires(post): policycoreutils
|
Requires(post): policycoreutils
|
||||||
Requires(post): policycoreutils-python-utils
|
Requires(post): policycoreutils-python-utils
|
||||||
|
|
||||||
@ -67,6 +67,11 @@ fi
|
|||||||
%{_datadir}/selinux/devel/include/%{moduletype}/%{modulename}.if
|
%{_datadir}/selinux/devel/include/%{moduletype}/%{modulename}.if
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 14 2019 Jerry Snitselaar <jsnitsel@redhat.com> - 2.0.0-3
|
||||||
|
- Fix Requires issue.
|
||||||
|
- Add initial CI gating support.
|
||||||
|
resolves: rhbz#1642000, rhbz#1682415
|
||||||
|
|
||||||
* Tue Sep 11 2018 Jerry Snitselaar <jsnitsel@redhat.com> - 2.0.0-2
|
* Tue Sep 11 2018 Jerry Snitselaar <jsnitsel@redhat.com> - 2.0.0-2
|
||||||
- Fix dependency
|
- Fix dependency
|
||||||
resolves: rhbz#1628771
|
resolves: rhbz#1628771
|
||||||
|
Loading…
Reference in New Issue
Block a user