Pacemaker Configuration System
Fixes submitted upstream. Note on the change from `rm -r` to `rm -rf`: there is a directory named `test` nested in another directory named `test` (`pcs/test/tools/test`). Depending on the order in which they're found, `rm -r` might wind up trying to remove `pcs/test/tools/test` after `pcs/test`, which is an error and causes %check to fail. `rm -rf` ignores missing targets, so it succeeds even in this scenario. |
||
---|---|---|
.gitignore | ||
122.patch | ||
0001-Tests-handle-change-in-an-error-message-in-lxml-3.7.patch | ||
fedfix.patch | ||
pcs.spec | ||
sources |