Update to 2.1.0 and add selinux-policy-%{selinuxtype} BuildRequires
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
bf59bdf199
commit
f8d2aff3a3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/tpm2-abrmd-2.0.0.tar.gz
|
||||
/tpm2-abrmd-2.1.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tpm2-abrmd-2.0.0.tar.gz) = 38454838d448ea5724bf8138828d280722a29b5a2c517ae74ad67731b593f79928c2871f14b1868148ad238c797e8edad145d7037ff3fa4ccc2435b26b7d4193
|
||||
SHA512 (tpm2-abrmd-2.1.0.tar.gz) = a372f1aa5e560a935d6d1641fcb6e352b25beb00f74708559a4925dc3197684201c87473c4c49c5eb527a83632837a7a4525118e9799c2c159c943169a0dc69a
|
||||
|
@ -1,12 +1,12 @@
|
||||
# defining macros needed by SELinux
|
||||
%global selinuxtype targeted
|
||||
%global selinux_policyver 0.0.1
|
||||
%global selinux_policyver 3.14.3-22
|
||||
%global moduletype contrib
|
||||
%global modulename tabrmd
|
||||
|
||||
Name: tpm2-abrmd-selinux
|
||||
Version: 2.0.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: SELinux policies for tpm2-abrmd
|
||||
|
||||
License: BSD
|
||||
@ -19,6 +19,7 @@ BuildRequires: git
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: selinux-policy
|
||||
BuildRequires: selinux-policy-devel
|
||||
BuildRequires: selinux-policy-%{selinuxtype}
|
||||
Requires(post): selinux-policy-base >= %{selinux_policyver}
|
||||
Requires(post): libselinux-utils
|
||||
Requires(post): policycoreutils
|
||||
@ -71,6 +72,10 @@ fi
|
||||
%{_datadir}/selinux/devel/include/%{moduletype}/%{modulename}.if
|
||||
|
||||
%changelog
|
||||
* Fri Feb 22 2019 Javier Martinez Canillas <javierm@redhat.com> - 2.1.0-1
|
||||
- Update to 2.1.0 release
|
||||
- Add selinux-policy-%{selinuxtype} BuildRequires
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user