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 #22789: BuildRequire must be git-core on sles #2746

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion rudder-server/SPECS/dependencies
@@ -1,4 +1,4 @@
sles-15:gcc libopenssl-devel python3-devel rsync git
sles-15:gcc libopenssl-devel python3-devel rsync git-core
rhel-7:gcc openssl-devel libtool-ltdl-devel python-devel selinux-policy-devel rsync openssl11-devel git
rhel-8:gcc openssl-devel libtool-ltdl-devel python3-devel selinux-policy-devel rsync git
rhel-9:gcc openssl-devel libtool-ltdl-devel python3-devel selinux-policy-devel rsync git
Expand Down
6 changes: 3 additions & 3 deletions rudder-server/SPECS/rudder-server.spec
Expand Up @@ -93,7 +93,7 @@ Requires: postgresql15-server
Requires: postgresql-server >= 13
%endif

BuildRequires: gcc, rsync, git
BuildRequires: gcc, rsync

# OS-specific dependencies

Expand All @@ -104,14 +104,14 @@ BuildRequires: selinux-policy-devel
Requires: mod_ssl httpd shadow-utils
Requires: jre-17-headless
Requires: perl-Digest-SHA libtool-ltdl
BuildRequires: openssl-devel libtool-ltdl-devel
BuildRequires: openssl-devel libtool-ltdl-devel git
%endif

## SLES
%if 0%{?suse_version}
BuildRequires: groff
Requires: apache2 pwdutils libltdl7
BuildRequires: libopenssl-devel
BuildRequires: libopenssl-devel git-core
%endif

%if 0%{?sle_version} && 0%{?sle_version} >= 150000
Expand Down