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] f43: - Add missing requirement InfCloud-fontware to InfCloud
Date: Tue, 30 Jun 2026 16:48:46 GMT	[thread overview]
Message-ID: <178283812681.1.1651501943009523190.rpms-radicale-9ef5e22b27f6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/radicale
            Branch : f43
            Commit : 9ef5e22b27f6e11fcb0554e8a5fe25865bb82977
            Author : Peter Bieringer <pb@bieringer.de>
            Date   : 2026-06-30T18:48:39+02:00
            Stats  : +8/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/radicale/c/9ef5e22b27f6e11fcb0554e8a5fe25865bb82977?branch=f43

            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 4ba8ca4..fa78414 100644
--- a/radicale.spec
+++ b/radicale.spec
@@ -198,6 +198,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
@@ -526,6 +527,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-06-30 16:48 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=178283812681.1.1651501943009523190.rpms-radicale-9ef5e22b27f6@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