Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-07-10 17:56:11 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-07-16 22:01:01 +0300
commit3208633a6de90abb61ff737d0b6fc994c65ea3a9 (patch)
tree0748112cfb21edc7b6b811f90ce32045e25955ad
parentba0fd5ebe9cfd0cbd8d9b96fc728d3f3de80c9dd (diff)
Add a reminder that procps-ng obsoletes procps at upload
-rw-r--r--calm/past_mistakes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py
index c0e724f..e4135aa 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -182,6 +182,7 @@ missing_obsolete = {
'guile2.2-debuginfo': ['guile-debuginfo'],
'librsync-debuginfo': ['rdiff-debuginfo'],
'man-db-debuginfo': ['man-debuginfo'], # contain conflicting files
+ 'procps-ng': ['procps'],
'procps-ng-debuginfo': ['procps-debuginfo'], # contain conflicting files
'python2-debuginfo': ['python-debuginfo'], # contain conflicting files
'python-dbus-debuginfo': ['python3-dbus-debuginfo'],