Commit fb8bf07ac3802ee95cd2af1240f3304e9a127650
Committed by
Athos
1 parent
ca88bc8c
Exists in
master
and in
51 other branches
Updates kalibro-configurations spec
Showing
1 changed file
with
2 additions
and
5 deletions
Show diff stats
src/pkg-rpm/kalibro-configurations/kalibro-configurations.spec
1 | Name: kalibro-configurations | 1 | Name: kalibro-configurations |
2 | -Version: 1.0.0.backport | ||
3 | -Release: 2%{?dist} | 2 | +Version: 1.2.3 |
3 | +Release: 1%{?dist} | ||
4 | Summary: Mezuro metrics management backend | 4 | Summary: Mezuro metrics management backend |
5 | Group: Development/Tools | 5 | Group: Development/Tools |
6 | License: AGPLv3 | 6 | License: AGPLv3 |
@@ -65,9 +65,6 @@ production: | @@ -65,9 +65,6 @@ production: | ||
65 | secret_key_base: $(bundle exec rake secret) | 65 | secret_key_base: $(bundle exec rake secret) |
66 | EOF | 66 | EOF |
67 | 67 | ||
68 | -#FIXME HACK, REMOVE LATER | ||
69 | -sed -i -e "s/require.*database_cleaner/# &/" %{buildroot}/usr/lib/kalibro-configurations/app/controllers/tests_controller.rb | ||
70 | - | ||
71 | %post | 68 | %post |
72 | groupadd kalibro_configurations || true | 69 | groupadd kalibro_configurations || true |
73 | if ! id kalibro_configurations; then | 70 | if ! id kalibro_configurations; then |