Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion naemon-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Requires(pre): shadow
%if 0%{?suse_version} < 1315
Requires(pre): shadow-utils
%endif

# satisfy opensuse 16 rpmlint issue: E: lto-no-text-in-archive
%define _lto_cflags %{nil}
%endif
Requires: logrotate
Requires: libnaemon >= %{version}
Expand Down Expand Up @@ -296,7 +299,6 @@ exit 0
%doc AUTHORS
%doc COPYING
%doc ChangeLog
%doc INSTALL
%doc LEGAL
%doc NEWS
%doc README
Expand Down
Loading