Commit 519bcac9 authored by Mike DePaulo's avatar Mike DePaulo

Fix RPM spec syntax error

parent 4bc550e8
...@@ -79,6 +79,7 @@ Requires: xorg-x11-libXext%{?_isa} ...@@ -79,6 +79,7 @@ Requires: xorg-x11-libXext%{?_isa}
%else %else
Requires: libX11-6%{?_isa} Requires: libX11-6%{?_isa}
Requires: libXext6%{?_isa} Requires: libXext6%{?_isa}
%endif
%else %else
Requires: libX11%{?_isa} Requires: libX11%{?_isa}
Requires: libXext%{?_isa} Requires: libXext%{?_isa}
...@@ -1120,4 +1121,4 @@ ln -s -f ../../../../%{_lib}/libXext.so.6 %{buildroot}%{_libdir}/nx/X11/Xinerama ...@@ -1120,4 +1121,4 @@ ln -s -f ../../../../%{_lib}/libXext.so.6 %{buildroot}%{_libdir}/nx/X11/Xinerama
%changelog %changelog
* Thu Jan 29 2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 3.5.0.29 * Thu Jan 29 2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 3.5.0.29
- See debian/changelog for details. - See debian/changelog for details.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment