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 879123 Details for
Bug 1002342
redhat-lsb-core pulls in the graphical stack due to cups
[?]
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]
cups-client.patch
cups-client.patch (text/plain), 2.81 KB, created by
Tim Waugh
on 2014-03-26 16:50:26 UTC
(
hide
)
Description:
cups-client.patch
Filename:
MIME Type:
Creator:
Tim Waugh
Created:
2014-03-26 16:50:26 UTC
Size:
2.81 KB
patch
obsolete
>diff --git a/cups.spec b/cups.spec >index f3e60d8..06a53fb 100644 >--- a/cups.spec >+++ b/cups.spec >@@ -11,7 +11,7 @@ Summary: CUPS printing system > Name: cups > Epoch: 1 > Version: 1.7.1 >-Release: 8%{?dist} >+Release: 9%{?dist} > License: GPLv2 > Group: System Environment/Daemons > Url: http://www.cups.org/ >@@ -76,6 +76,7 @@ Patch100: cups-lspp.patch > > Requires: /sbin/chkconfig > Requires: %{name}-filesystem = %{epoch}:%{version}-%{release} >+Requires: %{name}-client = %{epoch}:%{version}-%{release} > Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} > %if %use_alternatives > Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat >@@ -120,6 +121,12 @@ Requires: acl > Requires: ghostscript-cups > Requires: cups-filters > >+%package client >+Summary: CUPS printing system - client programs >+Group: Application/System >+License: GPLv2 >+Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} >+ > %package devel > Summary: CUPS printing system - development environment > Group: Development/Libraries >@@ -157,6 +164,11 @@ UNIX® operating systems. It has been developed by Apple Inc. > to promote a standard printing solution for all UNIX vendors and users. > CUPS provides the System V and Berkeley command-line interfaces. > >+%description client >+CUPS printing system provides a portable printing layer for >+UNIX® operating systems. This package contains command-line client >+programs. >+ > %description devel > CUPS printing system provides a portable printing layer for > UNIX® operating systems. This is the development package for creating >@@ -563,8 +575,6 @@ rm -f %{cups_serverbin}/backend/smb > %{_unitdir}/%{name}.path > %{_bindir}/cupstestppd > %{_bindir}/cupstestdsc >-%{_bindir}/cancel* >-%{_bindir}/lp* > %{_bindir}/ppd* > %{cups_serverbin}/backend/* > %{cups_serverbin}/cgi-bin >@@ -576,6 +586,10 @@ rm -f %{cups_serverbin}/backend/smb > %{cups_serverbin}/filter/* > %{cups_serverbin}/monitor > %{_mandir}/man[1578]/* >+# client subpackage >+%exclude %{_mandir}/man1/lp*.1.gz >+%exclude %{_mandir}/man8/lp*.8.gz >+%exclude %{_mandir}/man1/cancel-cups.1.gz > # devel subpackage > %exclude %{_mandir}/man1/cups-config.1.gz > # ipptool subpackage >@@ -612,6 +626,13 @@ rm -f %{cups_serverbin}/backend/smb > %{_datadir}/cups/ppdc/*.defs > %{_datadir}/cups/ppdc/*.h > >+%files client >+%{_bindir}/cancel* >+%{_bindir}/lp* >+%{_mandir}/man1/lp*.1.gz >+%{_mandir}/man8/lp*.8.gz >+%{_mandir}/man1/cancel-cups.1.gz >+ > %files libs > %doc LICENSE.txt > %{_libdir}/*.so.* >@@ -653,6 +674,9 @@ rm -f %{cups_serverbin}/backend/smb > %{_mandir}/man5/ipptoolfile.5.gz > > %changelog >+* Wed Mar 26 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-9 >+- New client subpackage containing just command line client tools. >+ > * Tue Mar 18 2014 Tim Waugh <twaugh@redhat.com> - 1:1.7.1-8 > - Removed patch for STR #4386 as it does not work and causes problems > instead (bug #1077239).
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
Flags:
jpopelka
: review+
Actions:
View
|
Diff
Attachments on
bug 1002342
:
791553
|
791554
| 879123