https://bugzilla.novell.com/show_bug.cgi?id=727385 https://bugzilla.novell.com/show_bug.cgi?id=727385#c3 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Michael Andres <ma@suse.com> 2011-11-03 17:34:44 CET --- Zypper does not explicitly request 'keeppackages=0' when creating a repo. zypper will per default create .repo files _without_ any 'keeppackages' line, unless an explicit value was defined by the user. The proper default is then determined by libzypp and this default was faulty; it assumed 'TRUE' for 'http://' repos. This is what I fixed in libzypp-10.3.2 -- But the above .repo file has an explicit 'keeppackages=1'.... After a few tests, it looks to me as if yast is causing this: - When writing back a repo file, yast explicitly sets all values. I.e. yast will explicitly set 'keeppackages' to the default value libzypp provides instaed of leaving it 'undefined'. But with the fix it will be 'keeppackages=0' in the future. - It also looks like yast is always writing back _all_ repo files, even unmodified ones. That's why the faulty value was propagated to all the .repo files. Nevertheless with libzypp-10.3.2 the problem should be fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.