Skip to content

Commit

Permalink
syslog-ng: Comment out check section (microsoft#6847)
Browse files Browse the repository at this point in the history
  • Loading branch information
Redent0r committed Nov 27, 2023
1 parent 957335b commit 5a2713c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions SPECS/syslog-ng/syslog-ng.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Next generation system logger facilty
Name: syslog-ng
Version: 3.33.2
Release: 6%{?dist}
Release: 7%{?dist}
License: BSD AND GPLv2+ AND LGPLv2+
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -86,9 +86,10 @@ sed -i 's/eventlog//g' %{buildroot}%{_libdir}/pkgconfig/syslog-ng.pc
install -vdm755 %{buildroot}%{_libdir}/systemd/system-preset
echo "disable syslog-ng.service" > %{buildroot}%{_libdir}/systemd/system-preset/50-syslog-ng.preset

%check
pip3 install unittest2 nose ply pep8
#make %{?_smp_mflags} check # TODO: fix tests. Look at comments in https://github.com/microsoft/CBL-Mariner/pull/6431
# TODO: fix tests. Look at comments in https://github.com/microsoft/CBL-Mariner/pull/6431
# %check
# pip3 install unittest2 nose ply pep8
# make %{?_smp_mflags} check

%post
if [ $1 -eq 1 ] ; then
Expand Down Expand Up @@ -148,6 +149,9 @@ fi
%{_libdir}/pkgconfig/*

%changelog
* Mon Nov 27 2023 Saul Paredes <[email protected]> - 3.33.2-7
- Comment %check section

* Wed Nov 22 2023 Saul Paredes <[email protected]> - 3.33.2-6
- Remove 'make check' from %check section

Expand Down

0 comments on commit 5a2713c

Please sign in to comment.