This commit is contained in:
parent
f1f80eceea
commit
dca6b46fc9
1
.gitignore
vendored
1
.gitignore
vendored
@ -118,3 +118,4 @@
|
||||
/rpm-ostree-2022.6.tar.xz
|
||||
/rpm-ostree-2022.7.tar.xz
|
||||
/rpm-ostree-2022.8.tar.xz
|
||||
/rpm-ostree-2022.9.tar.xz
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: Hybrid image/package system
|
||||
Name: rpm-ostree
|
||||
Version: 2022.8
|
||||
Version: 2022.9
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/coreos/rpm-ostree
|
||||
@ -83,7 +83,7 @@ BuildRequires: jq
|
||||
#########################################################################
|
||||
|
||||
|
||||
%global libsolv_version 0.7.17
|
||||
%global libsolv_version 0.7.21
|
||||
%global libmodulemd_version 2.13.0
|
||||
%global librepo_version 1.13.1
|
||||
|
||||
@ -95,14 +95,13 @@ BuildRequires: pkgconfig(librepo) >= %{librepo_version}
|
||||
BuildRequires: pkgconfig(check)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
BuildRequires: rpm-devel >= 4.11.0
|
||||
BuildRequires: rpm-devel >= 4.15.0
|
||||
%if %{with zchunk}
|
||||
BuildRequires: pkgconfig(zck) >= 0.9.11
|
||||
%endif
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
BuildRequires: pkgconfig(json-c)
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(modulemd-2.0) >= %{libmodulemd_version}
|
||||
BuildRequires: pkgconfig(smartcols)
|
||||
BuildRequires: gettext
|
||||
@ -236,6 +235,9 @@ $PYTHON autofiles.py > files.devel \
|
||||
|
||||
%files devel -f files.devel
|
||||
%changelog
|
||||
* Fri May 13 2022 Jonathan Lebon <jonathan@jlebon.com> - 2022.9-1
|
||||
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.9
|
||||
|
||||
* Wed Apr 20 2022 Colin Walters <walters@verbum.org> - 2022.8-1
|
||||
- https://github.com/coreos/rpm-ostree/releases/tag/v2022.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpm-ostree-2022.8.tar.xz) = c2c79430bd9f09c93d7e78ba3243f76ee31baac318fc3cc7a21ccb419dc9967406ea317eedb51c5df4202c47a5f6047999b6287d63d0ba8b0d797162030af3bb
|
||||
SHA512 (rpm-ostree-2022.9.tar.xz) = a7cedc8b663d26affddb662cf627cda05e85eff98215c6a0cec3ab1f12215e563b9f3128208d4eb765dc86f0d4648d64234bb8d78bbc5da7ab4299cb8458ecea
|
||||
|
Loading…
Reference in New Issue
Block a user