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
39eeda5f
Commit
39eeda5f
authored
Aug 01, 2020
by
mh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ensure proper permissions
parent
12942d73
Pipeline
#3390
passed with stages
in 13 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
puppet-extensions.spec
puppet-extensions.spec
+3
-3
No files found.
puppet-extensions.spec
View file @
39eeda5f
%if 0%{?_version:1}
%define _verstr %{_version}
%else
%define _verstr 0.0.1
3
%define _verstr 0.0.1
4
%endif
# puppetserver still runs a ruby 1.9.3 kind JRuby
...
...
@@ -143,7 +143,7 @@ chrpath -d %{buildroot}/opt/puppetlabs/puppet/lib/ruby/gems/*/gems/sha3-*/ext/sh
chrpath -d %{buildroot}/opt/puppetlabs/puppet/lib/ruby/gems/*/gems/sha3-*/lib/sha3_n.so
%files -n puppet-agent-extensions
%defattr(
-
,root,root,
-
)
%defattr(
0644
,root,root,
0755
)
%{agentdir}/bin/trocla
%{agentdir}/bin/iuid
%{agentdir}/bin/rackup
...
...
@@ -155,7 +155,7 @@ chrpath -d %{buildroot}/opt/puppetlabs/puppet/lib/ruby/gems/*/gems/sha3-*/lib/sh
%{agentgemdir}/gems/*
%files -n puppetserver-extensions
%defattr(
-
,root,root,
-
)
%defattr(
0644
,root,root,
0755
)
%{servergemdir}/*
%changelog
...
...
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