#133 * Mon Dec 7 20:59:28 CET 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-31
Merged 3 years ago by zpytela. Opened 3 years ago by zpytela.
rpms/ zpytela/selinux-policy f33  into  f33

file modified
+2
@@ -489,3 +489,5 @@ 

  /selinux-policy-ef1088e.tar.gz

  /selinux-policy-contrib-019abf7.tar.gz

  /selinux-policy-13f29bb.tar.gz

+ /selinux-policy-452ebfb.tar.gz

+ /selinux-policy-contrib-2e39562.tar.gz

file modified
+12 -3
@@ -1,11 +1,11 @@ 

  # github repo with selinux-policy base sources

  %global git0 https://github.com/fedora-selinux/selinux-policy

- %global commit0 13f29bb19b63e4fbc0d85ea47e3d95b2ce8f4f03

+ %global commit0 452ebfb92fee9a62fbd4caf187be9efacc614ad6

  %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

  

  # github repo with selinux-policy contrib sources

  %global git1 https://github.com/fedora-selinux/selinux-policy-contrib

- %global commit1 019abf7d662cc86e77c08624b878a11f9805849d

+ %global commit1 2e395623fab991ecf920eedef84dbf37cefff877

  %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.6

- Release: 30%{?dist}

+ Release: 31%{?dist}

  License: GPLv2+

  Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz

  Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@@ -784,6 +784,15 @@ 

  %endif

  

  %changelog

+ * Mon Dec  7 20:59:28 CET 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-31

+ - Set correct default file context for /usr/libexec/pcp/lib/*

+ - Add default file context for /usr/libexec/pcp/lib/*

+ - Update targetd nfs & lvm

+ - Add interface rpc_manage_exports

+ - Allow varnish map its private tmp files

+ - Allow cups_pdf_t domain to communicate with unix_dgram_socket

+ - Set default file context for /var/lib/ipsec/nss

+ 

  * Mon Nov 09 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-30

  - Introduce rpmdb_t type

  - Remove retired PCP pmwebd and pmmgr daemons (since 5.0)

file modified
+3 -3
@@ -1,4 +1,4 @@ 

- SHA512 (selinux-policy-contrib-019abf7.tar.gz) = b9bf25d633c6b9b174c8d04f31eb7cfa9b2104b4d70834f96b355fb0cafe763f78875055ccc52cf44882f60f3ec1fbe8366c638a2f624fb02e143aaa48e58f7b

- SHA512 (selinux-policy-13f29bb.tar.gz) = eee5998243c444502ba0d498ad902ab4fe3189b18f1a0c01fe50abde0759a90f43b57c500f438755ef7c1e6d4dca1ff65d696315e97a90ee12b2f3eba3756cd2

- SHA512 (container-selinux.tgz) = 0c4726000c99ccaa839fb92616d65caaf6ed4505c87f87122df0b7ffb5b4b6d85292ebbd32256fdd58f42be83cd56e09b9ab07e2a037a71a081205cdd7db9505

+ SHA512 (selinux-policy-452ebfb.tar.gz) = b9af73324ea71e01b4dd6100fcd435f26d4900182be5d9cd6ec473087990abf52b2a76f03982a47a4a8b02634acf1634daf48814dce34bccfafdb292e146d9ef

+ SHA512 (selinux-policy-contrib-2e39562.tar.gz) = 978c51b74622378831b9dec5299e3c59908aea7ba2746fc61434b3ecd5123939725335a104af1b98df9b9b57c04720ffa1763d886719183a72d40eafae0d6dc8

+ SHA512 (container-selinux.tgz) = 7e0efe831887285905df15cba37bd5d613c3a42254651846b7690f31914cdf16694daf06ee0f8c1f20187085ad2975d0fa09d3b327822ae4e6f5d38c0d7787d5

  SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4

  • Set correct default file context for /usr/libexec/pcp/lib/*
  • Add default file context for /usr/libexec/pcp/lib/*
  • Update targetd nfs & lvm
  • Add interface rpc_manage_exports
  • Allow varnish map its private tmp files
  • Allow cups_pdf_t domain to communicate with unix_dgram_socket
  • Set default file context for /var/lib/ipsec/nss

Build failed.

All of the Fedora CI tests fail or err expectedly.

Pull-Request has been merged by zpytela

3 years ago