# HG changeset patch
# User Mads Kiilerich <m...@kiilerich.com>
# Date 1572203798 -3600
#      Sun Oct 27 20:16:38 2019 +0100
# Branch stable
# Node ID 8c18adcd0177f3ca35f7f20f52f27f5a13ac9f90
# Parent  066475204d43572137083c64a02a813e1d78ac5a
packaging: drop outdated buildrpm "tested on" comment

Packaging usually works on other versions too, and it is not efficient to
maintain the list in repo. It is already out of sync with the Makefile targets.

diff --git a/contrib/packaging/buildrpm b/contrib/packaging/buildrpm
--- a/contrib/packaging/buildrpm
+++ b/contrib/packaging/buildrpm
@@ -1,11 +1,6 @@
 #!/bin/bash -e
 #
-# Build a Mercurial RPM from the current repo
-#
-# Tested on
-# - Fedora 20
-# - CentOS 5
-# - centOS 6
+# Build a Mercurial RPM from the current repo, mainly for Fedora/CentOS/RHEL
 
 . $(dirname $0)/packagelib.sh
 

_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to