Browse Source

upgrading package: traefik 1.7.7.20190112 -> 1.7.7.20190122

master
parent
commit
e663a8a963
  1. 2
      traefik/traefik.patch
  2. 4
      traefik/traefik.spec

2
traefik/traefik.patch

@ -6,7 +6,7 @@ Index: src/github.com/containous/traefik/script/binary
rm -f dist/traefik
-FLAGS=""
+FLAGS="-x"
+FLAGS="-v"
if [ -n "$VERBOSE" ]; then
FLAGS="${FLAGS} -v"
fi

4
traefik/traefik.spec

@ -23,7 +23,7 @@
# package version
%define V_traefik_base 1.7.7
%define V_traefik_snap 20190112
%define V_traefik_snap 20190122
# package information
Name: traefik
@ -36,7 +36,7 @@ Class: EVAL
Group: Networking
License: MIT
Version: %{V_traefik_base}.%{V_traefik_snap}
Release: 20190112
Release: 20190122
# list of sources
Source0: http://download.openpkg.org/components/versioned/traefik/traefik-%{V_traefik_snap}.tar.xz

Loading…
Cancel
Save