From 68b73e4498b39f87ebb4727c0ce72dd6f1ebe420 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 25 Jun 2025 22:06:04 +0200 Subject: [PATCH] Initial commit --- config.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..79fc5a8 --- /dev/null +++ b/config.yaml @@ -0,0 +1,20 @@ +actions: + - replace: + - target: "spec" + find: "Patch1017: openssh-8.7p1-redhat-help.patch" + replace: "#Patch1017: openssh-8.7p1-redhat-help.patch" + count: 1 + - target: "spec" + find: "%patch -P 1017 -p1 -b .help" + replace: "#%patch -P 1017 -p1 -b .help" + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Koichiro Iwao" + email: "meta@almalinux.org" + line: + - "Unpatch Red Hat help message"