Date: Sunday, October 23, 2022 @ 17:22:02
  Author: heftig
Revision: 458815

fix vercmp

Modified:
  gcr/trunk/gcr.install

-------------+
 gcr.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: gcr.install
===================================================================
--- gcr.install 2022-10-23 17:21:30 UTC (rev 458814)
+++ gcr.install 2022-10-23 17:22:02 UTC (rev 458815)
@@ -1,5 +1,5 @@
 pre_upgrade() {
-  if (( $(vercmp $2 3.41.0-1) >= 0 && $(vercmp $2 3.41.1-2) < 0 )); then
+  if (( $(vercmp $2 3.41.0-1) >= 0 && $(vercmp $2 3.41.1-3) < 0 )); then
     # Moved to gcr-4
     systemctl --global disable gcr-ssh-agent.socket
   fi

Reply via email to