[libvncserver] Enable system lzo library on rhel >= 6 (#813764)

Rex Dieter rdieter at fedoraproject.org
Wed Apr 18 12:05:52 UTC 2012


commit e9d89b6c835199eebfc4640ce73c146d0ba2dfc8
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Apr 18 07:05:50 2012 -0500

    Enable system lzo library on rhel >= 6 (#813764)

 libvncserver.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libvncserver.spec b/libvncserver.spec
index d3a268d..ad3a5e5 100644
--- a/libvncserver.spec
+++ b/libvncserver.spec
@@ -1,14 +1,14 @@
 
 # Fedora pkg review: http://bugzilla.redhat.com/429749
 
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} > 5
 %define system_minilzo 1
 %endif
 
 Summary: Library to make writing a vnc server easy
 Name:    libvncserver
 Version: 0.9.8.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 # NOTE: --with-tightvnc-filetransfer => GPLv2
 License: GPLv2+
 Group:   System Environment/Libraries
@@ -130,6 +130,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Apr 18 2012 Petr Pisar <ppisar at redhat.com> 0.9.8.2-4
+- Enable system lzo library on rhel >= 6 (#813764)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.8.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list