commit 153111e3cfe5dd4b29f2b0515dca2f53a2dceca6 Author: Sofia Boldyreva Date: Mon Jan 20 22:01:35 2025 +0100 Initial commit diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..ab81b8f --- /dev/null +++ b/config.yaml @@ -0,0 +1,31 @@ +actions: + - replace: + - target: "spec" + find: "%global vendoroption --with-vendor=\"Red Hat, Inc.\"" + replace: "%global vendoroption --with-vendor=\"AlmaLinux\"" + count: 1 + + - delete_line: + - target: "spec" + lines: + - | + #Customize Palette to add Red Hat colours + (head -n -1 extras/source/palettes/standard.soc && \ + echo -e ' + + + + ' && \ + tail -n 1 extras/source/palettes/standard.soc) > redhat.soc + mv -f redhat.soc extras/source/palettes/standard.soc + git commit -q -a -m 'add Red Hat colors to palette' + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Debrand for AlmaLinux" \ No newline at end of file