You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packaging: do not use %py_provides in epel-7 builds
If the buildroot contains outdated packages that do not yet contain
definition of the macro, it causes the build of csdiff to fail with:
```
error: line 90: Unknown tag: %py_provides python3-csdiff
```
This partially reverts commit df5c63f.
Fixes: commit f16db5aCloses: #203
0 commit comments