Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
immerda
RPM Packages
puppet-extensions
Commits
3ca2d1df
Commit
3ca2d1df
authored
Aug 13, 2020
by
mh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
we use another postgres from EL8 on
parent
680fa180
Pipeline
#3465
failed with stages
in 13 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
puppet-extensions.spec
puppet-extensions.spec
+5
-0
repos.el8
repos.el8
+0
-7
No files found.
puppet-extensions.spec
View file @
3ca2d1df
...
...
@@ -30,8 +30,13 @@ Patch0: https://github.com/duritong/ip/commit/0cf261fa2fb75113c94fef5ac231f3d7b2
BuildRequires: puppet-agent >= 6.0
BuildRequires: puppetserver >= 6.0
%if 0%{?rhel} >= 8
BuildRequires: postgresql
BuildRequires: postgresql-devel
%else
BuildRequires: postgresql96
BuildRequires: postgresql96-devel
%endif
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
BuildRequires: gcc-c++
...
...
repos.el8
View file @
3ca2d1df
...
...
@@ -3,10 +3,3 @@ name=Puppet Repository el 8 - $basearch
baseurl=http://yum.puppetlabs.com/puppet/el/8/x86_64
gpgkey=http://yum.puppetlabs.com/RPM-GPG-KEY-puppet
enabled=1
[postgres96]
name=Postgres 9.6 Repository el 8 - $basearch
baseurl=https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-8-x86_64
gpgkey=https://raw.githubusercontent.com/puppetlabs/puppetlabs-postgresql/master/files/RPM-GPG-KEY-PGDG
enabled=1
gpgcheck=1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment