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 310787 Details for
Bug 453748
Update fails due to invalid sed command in %pre scriptlet
[?]
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]
Fix sed regular expression in pre script
i810.diff (text/plain), 1.05 KB, created by
Jeffrey C. Ollie
on 2008-07-02 13:07:01 UTC
(
hide
)
Description:
Fix sed regular expression in pre script
Filename:
MIME Type:
Creator:
Jeffrey C. Ollie
Created:
2008-07-02 13:07:01 UTC
Size:
1.05 KB
patch
obsolete
>Index: xorg-x11-drv-i810.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/xorg-x11-drv-i810/F-9/xorg-x11-drv-i810.spec,v >retrieving revision 1.100 >diff -u -r1.100 xorg-x11-drv-i810.spec >--- xorg-x11-drv-i810.spec 1 Jul 2008 21:17:29 -0000 1.100 >+++ xorg-x11-drv-i810.spec 2 Jul 2008 13:06:11 -0000 >@@ -6,7 +6,7 @@ > Summary: Xorg X11 Intel video driver(s) > Name: xorg-x11-drv-i810 > Version: 2.3.2 >-Release: 1%{?dist} >+Release: 2%{?dist} > URL: http://www.x.org > License: MIT > Group: User Interface/X Hardware Support >@@ -122,7 +122,7 @@ > > %pre > if [ -e /etc/X11/xorg.conf ]; then >- sed -i 's/^\s*Driver(.*)"i810"/Driver\1"intel"/gi' /etc/X11/xorg.conf >+ sed -i 's/^\(\s\)*Driver\(.*\)"i810"/\1Driver\2"intel"/gi' /etc/X11/xorg.conf > fi > > %files >@@ -149,6 +149,9 @@ > %{_libdir}/libIntelXvMC.so > > %changelog >+* Wed Jul 2 2008 Jeffrey C. Ollie <jeff@ocjtech.us> - 2.3.2-2 >+- Fix sed regular expression in pre script. >+ > * Tue Jul 01 2008 Adam Jackson <ajax@redhat.com> 2.3.2-1 > - intel 2.3.2 >
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 453748
: 310787