From 703f7ce45fd5378d27add716728270fa30e125063ff80d640c03820c7656a69d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 28 Feb 2023 19:45:24 +0000 Subject: [PATCH] Accepting request 1068226 from home:gmbr3:Active - Correct BR from python3-jinja2 to python3-Jinja2, fixes dependency resolving on older distros OBS-URL: https://build.opensuse.org/request/show/1068226 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxcfs?expand=0&rev=47 --- lxcfs.changes | 6 ++++++ lxcfs.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lxcfs.changes b/lxcfs.changes index 0c3761d..f5f5c0a 100644 --- a/lxcfs.changes +++ b/lxcfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 28 16:36:27 UTC 2023 - Callum Farmer + +- Correct BR from python3-jinja2 to python3-Jinja2, fixes + dependency resolving on older distros + ------------------------------------------------------------------- Sat Oct 29 00:02:49 UTC 2022 - Aleksa Sarai diff --git a/lxcfs.spec b/lxcfs.spec index b14d071..fd7999f 100644 --- a/lxcfs.spec +++ b/lxcfs.spec @@ -38,7 +38,7 @@ BuildRequires: meson >= 0.50 BuildRequires: pam-devel BuildRequires: pkg-config BuildRequires: python3 -BuildRequires: python3-jinja2 +BuildRequires: python3-Jinja2 BuildRequires: pkgconfig(fuse) BuildRequires: pkgconfig(systemd) %{?systemd_requires}