From b74bc8053b1aa22698cda536c607692cc7237ea5 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 9 Aug 2023 14:40:05 +0200 Subject: [PATCH] sshd-config: rename the package Signed-off-by: Matej Focko --- {sshd-mf => sshd-config}/90-mf-ca.conf | 0 sshd-mf/sshd-mf.spec => sshd-config/sshd-config.spec | 7 +++++-- {sshd-mf => sshd-config}/trusted-user-ca-keys.pem | 0 3 files changed, 5 insertions(+), 2 deletions(-) rename {sshd-mf => sshd-config}/90-mf-ca.conf (100%) rename sshd-mf/sshd-mf.spec => sshd-config/sshd-config.spec (87%) rename {sshd-mf => sshd-config}/trusted-user-ca-keys.pem (100%) diff --git a/sshd-mf/90-mf-ca.conf b/sshd-config/90-mf-ca.conf similarity index 100% rename from sshd-mf/90-mf-ca.conf rename to sshd-config/90-mf-ca.conf diff --git a/sshd-mf/sshd-mf.spec b/sshd-config/sshd-config.spec similarity index 87% rename from sshd-mf/sshd-mf.spec rename to sshd-config/sshd-config.spec index 0dc2217..5bd961f 100644 --- a/sshd-mf/sshd-mf.spec +++ b/sshd-config/sshd-config.spec @@ -1,5 +1,5 @@ -Name: sshd-mf -Version: 0.1 +Name: sshd-config +Version: 0.1.1 Release: 1%{?dist} Summary: SSHD configuration that allows logging in via signed SSH certificates License: MIT @@ -32,6 +32,9 @@ fi %config %{_sysconfdir}/ssh/sshd_config.d/{trusted-user-ca-keys.pem,90-mf-ca.conf} %changelog +* Wed Aug 09 2023 Matej Focko - 0.1.1-1 +- Renamed package + * Wed Aug 09 2023 Matej Focko - 0.1-1 - Initial release diff --git a/sshd-mf/trusted-user-ca-keys.pem b/sshd-config/trusted-user-ca-keys.pem similarity index 100% rename from sshd-mf/trusted-user-ca-keys.pem rename to sshd-config/trusted-user-ca-keys.pem