Martin Hamant wrote:
Hello centos community,
I have a personal repository with self-made RPMs, and i need to include this repository to yum.conf. But i've noticed that yum configuration is overwritten when yum is updated.
No, it shouldn't:
[root@www2 conf]# rpm -qc yum|grep conf /etc/yum.conf
And in the spec file:
%config(noreplace) %{_sysconfdir}/yum.conf
I can't update yum.conf manually on my servers each time yum is updated ...
But centos-yumconf did (until Sep 14, 2004) just link /etc/centos-yum.conf to /etc/yum.conf.
Is that, what you're seeing?
Is anyone have an idea ?
I have my own yumconf package with a preposterously high Epoch - 10. So yum won't install centos-yumconf over my package :)
Ralph