summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xmdkapplet3
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab31b78b..54abcb45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- mdkapplet
+ o reread distro release after distro upgrade
+
Version 2.56 - 14 October 2008
- drop PAM permissions for urpmi.removemedia (introduced in 2.46)
diff --git a/mdkapplet b/mdkapplet
index c11ded72..340bcebc 100755
--- a/mdkapplet
+++ b/mdkapplet
@@ -237,7 +237,7 @@ foreach my $opt (@ARGV) {
my $root = Rpmdrake::open_db::fast_open_urpmi_db()->{root};
my $new_distro;
-my $product_id = common::parse_LDAP_namespace_structure(cat_("$root/etc/product.id"));
+my $product_id;
shouldStart() or die "$localfile should be set to TRUE: please use --force or -f option to launch applet\n";
@@ -264,6 +264,7 @@ ugtk2::exit(0);
sub is_there_a_new_distributions() {
+ $product_id = common::parse_LDAP_namespace_structure(cat_("$root/etc/product.id"));
return if $product_id->{product} =~ /Flash/;
#- contact the following URL to retrieve the list of released distributions.
my $type = lc($product_id->{type}); $type =~ s/\s//g;