Mailing List Archive

can't find f17 mythtv-0.24
Hi, I currently have mythtv 0.25.2, but there are too many bugs, I want to go back to 0.24. I see a meta-package for it here: http://packages.atrpms.net/dist/f17/mythtv-0.24/ but I don't see this in 'yum search mythtv', and I don't see the older 'mythtv' package in 'yum list mythtv'. Does this sound like I have a repository config problem? I have atrpms-repo installed, and 'rpm -V atrpms-repo' reports no changes. Am I misunderstanding how this should work, or is there a real problem?

PS Thanks for all your work over the years, atrpms has save me so much time!

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: can't find f17 mythtv-0.24 [ In reply to ]
Den 13-10-2012 02:53, Jason Anderson skrev:
> Hi, I currently have mythtv 0.25.2, but there are too many bugs, I want to go back to 0.24. I see a meta-package for it here: http://packages.atrpms.net/dist/f17/mythtv-0.24/ but I don't see this in 'yum search mythtv', and I don't see the older 'mythtv' package in 'yum list mythtv'. Does this sound like I have a repository config problem? I have atrpms-repo installed, and 'rpm -V atrpms-repo' reports no changes. Am I misunderstanding how this should work, or is there a real problem?
>
Hi Jason,

Try with:
yum --showduplicates list mythtv
Tilgængelige pakker
mythtv.x86_64 0.24.3-282.fc17 atrpms
mythtv.x86_64 0.24.3-283.fc17 atrpms
mythtv.x86_64 0.25.2-288.fc17 atrpms

Regards,
Kim

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users
Re: can't find f17 mythtv-0.24 [ In reply to ]
Den 13-10-2012 02:53, Jason Anderson skrev:
> Hi, I currently have mythtv 0.25.2, but there are too many bugs, I want to go back to 0.24. I see a meta-package for it here: http://packages.atrpms.net/dist/f17/mythtv-0.24/ but I don't see this in 'yum search mythtv', and I don't see the older 'mythtv' package in 'yum list mythtv'. Does this sound like I have a repository config problem? I have atrpms-repo installed, and 'rpm -V atrpms-repo' reports no changes. Am I misunderstanding how this should work, or is there a real problem?
>
Hi Jason,

Try with:
yum --showduplicates list mythtv
Tilgængelige pakker
mythtv.x86_64 0.24.3-282.fc17 atrpms
mythtv.x86_64 0.24.3-283.fc17 atrpms
mythtv.x86_64 0.25.2-288.fc17 atrpms

Regards,
Kim

_______________________________________________


Thanks, that worked! It wasn't quite "easy" after that, so here are some notes if anyone else is trying this. Before you get started, take note this will only work if you have a backup of your database from before you upgraded.

yumdownloader myththemes mythvideo
rpm -i myththemes-0.24-177.noarch.rpm --nodeps
rpm -i mythvideo-0.24.3-283.fc17.x86_64.rpm --nodeps

yum remove php-MythTV, this removes mythtv and mythweb

yum --showduplicates downgrade mythtv-0.24.3 mythtv-backend-0.24.3 mythplugins-0.24.3 perl-MythTV-0.24.3 mythnews-0.24.3 mythmusic-0.24.3 mythzoneminder-0.24.3 mythgame-0.24.3 mythweather-0.24.3 mythbrowser-0.24.3 mythtv-frontend-0.24.3 mythgallery-0.24.3 mythtv-common-0.24.3 mythtv-themes-0.24.3 mythnetvision-0.24.3 python-MythTV-0.24.3 mythtv-setup-0.24.3 myththemes-0.24 mythtv-docs-0.24.3 mytharchive-0.24.3 mythvideo-0.24.3

yum install mythtv-0.24.3 mythweb-0.24.2

Now, restore your database backup and start mythbackend.

_______________________________________________
atrpms-users mailing list
atrpms-users@atrpms.net
http://lists.atrpms.net/mailman/listinfo/atrpms-users