...
- Rename your repo file:
( If you do not have a CentOS-Base.repo or other repos in there, it's OK, this will probably fix a lot, just hold on).Code Block ls \-l /etc/yum.repos.d sipxecs-stable-centos.repo
Code Block mv sipxecs-stable-centos.repo CentOS-Base.repo
Edit the repo to make it JUST a CentOS repo again - remove these lines and save it:
Code Block | ||
---|---|---|
| ||
[sipxecs-stable]
name=SIPfoundry sipXecs pbx - latest stable version
baseurl=[http://sipxecs.sipfoundry.org/pub/sipXecs/4.0.4/CentOS/5/i386/RPM/]
gpgcheck=0
gpgkey=[https://secure2.pingtel.com/RPM-GPG-KEY-pingtel]
enabled=1
|
Before upgrading from 4.2.x
Remove the old repo file:
Example:
Code Block |
---|
...
rm sipxecs-*.repo
|
Before upgrading from 4.4.0
...