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 150891 Details for
Bug 233966
Support for reading read-only configuration files
[?]
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]
proposed patch for ghostscript.spec
ghostscript.spec.diff (text/plain), 1.62 KB, created by
Akira TAGOH
on 2007-03-26 12:49:41 UTC
(
hide
)
Description:
proposed patch for ghostscript.spec
Filename:
MIME Type:
Creator:
Akira TAGOH
Created:
2007-03-26 12:49:41 UTC
Size:
1.62 KB
patch
obsolete
>--- ghostscript.spec.orig 2007-03-26 21:23:04.000000000 +0900 >+++ ghostscript.spec 2007-03-26 21:43:47.000000000 +0900 >@@ -110,7 +110,9 @@ > %{_datadir}/fonts/default/amspsfnt/pfb \ > %{_datadir}/fonts/default/cmpsfont/pfb \ > %{_datadir}/fonts/japanese \ >- %{_sysconfdir}/%{name} >+ %{_datadir}/%{name}/conf.d \ >+ %{_sysconfdir}/%{name} \ >+ %{_sysconfdir}/%{name}/%{gs_dot_ver} > do > FONTPATH="$FONTPATH${FONTPATH:+:}$path" > done >@@ -198,7 +200,12 @@ > # Don't ship two copies of Resource. Just the versioned one will do. > rm -rf $RPM_BUILD_ROOT%{_datadir}/ghostscript/Resource > >-mkdir -p $RPM_BUILD_ROOT/etc/ghostscript >+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/conf.d >+mkdir -p $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver} >+touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/Fontmap.local >+touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/FAPIfontmap.local >+touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/cidfmap.local >+touch $RPM_BUILD_ROOT/etc/ghostscript/%{gs_dot_ver}/CIDFnmap.local > > # The man/de/man1 symlinks are broken (bug #66238). > find $RPM_BUILD_ROOT%{_mandir}/de/man1 -type l | xargs rm -f >@@ -220,7 +227,9 @@ > %files -f rpm.sharelist > %defattr(-,root,root) > %dir /etc/ghostscript >+%dir /etc/ghostscript/%{gs_dot_ver} > %dir %{_datadir}/ghostscript >+%dir %{_datadir}/ghostscript/conf.d > %dir %{_datadir}/ghostscript/%{gs_dot_ver} > %dir %{_datadir}/ghostscript/%{gs_dot_ver}/lib > %dir %{_datadir}/ghostscript/%{gs_dot_ver}/lib/cjkv >@@ -235,6 +244,7 @@ > %{_libdir}/%{name}/%{gs_dot_ver} > /usr/lib/cups/filter/pstopxl > %{_datadir}/cups/model/pxl* >+%config(noreplace) /etc/ghostscript/%{gs_dot_ver}/* > > %files gtk > %defattr(-,root,root)
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 233966
: 150891 |
152763
|
152764
|
152765
|
152766