Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 575644 Details for
Bug 810448
A postinstall scriptlet's bug in pulp-0.0.263-18.el6
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
An experimental and not tested patch to resolve a postinstall scriptlet error
pulp-0.0.263-18.el6.spec.patch (text/plain), 1.14 KB, created by
Satoru SATOH
on 2012-04-06 07:55:33 UTC
(
hide
)
Description:
An experimental and not tested patch to resolve a postinstall scriptlet error
Filename:
MIME Type:
Creator:
Satoru SATOH
Created:
2012-04-06 07:55:33 UTC
Size:
1.14 KB
patch
obsolete
>--- rpmbuild/SPECS/pulp.spec.org 2012-04-05 22:35:49.229801207 +0900 >+++ rpmbuild/SPECS/pulp.spec 2012-04-05 22:41:04.481812673 +0900 >@@ -311,14 +311,11 @@ > # Migrate pulp-protected-repos to new location > if [ ! -e /etc/pki/pulp/content/pulp-protected-repos ] > then >- if [ -e /etc/pki/content/pulp-protected-repos ] >- then >- mv /etc/pki/content/pulp-protected-repos /etc/pki/pulp/content/pulp-protected-repos >- chown apache:apache /etc/pki/pulp/content/pulp-protected-repos >- fi >+ test -e /etc/pki/content/pulp-protected-repos \ >+ && mv -f /etc/pki/content/pulp-protected-repos \ >+ /etc/pki/pulp/content/pulp-protected-repos \ >+ || : > fi >- >-chown apache:apache /etc/pki/pulp/content/pulp-protected-repos > # -- post - pulp cds --------------------------------------------------------- > > %post cds >@@ -417,6 +414,7 @@ > %config(noreplace) %{_sysconfdir}/pki/pulp > %attr(755, root, root) %{_sysconfdir}/rc.d/init.d/pulp-server > %{_bindir}/pulp-migrate >+%attr(-, apache, apache) %ghost %{_sysconfdir}/pki/pulp/content/pulp-protected-repos > # -- files - common ---------------------------------------------------------- > > %files common
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 810448
:
575644
|
576268