On Mon, 24 Oct 2005, Igor Jagec wrote: > I found out for the rollback feature recently and I really like it and > find it very useful. But, I noticed that I can't use it with Yum. > Programs rpm and up2date use that feature. I even tried with the > /etc/rpm/macros files, but it didn't work. The following line: > > [root@munja ~]# cat /etc/rpm/macros.yum > %_repackage_all_erasures 1 > > works for both, rpm and yum, but it does not work with Yum. I know that > rpm program provides that feature, so I guess that there gotta a way to > make it work in Yum. Does anyone uses rollbacks with Yum? If so, how can > I make it work? Put 'tsflags=repackage' into /etc/yum.conf. Note that this will only make yum repackage on erasure/upgrade, yum doesn't currently know anything about performing rollbacks to those packages. - Panu -