Unset $DISPLAY in macros
This commit is contained in:
parent
ae8ce229ab
commit
4410abdbbb
3
macros
3
macros
@ -118,17 +118,20 @@ package or when debugging this package.\
|
|||||||
%%prep\
|
%%prep\
|
||||||
LANG=C\
|
LANG=C\
|
||||||
export LANG\
|
export LANG\
|
||||||
|
unset DISPLAY\
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
%build %%build\
|
%build %%build\
|
||||||
LANG=C\
|
LANG=C\
|
||||||
export LANG\
|
export LANG\
|
||||||
|
unset DISPLAY\
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\
|
%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\
|
||||||
%%install\
|
%%install\
|
||||||
LANG=C\
|
LANG=C\
|
||||||
export LANG\
|
export LANG\
|
||||||
|
unset DISPLAY\
|
||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
%find_lang /usr/lib/rpm/redhat/find-lang.sh %{buildroot}
|
%find_lang /usr/lib/rpm/redhat/find-lang.sh %{buildroot}
|
||||||
|
@ -28,6 +28,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 03 2003 Elliot Lee <sopwith@redhat.com>
|
||||||
|
- Unset $DISPLAY in macros
|
||||||
|
|
||||||
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 8.0.21-1
|
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 8.0.21-1
|
||||||
- Just turn on -g unconditionally for now
|
- Just turn on -g unconditionally for now
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user