Commit 7b65dc1c2f7ab5c1175212b62cccc98adc778c25

Authored by Lucas Kanashiro
1 parent d6498e73

Apply patch updating script/feed-updater

Add "bundle exec" in script call

Signed-off-by: Matheus Fernandes <matheus.souza.fernndes@gmail.com>
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
specs/noosfero/noosfero.spec
... ... @@ -7,6 +7,7 @@ License: GNU GPLv3
7 7 URL: http://noosfero.org
8 8 Source0: %{name}-%{version}.tar.gz
9 9 Patch0: %{name}p0.patch
  10 +Patch1: %{name}p1.patch
10 11 BuildArch: noarch
11 12 BuildRequires: noosfero-deps
12 13 Requires: noosfero-deps, po4a, tango-icon-theme
... ... @@ -21,6 +22,7 @@ participate and contribute to this free software project!
21 22 %setup -q
22 23 grep -rl '/usr/bin/ruby1.8' . | xargs --no-run-if-empty sed -i -e '1 s|.*|#!/usr/bin/ruby|'
23 24 %patch0 -p1
  25 +%patch1 -p1
24 26  
25 27 %build
26 28  
... ...