From 3017e07378e78b2ac027ee5a771e3ec9239a7616 Mon Sep 17 00:00:00 2001 From: unman Date: Thu, 22 Feb 2024 16:01:38 +0000 Subject: [PATCH] Update spec files for cacher and syncthing --- cacher.spec | 2 +- syncthing.spec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cacher.spec b/cacher.spec index 504a7b7..680690f 100644 --- a/cacher.spec +++ b/cacher.spec @@ -96,7 +96,7 @@ if [ $1 -eq 0 ]; then fi %changelog -* Wed Feb 22 2024 unman - 1.15 +* Thu Feb 22 2024 unman - 1.15 - Bug fix * Sat Feb 10 2024 unman - 1.14 - Bug fix diff --git a/syncthing.spec b/syncthing.spec index 980ae5d..1ded7f5 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,5 +1,5 @@ Name: 3isec-qubes-syncthing -Version: 1.1 +Version: 1.2 Release: 1%{?dist} Summary: Syncthing in Qubes @@ -73,6 +73,8 @@ fi %postun %changelog +* Sat Jan 20 2024 unman - 1.2 +- Update for 4.2 - new base template, remove iptables references. * Mon Feb 20 2023 unman - 1.1 - Use pillar for cacher to determine repo changes * Fri Sep 9 2022 unman