Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

</details>
Expand Down
4 changes: 2 additions & 2 deletions docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down Expand Up @@ -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,
Expand Down