Commit bce4ffe29adfcaeb631bfa992b6ea21f3febfb8e
1 parent
c8b46b89
Exists in
master
and in
51 other branches
Fix colab dependency version.
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Rodrigo Siqueira <siqueira@kuniri.org>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/pkg-rpm/colab-spb-theme/colab-spb-theme.spec
... | ... | @@ -7,7 +7,7 @@ License: GPL-3.0 |
7 | 7 | Group: Applications/Publishing |
8 | 8 | Url: https://softwarepublico.gov.br/gitlab/softwarepublico/colab-spb-theme-plugin |
9 | 9 | Source0: %{name}-%{version}.tar.gz |
10 | -Requires: colab >= 1.12.6 | |
10 | +Requires: colab >= 1.12.5 | |
11 | 11 | BuildArch: noarch |
12 | 12 | |
13 | 13 | %description | ... | ... |