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 578324 Details for
Bug 813764
Enable system lzo library on rhel >= 6
[?]
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]
Do not use system lzo library on RHEL <= 5 only
0001-Do-not-use-system-lzo-library-on-RHEL-5-only.patch (text/plain), 1.17 KB, created by
Petr Pisar
on 2012-04-18 11:39:14 UTC
(
hide
)
Description:
Do not use system lzo library on RHEL <= 5 only
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2012-04-18 11:39:14 UTC
Size:
1.17 KB
patch
obsolete
>From 0a62c41a7572c90b005646df4a1796668834bea8 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> >Date: Wed, 18 Apr 2012 10:18:03 +0200 >Subject: [PATCH] Do not use system lzo library on RHEL <= 5 only > >--- > libvncserver.spec | 7 +++++-- > 1 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/libvncserver.spec b/libvncserver.spec >index d3a268d..a1c21b1 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} >= 6 > %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@redhat.com> - 0.9.8.2-4 >+- Do not use system lzo library on RHEL <= 5 only >+ > * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8.2-3 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >-- >1.7.7.6 >
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 813764
: 578324