From b76796dd21697a24c2bf89d580986ae11c04ac53 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 3 Dec 2023 14:59:28 -0500 Subject: [PATCH] Add a composefs requirement; this is not actually a requirement right now, but will be in the near future, so let's prepare for it. --- ostree.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ostree.spec b/ostree.spec index d6269f1..62606bb 100644 --- a/ostree.spec +++ b/ostree.spec @@ -8,7 +8,7 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree Version: 2023.7 -Release: 2%{?dist} +Release: 3%{?dist} Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz License: LGPL-2.0-or-later URL: https://ostree.readthedocs.io/en/latest/ @@ -46,12 +46,16 @@ BuildRequires: pkgconfig(libsystemd) BuildRequires: /usr/bin/g-ir-scanner BuildRequires: dracut BuildRequires: bison +BuildRequires: pkgconfig(composefs) # Runtime requirements Requires: dracut Requires: /usr/bin/gpgv2 Requires: systemd-units Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +# Strictly speaking, this is not a current hard requirement, but it will +# be in the future. +Requires: composefs %description libostree is a shared library designed primarily for @@ -170,6 +174,10 @@ find %{buildroot} -name '*.la' -delete %endif %changelog +* Sun Dec 03 2023 Colin Walters - 2023.7-3 +- Add a composefs requirement; this is not actually a requirement + right now, but will be in the near future, so let's prepare for it. + * Fri Oct 20 2023 Colin Walters - 2023.7-2 - https://github.com/ostreedev/ostree/releases/tag/v2023.7