File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
preserve_project : true
35
35
actions :
36
36
post-upstream-clone :
37
+ # bump release to 99 to always be ahead of Fedora builds
38
+ - ' bash -c "sed -i -r \"s/Release:(\s*)\S+/Release: 99%{?dist}/\" dist/libblockdev.spec.in"'
37
39
- ' cp dist/libblockdev.spec.in dist/libblockdev.spec'
38
40
- ' sed -i -E "s/@WITH_.+@/1/g" dist/libblockdev.spec'
39
- # bump release to 99 to always be ahead of Fedora builds
40
- - ' bash -c "sed -i -r \"s/Release:(\s*)\S+/Release: 99%{?dist}/\" dist/libblockdev.spec"'
41
41
create-archive :
42
42
- ' ./autogen.sh'
43
43
- ' ./configure'
@@ -55,10 +55,10 @@ jobs:
55
55
preserve_project : true
56
56
actions :
57
57
post-upstream-clone :
58
+ # bump release to 99 to always be ahead of Fedora builds
59
+ - ' bash -c "sed -i -r \"s/Release:(\s*)\S+/Release: 99%{?dist}/\" dist/libblockdev.spec.in"'
58
60
- ' cp dist/libblockdev.spec.in dist/libblockdev.spec'
59
61
- ' sed -i -E "s/@WITH_.+@/1/g" dist/libblockdev.spec'
60
- # bump release to 99 to always be ahead of Fedora builds
61
- - ' bash -c "sed -i -r \"s/Release:(\s*)\S+/Release: 99%{?dist}/\" dist/libblockdev.spec"'
62
62
create-archive :
63
63
- ' ./autogen.sh'
64
64
- ' ./configure'
You can’t perform that action at this time.
0 commit comments