From 2853b5d76c732f5d675c189565a27f9cb06202d8 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Sat, 9 Mar 2024 14:05:54 +0100 Subject: [PATCH] Update rpm.rst Fix links to the rpm documentation page --- docs/packages/cli/rpm.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/packages/cli/rpm.rst b/docs/packages/cli/rpm.rst index d34b040949..a8ec78632c 100644 --- a/docs/packages/cli/rpm.rst +++ b/docs/packages/cli/rpm.rst @@ -35,7 +35,7 @@ * ``--rpm-init FILEPATH`` - Add FILEPATH as an init script * ``--[no-]rpm-macro-expansion`` - - install-time macro expansion in %pre %post %preun %postun scripts (see: https://rpm.org/user_doc/scriptlet_expansion.html) + - install-time macro expansion in %pre %post %preun %postun scripts (see: https://rpm-software-management.github.io/rpm/manual/scriptlet_expansion.html) * ``--rpm-os OS`` - The operating system to target this rpm for. You want to set this to 'linux' if you are using fpm on OS X, for example * ``--rpm-posttrans FILE`` @@ -51,13 +51,13 @@ * ``--rpm-tag TAG`` - Adds a custom tag in the spec file as is. Example: --rpm-tag 'Requires(post): /usr/sbin/alternatives' * ``--rpm-trigger-after-install '[OPT]PACKAGE: FILEPATH'`` - - Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html + - Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: https://rpm-software-management.github.io/rpm/manual/triggers.html * ``--rpm-trigger-after-target-uninstall '[OPT]PACKAGE: FILEPATH'`` - - Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html + - Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: https://rpm-software-management.github.io/rpm/manual/triggers.html * ``--rpm-trigger-before-install '[OPT]PACKAGE: FILEPATH'`` - - Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html + - Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: https://rpm-software-management.github.io/rpm/manual/triggers.html * ``--rpm-trigger-before-uninstall '[OPT]PACKAGE: FILEPATH'`` - - Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html + - Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: https://rpm-software-management.github.io/rpm/manual/triggers.html * ``--[no-]rpm-use-file-permissions`` - Use existing file permissions when defining ownership and modes. * ``--rpm-user USER``