#1138 Forbid installation path macros in file depenencies
Merged by tibbs. Opened by oturpe.
oturpe/packaging-committee forbid-macros-in-file-deps  into  master

Download 1138.patch

When declaring file and directory dependencies,
installation path macros like %{_bindir} MUST NOT be used.
%{_bindir} of the package that provides 'sometool'
may be different from %{_bindir} of a package that requires 'sometool'.
In such case, 'BuildRequires: %{_bindir}/sometool' does not work as expected.

Background for this pull request here:
https://pagure.io/packaging-committee/pull-request/1135#comment-162531

Let's unify somecommand/sometool?

rebased onto 12f695b8996acb7fdfb858620c4e81b526d2b0a6

Let's unify somecommand/sometool?

Yes, fixed, it is sometool throughout now.

rebased onto 35d89f0f3ff118359f1fef1c328570a944e0ddf8

Metadata Update from @tibbs:
- Pull-request tagged with: meeting

This is simple and reasonable enough and really just clarifies some unwritten knowledge so I'll go ahead and merge it.

Pull-Request has been merged by tibbs

Metadata