fix: rpmmacros is unnecessary with split-gpg2

This commit is contained in:
Ben Grande 2024-06-12 11:32:43 +02:00
parent ffe03ba02a
commit 10200f609e
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 0 additions and 23 deletions

View File

@ -15,14 +15,6 @@ include:
- dotfiles.copy-x11
- docker.configure
"{{ slsdotpath }}-rpmmacros":
file.managed:
- name: /home/user/.rpmmacros
- source: salt://{{ slsdotpath }}/files/client/rpmmacros
- mode: '0644'
- user: user
- group: user
"{{ slsdotpath }}-makedir-src":
file.directory:
- name: /home/user/src

View File

@ -1,15 +0,0 @@
# SPDX-FileCopyrightText: 2019 - 2023 The Qubes OS Project <https://www.qubes-os.org>
#
# SPDX-License-Identifier: GPL-2.0-only
%__gpg /usr/bin/gpg2
%__gpg_check_password_cmd %{__gpg} \
gpg --batch --no-verbose -u "%{_gpg_name}" -s
%__gpg_sign_cmd /bin/sh sh -c '/usr/bin/gpg2 \\\
--batch --no-verbose \\\
%{?_gpg_digest_algo:--digest-algo %{_gpg_digest_algo}} \\\
-u "%{_gpg_name}" \\\
-sb %{__plaintext_filename} \\\
>%{__signature_filename}'