mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: rpmmacros is unnecessary with split-gpg2
This commit is contained in:
parent
ffe03ba02a
commit
10200f609e
@ -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
|
||||
|
@ -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}'
|
Loading…
Reference in New Issue
Block a user