Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assure upgradability: Increase QEMU's Epoch and fix SLOF's version (#4)
CentOS's qemu-img packages sets its epoch[0] to 10, so in order to assure the upgradability we need to make it at least 10 in our spec, but we decided to go with 11 just for the sake of sense. In SLOF's case, CentOS's SLOF uses the follow name/versioning standard: - SLOF-20150313-5.gitc89b0df.el7.noarch.rpm to make our SLOF an upgrade option to that we need to change it from: - SLOF-0.1.git20160525-1.el7.centos.1.noarch.rpm to - SLOF-20160525-1.el7.centos.1.noarch.rpm All this is to adequate our packages to what rpm/yum does to compare versions, following N-E-V-R-A[1] [0]- https://fedoraproject.org/wiki/Packaging:Naming#Package_Versioning [1]- http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions
- Loading branch information