Add attr as a build dependency as we use it for running the tests
This commit is contained in:
parent
5ccf886fa2
commit
8e538c2f2c
@ -8,7 +8,7 @@
|
|||||||
Summary: Tool for managing bootable, immutable filesystem trees
|
Summary: Tool for managing bootable, immutable filesystem trees
|
||||||
Name: ostree
|
Name: ostree
|
||||||
Version: 2021.6
|
Version: 2021.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://ostree.readthedocs.io/en/latest/
|
URL: https://ostree.readthedocs.io/en/latest/
|
||||||
@ -26,6 +26,8 @@ BuildRequires: openssl-devel
|
|||||||
# The tests still require soup
|
# The tests still require soup
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: libattr-devel
|
||||||
|
# The tests require attr
|
||||||
|
BuildRequires: attr
|
||||||
# Extras
|
# Extras
|
||||||
BuildRequires: pkgconfig(libarchive)
|
BuildRequires: pkgconfig(libarchive)
|
||||||
BuildRequires: pkgconfig(liblzma)
|
BuildRequires: pkgconfig(liblzma)
|
||||||
@ -163,6 +165,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 06 2021 Joseph Marrero <jmarrero@fedoraproject.org> - 2021.6-2
|
||||||
|
- Add attr as a build dependency as we use it for running the tests
|
||||||
|
|
||||||
* Tue Nov 23 2021 Luca BRUNO <lucab@lucabruno.net> - 2021.6-1
|
* Tue Nov 23 2021 Luca BRUNO <lucab@lucabruno.net> - 2021.6-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
https://github.com/ostreedev/ostree/releases/tag/v2021.6
|
https://github.com/ostreedev/ostree/releases/tag/v2021.6
|
||||||
|
Loading…
Reference in New Issue
Block a user