File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ AC_PREREQ([2.63])
22dnl
33dnl SEE RELEASE.md FOR INSTRUCTIONS ON HOW TO DO A RELEASE.
44dnl
5- m4_define ( [ year_version] , [ 2025 ] )
6- m4_define ( [ release_version] , [ 12 ] )
5+ m4_define ( [ year_version] , [ 2026 ] )
6+ m4_define ( [ release_version] , [ 1 ] )
77m4_define ( [ package_version] , [ year_version.release_version] )
88AC_INIT ( [ rpm-ostree] , [ package_version] , [ coreos@lists.fedoraproject.org] )
99AC_CONFIG_HEADER([ config.h] )
Original file line number Diff line number Diff line change 33
44Summary: Hybrid image/package system
55Name: rpm-ostree
6- Version: 2025.12
6+ Version: 2026.1
77Release: 1%{?dist }
88License: LGPL-2.0 -or-later
99URL: https://github.com/coreos/rpm-ostree
@@ -133,6 +133,9 @@ BuildRequires: gettext
133133Requires: libmodulemd%{?_isa } >= %{libmodulemd_version }
134134Requires: libsolv%{?_isa } >= %{libsolv_version }
135135Requires: librepo%{?_isa } >= %{librepo_version }
136+ %if 0%{?fedora } >= 43 || 0%{?rhel } >= 11
137+ Requires: rpm-libs%{?_isa } >= 5.99.90
138+ %endif
136139
137140#########################################################################
138141# end of libdnf build deps #
You can’t perform that action at this time.
0 commit comments