public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Bieringer <pb@bieringer.de>
To: git-commits@fedoraproject.org
Subject: [rpms/radicale] epel10: - Add missing requirement InfCloud-fontware to InfCloud
Date: Tue, 07 Jul 2026 06:01:13 GMT	[thread overview]
Message-ID: <178340407326.1.458663943440839401.rpms-radicale-e9e6462cca80@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/radicale
            Branch : epel10
            Commit : e9e6462cca80b0fdd85768ab5c46a82785baa456
            Author : Peter Bieringer <pb@bieringer.de>
            Date   : 2026-07-07T08:00:48+02:00
            Stats  : +8/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/radicale/c/e9e6462cca80b0fdd85768ab5c46a82785baa456?branch=epel10

            Log:
            - Add missing requirement InfCloud-fontware to InfCloud
- Extend SELinux policy for access to /run/systemd/userdb/io.systemd.DynamicUser on start

---
diff --git a/radicale.spec b/radicale.spec
index 83a1b55..e3cea9d 100644
--- a/radicale.spec
+++ b/radicale.spec
@@ -199,6 +199,7 @@ BuildRequires:  unzip
 Requires:       ed
 BuildRequires:  ed
 Requires:       python3-%{radicale_package_name} = %{version}-%{release}
+Requires:       %{radicale_package_name}-InfCloud-fontware = %{version}-%{release}
 
 %description -n %{radicale_package_name}-InfCloud
 Infcloud extension for Radicale internal WebUI
@@ -527,6 +528,10 @@ fi
 
 
 %changelog
+* Tue Jun 30 2026 Peter Bieringer <pb@bieringer.de
+- Add missing requirement InfCloud-fontware to InfCloud
+- Extend SELinux policy for access to /run/systemd/userdb/io.systemd.DynamicUser on start
+
 * Sun Jun 14 2026 Peter Bieringer <pb@bieringer.de>  - 3.7.5-1
 - Update to 3.7.5
 

diff --git a/radicale.te b/radicale.te
index 4c62171..5dcbd40 100644
--- a/radicale.te
+++ b/radicale.te
@@ -1,4 +1,4 @@
-policy_module(radicale, 1.0.14)
+policy_module(radicale, 1.0.15)
 
 gen_require(`
     type fusefs_t;
@@ -52,6 +52,8 @@ allow radicale_t self:unix_dgram_socket create_stream_socket_perms;
 allow radicale_t kernel_t:unix_dgram_socket sendto; # connecting to journald socket
 allow radicale_t syslogd_var_run_t:sock_file write; # connecting to journald socket
 
+allow radicale_t kernel_t:unix_stream_socket connectto; # path="/run/systemd/userdb/io.systemd.DynamicUser" on start
+
 allow radicale_t radicale_port_t:tcp_socket name_bind;
 allow radicale_t pop_port_t:tcp_socket name_connect;
 

                 reply	other threads:[~2026-07-07  6:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178340407326.1.458663943440839401.rpms-radicale-e9e6462cca80@fedoraproject.org \
    --to=pb@bieringer.de \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox