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
409204b2
Commit
409204b2
authored
Jul 29, 2020
by
mh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use different gems for different platforms
parent
d2926b25
Pipeline
#3372
failed with stages
in 4 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
puppet-extensions.spec
puppet-extensions.spec
+5
-2
No files found.
puppet-extensions.spec
View file @
409204b2
...
...
@@ -9,10 +9,10 @@
%define version_gems1 activerecord --version '~> 4.2.9'
%define version_gems2 actionmailer --version '~> 4.2.9'
# we don't need sinatra oder openoffice in jruby
%define mrionly_gems sinatra roo simpleidn
%define mrionly_gems sinatra roo simpleidn
sha3
%define mrionly_gems_version1 pg --version '= 0.20'
# we want the jruby version of pg
%define jrubyonly_gems jruby-pg
%define jrubyonly_gems jruby-pg
sha3-pure-ruby
%define checkout %(date +%Y%m%d)
...
...
@@ -135,6 +135,9 @@ chrpath -d %{buildroot}/opt/puppetlabs/puppet/lib/ruby/gems/*/gems/unf_ext-*/lib
chrpath -d %{buildroot}/opt/puppetlabs/puppet/lib/ruby/gems/*/gems/pg-*/ext/pg_ext.so
chrpath -d %{buildroot}/opt/puppetlabs/puppet/lib/ruby/gems/*/gems/pg-*/lib/pg_ext.so
chrpath -d %{buildroot}/opt/puppetlabs/puppet/lib/ruby/gems/*/gems/ed25519-*/ext/ed25519_ref10/ed25519_ref10.so
chrpath -d %{buildroot}/opt/puppetlabs/puppet/lib/ruby/gems/*/gems/ed25519-*/lib/ed25519_ref10.so
%files -n puppet-agent-extensions
%defattr(-,root,root,-)
%{agentdir}/bin/trocla
...
...
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