Raise lowest compatible RPM version
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
1ba5bd1698
commit
d8de5b6669
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Name: lib%{libname}
|
Name: lib%{libname}
|
||||||
Version: 0.7.14
|
Version: 0.7.14
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Package dependency solver
|
Summary: Package dependency solver
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -47,6 +47,8 @@ BuildRequires: libzstd-devel
|
|||||||
# -DENABLE_ZCHUNK_COMPRESSION=ON
|
# -DENABLE_ZCHUNK_COMPRESSION=ON
|
||||||
BuildRequires: pkgconfig(zck)
|
BuildRequires: pkgconfig(zck)
|
||||||
%endif
|
%endif
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1830346
|
||||||
|
Requires: rpm%{?_isa} >= 4.16.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A free package dependency solver using a satisfiability algorithm. The
|
A free package dependency solver using a satisfiability algorithm. The
|
||||||
@ -269,6 +271,9 @@ Python 3 version.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 03 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.14-2
|
||||||
|
- Raise lowest compatible RPM version
|
||||||
|
|
||||||
* Wed May 27 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.14-1
|
* Wed May 27 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.14-1
|
||||||
- Update to 0.7.14
|
- Update to 0.7.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user