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] main: 3.8.0 use systemd service from contrib
Date: Thu, 03 Sep 2026 05:50:54 GMT [thread overview]
Message-ID: <178841465497.1.6545383432460338164.rpms-radicale-53046940e033@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/radicale
Branch : main
Commit : 53046940e033aea6ad78bac060662f9ae15c8298
Author : Peter Bieringer <pb@bieringer.de>
Date : 2026-09-03T07:50:30+02:00
Stats : +1/-30 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/radicale/c/53046940e033aea6ad78bac060662f9ae15c8298?branch=main
Log:
3.8.0 use systemd service from contrib
---
diff --git a/radicale.service b/radicale.service
deleted file mode 100644
index 979831b..0000000
--- a/radicale.service
+++ /dev/null
@@ -1,28 +0,0 @@
-[Unit]
-Description=Radicale CalDAV and CardDAV server
-Documentation=https://radicale.org/v3.html
-After=network.target
-Requires=network.target
-
-[Service]
-EnvironmentFile=-/etc/sysconfig/radicale
-ExecStart=/usr/libexec/radicale/radicale
-Restart=on-failure
-Type=exec
-User=radicale
-Group=radicale
-UMask=0027
-WorkingDirectory=/var/lib/radicale
-PrivateTmp=true
-ProtectSystem=strict
-ProtectHome=true
-PrivateDevices=true
-ProtectKernelTunables=true
-ProtectKernelModules=true
-ProtectControlGroups=true
-NoNewPrivileges=true
-CapabilityBoundingSet=
-ReadWritePaths=/var/lib/radicale/ /var/cache/radicale/
-
-[Install]
-WantedBy=multi-user.target
diff --git a/radicale.spec b/radicale.spec
index 47c377d..b15740e 100644
--- a/radicale.spec
+++ b/radicale.spec
@@ -49,7 +49,6 @@ Source0: https://github.com/Kozea/Radicale/archive/v%{version}/%{name}-%{
%define infcloud_version 0.13.1
-Source1: %{name}.service
Source4: %{name}.te
Source5: %{name}.fc
Source6: %{name}.if
@@ -310,7 +309,7 @@ install -d -p %{buildroot}%{_sharedstatedir}/%{name}
# Create folder where the collection-cache can be stored optional
install -d -p %{buildroot}%{_localstatedir}/cache/%{name}
-install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
+install -D -p -m 644 contrib/systemd/radicale.service %{buildroot}%{_unitdir}/%{name}.service
install -D -p -m 644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/%{name}.conf
mkdir -p %{buildroot}%{_rundir}/%{name}
reply other threads:[~2026-09-03 5:50 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=178841465497.1.6545383432460338164.rpms-radicale-53046940e033@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