From acb1700f48837497cce6041cee86861f853842f8 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Mon, 22 Aug 2022 09:57:17 +0200 Subject: [PATCH] Use rhel-9-main instead of rhel-9.1.0 for now See https://one.redhat.com/rhel-development-guide/#ref_branch-names-for-rhel_assembly_rhel-9-development Related: rhbz#2119662 --- inkscape.yaml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/inkscape.yaml b/inkscape.yaml index acac1a3..6ed7964 100644 --- a/inkscape.yaml +++ b/inkscape.yaml @@ -32,106 +32,106 @@ data: rpms: double-conversion: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main gc: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 20 gspell: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 10 inkscape: rationale: Application package - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 100 librevenge: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 10 libsigc++20: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main libwpd: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 10 libwpg: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 10 numpy: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 50 lapack: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 40 potrace: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 10 python-appdirs: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main pangomm: # after cairomm, glibmm24 rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 30 gtkmm30: # after atkmm, cairomm, glibmm24, pangomm rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 40 poppler: # after openjpeg2, poppler-data rationale: inkscape dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 20 poppler-data: rationale: poppler dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 10 openblas: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 10 python-lxml: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 40 python-scour: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 30 gsl: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 10 glibmm24: # After libsigc++20 rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 20 cairomm: # After libsigc++20 rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 20 boost: # After libsigc++20 rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 20 atkmm: # After glibmm24 rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 30 enchant2: rationale: Runtime dependency - ref: rhel-9.1.0 + ref: rhel-9-main buildorder: 5 ...