* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.2.0-2
- Delete ModulePath lines rather than attempt to munge them. (#186338)
This commit is contained in:
parent
99319d217b
commit
1401267395
@ -8,7 +8,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -471,9 +471,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# unnecessary, and break upgrades from monolithic to modular X.
|
# unnecessary, and break upgrades from monolithic to modular X.
|
||||||
# Fixes bugs (#173036, 173435, 173453, 173428)
|
# Fixes bugs (#173036, 173435, 173453, 173428)
|
||||||
perl -p -i -e 's#^\s*RgbPath.*$##gi' $configfile
|
perl -p -i -e 's#^\s*RgbPath.*$##gi' $configfile
|
||||||
# If ModulePath is specified in the config file, check for the old
|
# If ModulePath is specified in the config file, delete it.
|
||||||
# monolithic module path, and replace it with the new one.
|
perl -p -i -e 's#^\s*ModulePath.*$##gi' $configfile
|
||||||
perl -p -i -e "m,^\s*ModulePath.*\"${OLD_MODULEPATH}\".*$,; s,${OLD_MODULEPATH},%{moduledir}," $configfile
|
|
||||||
fi
|
fi
|
||||||
# done
|
# done
|
||||||
popd
|
popd
|
||||||
@ -633,6 +632,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.2.0-2
|
||||||
|
- Delete ModulePath lines rather than attempt to munge them. (#186338)
|
||||||
|
|
||||||
* Tue Jan 23 2007 Adam Jackson <ajax@redhat.com> 1.2.0-1
|
* Tue Jan 23 2007 Adam Jackson <ajax@redhat.com> 1.2.0-1
|
||||||
- Xorg server 1.2.0.
|
- Xorg server 1.2.0.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user