File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ jobs:
3131 run : make check
3232 - name : make distcheck
3333 run : make distcheck
34- - uses : codecov/codecov-action@v1
34+ - uses : codecov/codecov-action@v4
3535 with :
3636 flags : tests # optional
3737 name : nemea-framework # optional
3838 fail_ci_if_error : true # optional (default = false)
3939 verbose : true # optional (default = false)
40+ token : ${{ secrets.CODECOV_TOKEN }} # required
4041
Original file line number Diff line number Diff line change 1- D @defaultsocketdir@ 0777 nemead nemead -
1+ D @defaultsocketdir@ 1777 root root -
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if you want to develop your own TRAP module.
3131%setup
3232
3333%build
34- ./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --libdir=%{_libdir} --bindir=%{_bindir}/nemea --docdir=%{_docdir}/libtrap --with-defaultsocketdir=%{_localstatedir}/run /libtrap --disable-doxygen-pdf --disable-doxygen-ps --disable-tests -q;
34+ ./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} --libdir=%{_libdir} --bindir=%{_bindir}/nemea --docdir=%{_docdir}/libtrap --with-defaultsocketdir=%{_rundir} /libtrap --disable-doxygen-pdf --disable-doxygen-ps --disable-tests -q;
3535make -j5
3636make doc
3737
@@ -47,7 +47,7 @@ ldconfig
4747%{_libdir}/libtrap.so.*
4848%{_sysconfdir}/tmpfiles.d/libtrap-varrun.conf
4949%defattr(-,-,-,1777)
50- %dir %{_localstatedir}/run /libtrap
50+ %dir %{_rundir} /libtrap
5151
5252%files devel
5353%{_libdir}/pkgconfig/libtrap.pc
You can’t perform that action at this time.
0 commit comments