summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-09-17 07:46:38 -0400
committerGitHub <noreply@github.com>2020-09-17 07:46:38 -0400
commit8f7b2c80692c909b1f88a59dec6f1172b7d8798e (patch)
tree42b96f585008ecd6a223b89e734c978c7337905c /.gitignore
parent47e71bd771fef2365f30bd850fa3ca272cf77510 (diff)
Use automatic dependency generation for RPM builds. (#9937)
Our current RPM spec file includes _all_ of our library dependencies as statically listed `Requires:` lines. This, in turn, requires a very large number of conditionals in the dependencies to account for package naming differences between RPM distros, and also makes it a pain in the arse to port the spec file to work with new releases of existing distros. This changes the spec file to just use the automatic `Requires:` generation functionality that's already included in the RPM build process. The net effect is that the spec file ends up much cleaner, and it works just about anywhere with minimal modification., as well as us not having to track anything but build dependencies manually.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions