rpms/hplip/devel hplip-config.patch,NONE,1.1 hplip.spec,1.11,1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 15 22:06:15 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/hplip/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4016

Modified Files:
	hplip.spec 
Added Files:
	hplip-config.patch 
Log Message:
* Wed Jun 15 2005 Tim Waugh <twaugh at redhat.com> 0.9.3-5
- Use static IP ports (for SELinux policy).


hplip-config.patch:
 hplip.conf |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

--- NEW FILE hplip-config.patch ---
--- hplip-0.9.3/hplip.conf.config	2005-06-15 23:04:28.000000000 +0100
+++ hplip-0.9.3/hplip.conf	2005-06-15 23:04:47.000000000 +0100
@@ -1,10 +1,9 @@
-# hplips.conf
+# hplip.conf
 
 [hpiod]
-# port=50000 (registered IP port)
+port=50000 (registered IP port)
 # port=0 (dynamic IP port)
-port=0
 
 [hpssd]
-# port=50002
-port=0
+port=50002
+# port=0


Index: hplip.spec
===================================================================
RCS file: /cvs/dist/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- hplip.spec	14 Jun 2005 16:28:39 -0000	1.11
+++ hplip.spec	15 Jun 2005 22:06:13 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 0.9.3
-Release: 4
+Release: 5
 License: GPL/MIT/BSD
 Group: System Environment/Daemons
 Obsoletes: hpoj <= 0.91
@@ -15,6 +15,7 @@
 Source: http://kent.dl.sourceforge.net/sourceforge/hpinkjet/%{name}-%{version}.tar.gz
 Patch1: hplip-forward-decl.patch
 Patch2: hplip-desktop.patch
+Patch3: hplip-config.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
 
 Requires: desktop-file-utils >= 0.2.92
@@ -62,6 +63,9 @@
 # Use /usr/share/applications for putting desktop files in.
 %patch2 -p1 -b .desktop
 
+# Use static IP ports (for SELinux policy).
+%patch3 -p1 -b .config
+
 %build
 %configure
 make
@@ -142,6 +146,9 @@
 fi
 
 %changelog
+* Wed Jun 15 2005 Tim Waugh <twaugh at redhat.com> 0.9.3-5
+- Use static IP ports (for SELinux policy).
+
 * Tue Jun 14 2005 Tim Waugh <twaugh at redhat.com> 0.9.3-4
 - Conflicts: hpijs from before this package provided it.
 - Conflicts: system-config-printer < 0.6.132 (i.e. before HPLIP support




More information about the fedora-cvs-commits mailing list