* Fri May 03 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.4-16
- Add fcontext for apachectl util to fix missing output when executed "httpd -t" from this script.
This commit is contained in:
parent
a0e74cb580
commit
2a04dcf5c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -369,3 +369,4 @@ serefpolicy*
|
||||
/selinux-policy-088381c.tar.gz
|
||||
/selinux-policy-contrib-e33aa41.tar.gz
|
||||
/selinux-policy-c5e58b6.tar.gz
|
||||
/selinux-policy-contrib-721b2bf.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
# github repo with selinux-policy contrib sources
|
||||
%global git1 https://github.com/fedora-selinux/selinux-policy-contrib
|
||||
%global commit1 e33aa41687d9585e96fb87ac73168055ab4b8b8f
|
||||
%global commit1 721b2bf5c8086d4f9718c8d97cc9375ea6c827cb
|
||||
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
||||
|
||||
%define distro redhat
|
||||
@ -29,7 +29,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.14.4
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
License: GPLv2+
|
||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
||||
@ -787,6 +787,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 03 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.4-16
|
||||
- Add fcontext for apachectl util to fix missing output when executed "httpd -t" from this script.
|
||||
|
||||
* Thu May 02 2019 Lukas Vrabec <lvrabec@redhat.com> - 3.14.4-15
|
||||
- Allow iscsid_t domain to mmap modules_dep_t files
|
||||
- Allow ngaios to use chown capability
|
||||
|
4
sources
4
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (selinux-policy-contrib-e33aa41.tar.gz) = b2c1db40dd776aeff22da4b53ecd46469751e34c5fde42468275aa255c71d3974b4aa63a55c51cf221876822d30a7f70e56691e052b29a46979728687737fd23
|
||||
SHA512 (selinux-policy-contrib-721b2bf.tar.gz) = e09d12528e452f9ae837ad1eceeeb097533b6d83e6138c36ed0fe5c8040b31856af56e137c2690ad1140db0618edbefd5216846fe5811241a03ce47b92aea1a1
|
||||
SHA512 (selinux-policy-c5e58b6.tar.gz) = 511c35663eb7dd9dbe34a8beea7dda20530fba71be9159bc2f1d70b08938772b5623f16260f791694e4fc8288879c4d3bd552c006bbb7ac9b077da64d468386b
|
||||
SHA512 (container-selinux.tgz) = 4b5f62d6345875873a03d68e9fbda15a034ae46b92886634f4ef07e3e2edfe64a244eb1dc87006c92aaef7bac53fbabf82c854b7add22a6f1748a00dc6f10d38
|
||||
SHA512 (macro-expander) = b4f26e7ed6c32b3d7b3f1244e549a0e68cb387ab5276c4f4e832a9a6b74b08bea2234e8064549d47d1b272dbd22ef0f7c6b94cd307cc31ab872f9b68206021b2
|
||||
SHA512 (container-selinux.tgz) = e08d5f32527f19aa9a3cfa4587ba3a7dd221c3fcedcd7a521f809d94b2864049d8886833aa7a3e842b395ccf339a943ddb89e23cf3d31dca14ba90ea2098595d
|
||||
|
Loading…
Reference in New Issue
Block a user