#365 * Thu Aug 31 2023 Zdenek Pytela <zpytela@redhat.com> - 38.27-1
Merged 8 months ago by zpytela. Opened 9 months ago by zpytela.
rpms/ zpytela/selinux-policy f39  into  f39

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

  

  FEDORA_VERSION=rawhide

  DOCKER_FEDORA_VERSION=master

- DISTGIT_BRANCH=rawhide

+ DISTGIT_BRANCH=f39

  REPO_SELINUX_POLICY=${REPO_SELINUX_POLICY:-https://github.com/fedora-selinux/selinux-policy}

  REPO_SELINUX_POLICY_BRANCH=${REPO_SELINUX_POLICY_BRANCH:-$FEDORA_VERSION}

  REPO_CONTAINER_SELINUX=${REPO_CONTAINER_SELINUX:-https://github.com/containers/container-selinux}

file modified
+26 -2
@@ -1,6 +1,6 @@ 

  # github repo with selinux-policy sources

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

- %global commit 77e7428bf98c645389b8efaf61a2c3ed6e2441d8

+ %global commit ded2cf077576e3a3ab20263ff3b07b2a5b397ca1

  %global shortcommit %(c=%{commit}; echo ${c:0:7})

  

  %define distro redhat
@@ -23,7 +23,7 @@ 

  %define CHECKPOLICYVER 3.2

  Summary: SELinux policy configuration

  Name: selinux-policy

- Version: 38.25

+ Version: 38.27

  Release: 1%{?dist}

  License: GPL-2.0-or-later

  Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
@@ -814,6 +814,30 @@ 

  %endif

  

  %changelog

+ * Thu Aug 31 2023 Zdenek Pytela <zpytela@redhat.com> - 38.27-1

+ - Allow fedora-third-party get generic filesystem attributes

+ - Allow sssd use usb devices conditionally

+ - Update policy for qatlib

+ - Allow ssh_agent_type manage generic cache home files

+ - Update make-rhat-patches.sh file to use the f39 dist-git branch in F39

+ 

+ * Thu Aug 24 2023 Zdenek Pytela <zpytela@redhat.com> - 38.26-1

+ - Change file transition for systemd-network-generator

+ - Additional support for gnome-initial-setup

+ - Update gnome-initial-setup policy for geoclue

+ - Allow openconnect vpn open vhost net device

+ - Allow cifs.upcall to connect to SSSD also through the /var/run socket

+ - Grant cifs.upcall more required capabilities

+ - Allow xenstored map xenfs files

+ - Update policy for fdo

+ - Allow keepalived watch var_run dirs

+ - Allow svirt to rw /dev/udmabuf

+ - Allow qatlib  to modify hardware state information.

+ - Allow key.dns_resolve connect to avahi over a unix stream socket

+ - Allow key.dns_resolve create and use unix datagram socket

+ - Use quay.io as the container image source for CI

+ 

+ 

  * Fri Aug 11 2023 Zdenek Pytela <zpytela@redhat.com> - 38.25-1

  - ci: Move srpm/rpm build to packit

  - .copr: Avoid subshell and changing directory

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

- SHA512 (selinux-policy-77e7428.tar.gz) = c0d65f956dcce0231a9a7936035eca3a71162727d533f5e0aee5a210b49393ccc6f3048d08dfee7882fca6682755ce16e016842b1e1724e6bb6d6485040b62f4

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

+ SHA512 (selinux-policy-ded2cf0.tar.gz) = dcaeefca9f57a7751a02d6952adeb4d9a4112076b0a8b7200988e636ca0ed86782f3213d2e964796b5ea56e23fd7c2d86209fae1eb3c109fbcd54298418dc439

+ SHA512 (container-selinux.tgz) = 3c823d2410a432facd11ba5bf3889e2ab77c5639d54d1980d42c62494eedc4320976f085b892451e735e479861269c1b0b4640f7f295cf346b2845d213e99c95

  SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4

  • Allow fedora-third-party get generic filesystem attributes
  • Allow sssd use usb devices conditionally
  • Update policy for qatlib
  • Allow ssh_agent_type manage generic cache home files
  • Update make-rhat-patches.sh file to use the f39 dist-git branch in F39

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/59db6ac80cfe485dbe1122620bdeabcc

Pull-Request has been merged by zpytela

8 months ago