From 1e16eb115b67f70c293860d54ef399dd35d81d33 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Thu, 6 Apr 2023 16:59:14 +0100 Subject: Add obsoletes_by to package summary page It would be nice to also show rdepends and rbuild_depends, but those could be huge lists. --- test/testdata/htdocs.expected/summary/obs-a.html | 1 + test/testdata/htdocs.expected/summary/obs-b.html | 1 + 2 files changed, 2 insertions(+) (limited to 'test') diff --git a/test/testdata/htdocs.expected/summary/obs-a.html b/test/testdata/htdocs.expected/summary/obs-a.html index 32c9da9..c7164d7 100644 --- a/test/testdata/htdocs.expected/summary/obs-a.html +++ b/test/testdata/htdocs.expected/summary/obs-a.html @@ -13,6 +13,7 @@ summary: obsolete package A

description: obsolete package A

categories: Devel

+obsoleted_by: test-c

source package: obs-a

maintainer(s): ORPHANED (Use the mailing list to report bugs or ask questions. diff --git a/test/testdata/htdocs.expected/summary/obs-b.html b/test/testdata/htdocs.expected/summary/obs-b.html index 935c0c5..a560262 100644 --- a/test/testdata/htdocs.expected/summary/obs-b.html +++ b/test/testdata/htdocs.expected/summary/obs-b.html @@ -13,6 +13,7 @@ summary: obsolete package B

description: obsolete package B

categories: Devel

+obsoleted_by: test-c

source package: obs-b

maintainer(s): ORPHANED (Use the mailing list to report bugs or ask questions. -- cgit v1.2.3