diff --git a/docs/configuration/examples.md b/docs/configuration/examples.md index 1bf2b30cc3..7e4cf4fab4 100644 --- a/docs/configuration/examples.md +++ b/docs/configuration/examples.md @@ -22,7 +22,7 @@ or with a command from `rpm-build` package that will honor the macros: ```yaml get-current-version: - - rpmspec -q --queryformat "%{VERSION}\n" *spec |head -n1 + - rpmspec -q --queryformat "%{VERSION}\n" --srpm *spec ``` diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 065e3172be..1acd8d8d5b 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -344,7 +344,7 @@ files_to_sync: :::info -This option is a successor to `synced_files` that has been already deprecated. +This option is a successor to `synced_files` that has been deprecated and removed. ::: @@ -667,7 +667,7 @@ only one of these options. (*dict*) Macros to be explicitly defined or undefined at spec file parse time. To undefine a macro, set its value to `null`. This can be useful for instance when the spec file is OS-specific and Packit runs on a different OS -(Packit Service currently runs on CentOS Stream 9). +(Packit Service currently runs on Fedora 41). For example, `%cargo_prep` macro used in Rust packages accepts `-V` option on EL but not on Fedora. To make sure Packit is able to parse a spec file that uses `%cargo_prep -V` on both OSes,