Update mercurial.spec

This commit is contained in:
Stefan Bluhm 2022-05-24 05:57:11 +00:00
parent 739a392e82
commit 2ea52bd072

View File

@ -1,14 +1,16 @@
# build Rust binary and extensions
# build Rust binary and extensions for non-Enterprise Linux systems
%if ! 0%{?rhel}
%ifarch %{rust_arches}
%bcond_without rust
%else
%bcond_with rust
%endif
%endif
Summary: A fast, lightweight Source Control Management system
Name: mercurial
Version: 6.1.2
Release: 2%{?dist}
Release: 3%{?dist}
# Release: 1.rc1%%{?dist}
@ -270,6 +272,9 @@ pathfix.py -pni "%{python3}" %{buildroot}%{_bindir}/hg-ssh
%changelog
* Mon May 23 2022 Stefan Bluhm <stefan.bluhm@clacee.eu> - 6.1.2-3
- Disable Rust components for Enterprise Linux.
* Fri May 13 2022 Mads Kiilerich <mads@kiilerich.com> - 6.1.2-2
- Rust dependency catch-up