From 3eded5fd484073cc096beb7aa641363192a2d90b Mon Sep 17 00:00:00 2001 From: unman Date: Thu, 13 Jun 2024 01:28:51 +0000 Subject: [PATCH] qubes-ssh - update base to debian-12-minimal template. Accord with 4.2 policy structure. --- qubes-ssh-agent | 2 +- qubes-ssh-agent.spec | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/qubes-ssh-agent b/qubes-ssh-agent index 5564540..0aa4de0 160000 --- a/qubes-ssh-agent +++ b/qubes-ssh-agent @@ -1 +1 @@ -Subproject commit 5564540de3b132f538653881a87cbcef5911ec57 +Subproject commit 0aa4de05de0b0bc3a7f6d9275d575be7654087cd diff --git a/qubes-ssh-agent.spec b/qubes-ssh-agent.spec index 0b1473c..9c54c5a 100644 --- a/qubes-ssh-agent.spec +++ b/qubes-ssh-agent.spec @@ -1,10 +1,10 @@ Name: 3isec-qubes-sys-ssh-agent -Version: 1.2 -Release: 1%{?dist} +Version: 1.3 +Release: 2%{?dist} Summary: Create a service qube to hold ssh-agents License: GPLv3+ -SOURCE0: qubes-ssh-agent +SOURCE0: qubes-ssh-agent %description This package sets up a qube called sys-ssh-agent, to hold ssh keys. @@ -32,7 +32,7 @@ maximum compartmentalisation. Simply clone sys-ssh-agent and edit the ssh-agents. Removing this package will NOT delete the qubes, but will remove the -entry in /etc/qubes/policy.d/30-user.policy. +entry in /etc/qubes/policy.d/50- %install @@ -53,10 +53,12 @@ fi %postun if [ $1 -eq 0 ]; then - sed -i /qubes.SshAgent/d /etc/qubes/policy.d/30-user.policy + sed -i /qubes.SshAgent/d /etc/qubes/policy.d/50-config-splitssh.policy fi %changelog +* Wed Jun 12 2024 unman - 1.3 +- Upgrade template to debian-12-minimal * Mon Feb 20 2023 unman - 1.2 - Use pillar for cacher to determine repo changes * Mon Jun 06 2022 unman - 1.1