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>2023-01-05 17:20:25 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-01-05 19:28:19 +0300
commita7c7e071b30ea9172e3bff9d8cd33fa62900f0ff (patch)
tree2c7134de2be0384fbe22178df2fffdc334c5c876
parent7f1cdcf8fab90149448a9d734bb44a1539c2a6e3 (diff)
Allow an empty source for obsoleted catgets package
Allow an empty source for obsoleted catgets package, so libcatgets1 can get properly identified as a deprecated soversion.
-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 0edf8ba..5cd85a7 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -168,6 +168,7 @@ nonexistent_provides = [
# depends on it's replacement, and so are a lingering remnant of something not
# properly obsoleted)
empty_source = {
+ 'catgets-src': ['2.10.0-1'],
'octave-octcdf-src': ['1.1.7-99'],
'perl-File-Slurp-Unicode-src': ['0.7.1-2'], # obsoleted by perl-File-Slurp
}