summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--t/02create_pkgs.t6
2 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index 628d36f9..101bdf79 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
- testsuite:
o list some missing spec files in MANIFEST
o Fix building test pkgs with rpm-4.20
+ o Set up i586 to i686 upgrade medium
Version 8.133 - 31 May 2024
diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t
index 7bd625f3..9f200ca9 100644
--- a/t/02create_pkgs.t
+++ b/t/02create_pkgs.t
@@ -74,6 +74,12 @@ if (!is_rpm_v3_support_broken()) {
genhdlist_std($name);
}
+{
+ my $name = 'rpm-i586-to-i686';
+ system_("cp -r data/$name media");
+ genhdlist_std($name);
+}
+
mkdir 'media/reconfig';
system_("cp -r data/reconfig.urpmi media/reconfig");