Tagged Questions
1
vote
2answers
186 views
Incremental RPM package version “numbers” for x.y.z > x.y.z-beta (or alpha, rc, etc)
In order to publish RPM packages of several different versions of some software, I'm looking for a way to specify version "numbers" that are considered "upgrades", and include the differentiation of ...
2
votes
1answer
234 views
How do I include a customized configuration file in a rebuilt RPM?
We've rebuilt a bunch of RPMs because we wanted to remove modules and change config options for items specific to our production environment. We're hosting them in a private repo, and have them signed ...