Closed herlo closed 12 years ago
One thought I had was to included %vendorzone into the goose-release package and put it into the /etc/rpm/macros.dist file. I'm not sure it's the right place for it, but it would likely work.
Fixed by patching the spec to default to 'rhel.' for now. If we decide to get our own vendorzone, we may need to set that elsewhere.
Honestly, I'm not sure why this doesn't work. In the spec file for the ntp package, it has the %{vendorzone} value set to rhel.
grep pool /etc/ntp.conf
Use public servers from the pool.ntp.org project.
Please consider joining the pool (http://www.pool.ntp.org/join.html).
server 0.%{vendorzone}pool.ntp.org server 1.%{vendorzone}pool.ntp.org server 2.%{vendorzone}pool.ntp.org
A couple things could happen here.
1) We could define our own vendorzone as described at http://www.pool.ntp.org/en/vendors.html 2) We could use the rhel or centos, etc. vendorzone.
Either way, the problem still remains.