Update mercurial.spec
This commit is contained in:
parent
739a392e82
commit
2ea52bd072
@ -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}
|
%ifarch %{rust_arches}
|
||||||
%bcond_without rust
|
%bcond_without rust
|
||||||
%else
|
%else
|
||||||
%bcond_with rust
|
%bcond_with rust
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
Summary: A fast, lightweight Source Control Management system
|
Summary: A fast, lightweight Source Control Management system
|
||||||
Name: mercurial
|
Name: mercurial
|
||||||
Version: 6.1.2
|
Version: 6.1.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
# Release: 1.rc1%%{?dist}
|
# Release: 1.rc1%%{?dist}
|
||||||
|
|
||||||
@ -270,6 +272,9 @@ pathfix.py -pni "%{python3}" %{buildroot}%{_bindir}/hg-ssh
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 13 2022 Mads Kiilerich <mads@kiilerich.com> - 6.1.2-2
|
||||||
- Rust dependency catch-up
|
- Rust dependency catch-up
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user