Actions
Architecture #4563
closedClean up RPM packages: reset Epoch to 0 by default
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
Our build scripts force the Epoch in RPM packages to a specific value to cover up the previous increments we used, but only on RHEL and SLES.
So, let's set the Epoch to 0 (the default, according to http://www.rpm.org/wiki/PackagerDocs/Dependencies) on all .spec flies. Then new platforms won't have this nastiness.
Actions