From ed6077a214c30141031a36244d411116f3d09cb9 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 25 Jun 2025 21:55:56 +0200 Subject: [PATCH] Initial commit --- config.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..2675f98 --- /dev/null +++ b/config.yaml @@ -0,0 +1,25 @@ +actions: + - replace: + - target: "spec" + find: "Patch1022: openssh-8.7p1-redhat-help.patch" + replace: "#Patch1022: openssh-8.7p1-redhat-help.patch" + count: 1 + - target: "spec" + find: "%patch1022 -p1 -b .redhat-help" + replace: "#%patch1022 -p1 -b .redhat-help" + count: 1 + - target: "spec" + find: "Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}" + replace: "Release: %{pam_ssh_agent_rel}.%{openssh_rel}%{?dist}.alma.1" + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Koichiro Iwao" + email: "meta@almalinux.org" + line: + - "Unpatch Red Hat help message" + - "Apply .alma.1 for subpackages"