From 65d0622bb10f9ce60eae8c32ccf75fc9a1bf1d4d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 13:16:23 +0000 Subject: [PATCH 1/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 251bbcb..18106bf 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.17.%{date}git%{shortcommit}%{?dist} +Release: 0.18.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -105,6 +105,9 @@ fi %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 2.0-0.18.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 25 2024 Miroslav Suchý - 2.0-0.17.20190429git7317d88 - convert license to SPDX From 6210a51c2c07e8d1f7d53360869b6bc448113176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Feb 2025 14:36:20 +0100 Subject: [PATCH 2/7] Add sysusers.d config file to allow rpm to create users/groups automatically See https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers. --- calypso.spec | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/calypso.spec b/calypso.spec index 18106bf..f7bfda5 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.18.%{date}git%{shortcommit}%{?dist} +Release: 0.19.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -28,7 +28,6 @@ BuildRequires: systemd-rpm-macros BuildRequires: git-core BuildRequires: python3-pytest %endif -Requires(pre): shadow-utils Requires(post): git-core Requires: git-core Requires: python3-lockfile @@ -48,6 +47,11 @@ patches to Radicale but was eventually split off as a separate project. %setup -q -n %{name}-%{commit} %patch -P0 -p1 -b .daemon +# Create a sysusers.d config file +cat >calypso.sysusers.conf </dev/null || groupadd -r calypso -getent passwd calypso >/dev/null || \ - useradd -r -g calypso -d %{_sharedstatedir}/calypso -s /sbin/nologin \ - -c "CalDAV/CardDAV server with git storage" calypso -exit 0 %preun %systemd_preun calypso.service @@ -103,8 +103,12 @@ fi %{python3_sitelib}/calypso-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/calypso %dir %attr(0750,calypso,calypso) %{_sharedstatedir}/calypso +%{_sysusersdir}/calypso.conf %changelog +* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 2.0-0.19.20190429git7317d88 +- Add sysusers.d config file to allow rpm to create users/groups automatically + * Thu Jan 16 2025 Fedora Release Engineering - 2.0-0.18.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 6c76051c6584c022df0ff0834bcf300bffbeed2f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 12:42:41 +0200 Subject: [PATCH 3/7] Rebuilt for Python 3.14 --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index f7bfda5..e022e9e 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.19.%{date}git%{shortcommit}%{?dist} +Release: 0.20.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -106,6 +106,9 @@ fi %{_sysusersdir}/calypso.conf %changelog +* Tue Jun 03 2025 Python Maint - 2.0-0.20.20190429git7317d88 +- Rebuilt for Python 3.14 + * Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 2.0-0.19.20190429git7317d88 - Add sysusers.d config file to allow rpm to create users/groups automatically From 3041734d675c4ff6ec1858645216252cf97c87f1 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Mon, 21 Jul 2025 20:04:47 +0200 Subject: [PATCH 4/7] switch to modern python packaging macros (resolves rhbz#2377219) - drop nonexistent Recommends: --- calypso.spec | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/calypso.spec b/calypso.spec index e022e9e..4f74a27 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.20.%{date}git%{shortcommit}%{?dist} +Release: 0.21.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -18,21 +18,17 @@ Source3: %{name}.pam Source4: %{name}.systemd # fix python-daemon dependency name Patch0: %{name}-daemon.patch -BuildRequires: python3-daemon BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-iniparse -BuildRequires: python3-vobject BuildRequires: systemd-rpm-macros %if %{with check} BuildRequires: git-core +BuildRequires: python3-iniparse BuildRequires: python3-pytest %endif Requires(post): git-core Requires: git-core Requires: python3-lockfile Recommends: python3-kerberos -Recommends: python3-PyPAM BuildArch: noarch %description @@ -44,19 +40,22 @@ patches to Radicale but was eventually split off as a separate project. * Uses git to retain a history of the database %prep -%setup -q -n %{name}-%{commit} -%patch -P0 -p1 -b .daemon +%autosetup -p1 -n %{name}-%{commit} # Create a sysusers.d config file cat >calypso.sysusers.conf < 2.0-0.21.20190429git7317d88 +- switch to modern python packaging macros (resolves rhbz#2377219) +- drop nonexistent Recommends: + * Tue Jun 03 2025 Python Maint - 2.0-0.20.20190429git7317d88 - Rebuilt for Python 3.14 From ef63e9707dc6e93f909e9c35b7e63af33bbc5db8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 18:04:43 +0000 Subject: [PATCH 5/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 4f74a27..22986f9 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.21.%{date}git%{shortcommit}%{?dist} +Release: 0.22.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -103,6 +103,9 @@ fi %{_sysusersdir}/calypso.conf %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 2.0-0.22.20190429git7317d88 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jul 21 2025 Dominik Mierzejewski 2.0-0.21.20190429git7317d88 - switch to modern python packaging macros (resolves rhbz#2377219) - drop nonexistent Recommends: From 5361a6babc594a0b651dbd07c52d5160424708b9 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 12:41:02 +0200 Subject: [PATCH 6/7] Rebuilt for Python 3.14.0rc2 bytecode --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index 22986f9..bc1368d 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.22.%{date}git%{shortcommit}%{?dist} +Release: 0.23.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -103,6 +103,9 @@ fi %{_sysusersdir}/calypso.conf %changelog +* Fri Aug 15 2025 Python Maint - 2.0-0.23.20190429git7317d88 +- Rebuilt for Python 3.14.0rc2 bytecode + * Wed Jul 23 2025 Fedora Release Engineering - 2.0-0.22.20190429git7317d88 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 2b0542f09898a87c42a2b1e21034bc6331380371 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:10:23 +0200 Subject: [PATCH 7/7] Rebuilt for Python 3.14.0rc3 bytecode --- calypso.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/calypso.spec b/calypso.spec index bc1368d..b31039e 100644 --- a/calypso.spec +++ b/calypso.spec @@ -6,7 +6,7 @@ Name: calypso Version: 2.0 -Release: 0.23.%{date}git%{shortcommit}%{?dist} +Release: 0.24.%{date}git%{shortcommit}%{?dist} Summary: Free and open-source CalDAV calendar server # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later @@ -103,6 +103,9 @@ fi %{_sysusersdir}/calypso.conf %changelog +* Fri Sep 19 2025 Python Maint - 2.0-0.24.20190429git7317d88 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 2.0-0.23.20190429git7317d88 - Rebuilt for Python 3.14.0rc2 bytecode