Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #14701: Remove asciidoc dependencies from relay package #1869

Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions rudder-server-relay/SOURCES/.dependencies
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SLES12:python-devel pkgconfig postgresql-devel openssl-devel zlib-devel xz-devel asciidoc
SLES15:python-devel pkgconfig postgresql-devel openssl-devel zlib-devel xz-devel asciidoc
RHEL7:python-devel selinux-policy-devel pkgconfig postgresql-devel openssl-devel zlib-devel xz-devel asciidoc
SLES12:python-devel pkgconfig postgresql-devel openssl-devel zlib-devel xz-devel
SLES15:python-devel pkgconfig postgresql-devel openssl-devel zlib-devel xz-devel
RHEL7:python-devel selinux-policy-devel pkgconfig postgresql-devel openssl-devel zlib-devel xz-devel
2 changes: 1 addition & 1 deletion rudder-server-relay/SPECS/rudder-server-relay.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AutoReq: 0
AutoProv: 0

## General
BuildRequires: python, python-devel, pkgconfig, postgresql-devel, openssl-devel, zlib-devel, xz-devel, asciidoc
BuildRequires: python, python-devel, pkgconfig, postgresql-devel, openssl-devel, zlib-devel, xz-devel
Requires: rudder-agent >= %{real_epoch}:%{real_version}, rsyslog, openssl, %{apache}, %{apache_tools}, python, binutils, xz, zlib, postgresql-libs
## RHEL
%if 0%{?rhel}
Expand Down
2 changes: 1 addition & 1 deletion rudder-server-relay/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: rudder-server-relay
Section: web
Priority: extra
Maintainer: Rudder Team <dev@rudder.io>
Build-Depends: debhelper (>= 9), python, libpython-dev | libpython2.7-dev | python2.7-dev, ca-certificates, curl, pkg-config, libpq-dev, libssl-dev, zlib1g-dev, lzma-dev, asciidoc, xsltproc
Build-Depends: debhelper (>= 9), python, libpython-dev | libpython2.7-dev | python2.7-dev, ca-certificates, curl, pkg-config, libpq-dev, libssl-dev, zlib1g-dev, lzma-dev
Standards-Version: 3.8.0
Homepage: https://www.rudder.io

Expand Down