gpg-key-openmamba.sh: get rid of gpg key management at profile loading relying on dnf automatic import

This commit is contained in:
Silvan Calarco 2024-04-18 17:01:38 +02:00
parent f910215f1a
commit e3c232c9b1
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Makefile for openmamba-release
# Copyright (c) 2015-2020 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Copyright (c) 2015-2024 by Silvan Calarco <silvan.calarco@mambasoft.it>
# Released under the terms of the GNU GPLv3 license
PACKAGE=openmamba-release
@ -51,7 +51,6 @@ install-data:
install-programs:
@$(INSTALL_PROGRAM) openmamba-release.sh $(DESTDIR)$(bindir)/openmamba-release
@$(INSTALL_PROGRAM) gpg-key-openmamba.sh $(DESTDIR)$(sysconfdir)/profile.d/gpg-key-openmamba.sh
install: install-dirs install-data install-programs

View File

@ -1,2 +0,0 @@
gpg -q --list-keys "Mambasoft di Calarco Silvan" &>/dev/null
[ $? -eq 0 ] || gpg -q --ignore-time-conflict --ignore-valid-from --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Mambasoft