public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/radicale] epel10: - Add missing requirement InfCloud-fontware to InfCloud
@ 2026-07-07  6:01 Peter Bieringer
  0 siblings, 0 replies; only message in thread
From: Peter Bieringer @ 2026-07-07  6:01 UTC (permalink / raw)
  To: git-commits

            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;
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-07  6:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07  6:01 [rpms/radicale] epel10: - Add missing requirement InfCloud-fontware to InfCloud Peter Bieringer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox