cvsdist afac77e
%define initdir /etc/rc.d/init.d
cvsdist afac77e
%define use_alternatives 1
cvsdist 79dcdc0
%define use_dbus 1
cvsdist dc9ef5d
%define build_as_pie 1
cvsdist afac77e
cvsdist 4a08578
%define rc1 rc1
cvsdist afac77e
Summary: Common Unix Printing System
cvsdist afac77e
Name: cups
cvsdist 4a08578
Version: 1.1.21
cvsdist 4a08578
Release: 0.rc1.1
cvsdist afac77e
License: GPL
cvsdist afac77e
Group: System Environment/Daemons
cvsdist 4a08578
Source: ftp://ftp.easysw.com/pub/cups/cups-%{version}%{rc1}-source.tar.bz2
cvsdist afac77e
Source1: cups.init
cvsdist afac77e
Source2: cupsprinter.png
cvsdist 99ecd13
Source5: cups-lpd
cvsdist 99ecd13
Source6: pstoraster
cvsdist 99ecd13
Source7: pstoraster.convs
cvsdist a87014a
Source8: postscript.ppd.gz
cvsdist 0519732
Source9: cups.logrotate
cvsdist 0519732
Source10: ncp.backend
cvsdist 79dcdc0
Source11: cups.conf
cvsdist 0519732
Patch0: cups-1.1.15-initscript.patch
cvsdist afac77e
Patch1: cups-1.1.14-doclink.patch
cvsdist 0519732
Patch2: cups-1.1.16-system-auth.patch
cvsdist 0519732
Patch3: cups-1.1.17-backend.patch
cvsdist 0519732
Patch6: cups-1.1.17-pdftops.patch
cvsdist 0519732
Patch8: cups-1.1.17-rcp.patch
cvsdist 0519732
Patch9: cups-1.1.17-ppdsdat.patch
cvsdist 79dcdc0
Patch10: cups-1.1.17-sanity.patch
cvsdist 79dcdc0
Patch11: cups-1.1.19-lpstat.patch
cvsdist 79dcdc0
Patch12: cups-locale.patch
cvsdist dc9ef5d
Patch16: cups-pie.patch
cvsdist dc9ef5d
Patch17: cups-1.1.19-no_rpath.patch
cvsdist dc9ef5d
Patch18: cups-language.patch
cvsdist 5dbbcca
Patch19: cups-gcc34.patch
cvsdist f5e5367
Patch24: cups-maxlogsize.patch
cvsdist f5e5367
Patch25: cups-enabledisable.patch
cvsdist f5e5367
Patch26: cups-dbus.patch
cvsdist afac77e
Epoch: 1
cvsdist afac77e
Url: http://www.cups.org/
cvsdist afac77e
BuildRoot: %{_tmppath}/%{name}-root
cvsdist afac77e
PreReq: /sbin/chkconfig /sbin/service
cvsdist 5dbbcca
Requires: %{name}-libs = %{epoch}:%{version} xinetd
cvsdist afac77e
%if %use_alternatives
cvsdist afac77e
Provides: /usr/bin/lpq /usr/bin/lpr /usr/bin/lp /usr/bin/cancel /usr/bin/lprm /usr/bin/lpstat
cvsdist afac77e
Prereq: /usr/sbin/alternatives
cvsdist afac77e
%endif
cvsdist 79dcdc0
cvsdist 79dcdc0
# Unconditionally obsolete LPRng so that upgrades work properly.
cvsdist dc9ef5d
Obsoletes: lpd lpr LPRng
cvsdist 79dcdc0
Provides: lpd lpr LPRng = 3.8.15-3
cvsdist 79dcdc0
cvsdist 0519732
BuildPrereq: pam-devel XFree86-devel openssl-devel pkgconfig
cvsdist f5e5367
BuildRequires: make >= 1:3.80
cvsdist 79dcdc0
%if %use_dbus
cvsdist 5dbbcca
BuildPrereq: dbus-devel = 0.20
cvsdist 5dbbcca
Requires: dbus = 0.20
cvsdist 79dcdc0
%endif
cvsdist afac77e
cvsdist afac77e
%package devel
cvsdist afac77e
Summary: Common Unix Printing System - development environment
cvsdist afac77e
Group: Development/Libraries
cvsdist 0519732
Requires: %{name}-libs = %{epoch}:%{version}
cvsdist dc9ef5d
Requires: openssl-devel
cvsdist afac77e
cvsdist afac77e
%package libs
cvsdist afac77e
Summary: Common Unix Printing System - libraries
cvsdist afac77e
Group: System Environment/Libraries
cvsdist afac77e
cvsdist afac77e
%description
cvsdist afac77e
The Common UNIX Printing System provides a portable printing layer for 
cvsdist afac77e
UNIX® operating systems. It has been developed by Easy Software Products 
cvsdist afac77e
to promote a standard printing solution for all UNIX vendors and users. 
cvsdist afac77e
CUPS provides the System V and Berkeley command-line interfaces. 
cvsdist afac77e
cvsdist afac77e
%description devel
cvsdist afac77e
The Common UNIX Printing System provides a portable printing layer for 
cvsdist afac77e
UNIX® operating systems. This is the development package for creating
cvsdist afac77e
additional printer drivers, and other CUPS services.
cvsdist afac77e
cvsdist afac77e
%description libs
cvsdist afac77e
The Common UNIX Printing System provides a portable printing layer for 
cvsdist afac77e
UNIX® operating systems. It has been developed by Easy Software Products 
cvsdist afac77e
to promote a standard printing solution for all UNIX vendors and users. 
cvsdist afac77e
CUPS provides the System V and Berkeley command-line interfaces. 
cvsdist afac77e
The cups-libs package provides libraries used by applications to use CUPS
cvsdist afac77e
natively, without needing the lp/lpr commands.
cvsdist afac77e
cvsdist afac77e
%prep
cvsdist 4a08578
%setup -q -n %{name}-%{version}%{rc1}
cvsdist 0519732
%patch0 -p1 -b .noinit
cvsdist afac77e
%patch1 -p1 -b .doclink
cvsdist 0519732
%patch2 -p1 -b .system-auth
cvsdist 0519732
%patch3 -p1 -b .backend
cvsdist 0519732
%patch6 -p1 -b .pdftops
cvsdist 0519732
%patch8 -p1 -b .rcp
cvsdist 0519732
%patch9 -p1 -b .ppdsdat
cvsdist 79dcdc0
%patch10 -p1 -b .sanity
cvsdist 79dcdc0
%patch11 -p1 -b .lpstat
cvsdist 79dcdc0
%patch12 -p1 -b .locale
cvsdist dc9ef5d
%if %build_as_pie
cvsdist dc9ef5d
%patch16 -p1 -b .pie
cvsdist dc9ef5d
%endif
cvsdist dc9ef5d
%patch17 -p1 -b .no_rpath
cvsdist dc9ef5d
%patch18 -p1 -b .language
cvsdist 5dbbcca
%patch19 -p1 -b .gcc34
cvsdist f5e5367
%patch24 -p1 -b .maxlogsize
cvsdist f5e5367
%patch25 -p1 -b .enabledisable
cvsdist 79dcdc0
%if %use_dbus
cvsdist f5e5367
%patch26 -p1 -b .dbus
cvsdist 79dcdc0
%endif
cvsdist afac77e
perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
cvsdist 5dbbcca
aclocal -I config-scripts
cvsdist afac77e
autoconf
cvsdist afac77e
cvsdist 0519732
cp %{SOURCE5} cups-lpd.real
cvsdist 0519732
perl -pi -e "s,\@LIBDIR\@,%{_libdir},g" cups-lpd.real
cvsdist 0519732
cvsdist 79dcdc0
# Let's look at the compilation command lines.
cvsdist 79dcdc0
perl -pi -e "s,^.SILENT:,," Makedefs.in
cvsdist 79dcdc0
cvsdist afac77e
%build
cvsdist 0519732
if pkg-config openssl ; then
cvsdist 0519732
  export CFLAGS=`pkg-config --cflags openssl`
cvsdist 0519732
  export CPPFLAGS=`pkg-config --cflags-only-I openssl`
cvsdist 0519732
  export LDFLAGS=`pkg-config --libs-only-L openssl`
cvsdist 0519732
fi
cvsdist 0519732
%configure --with-docdir=%{_docdir}/cups-%{version}
cvsdist afac77e
cvsdist afac77e
# If we got this far, all prerequisite libraries must be here.
cvsdist dc9ef5d
make OPTIM="$RPM_OPT_FLAGS $CFLAGS"
cvsdist afac77e
cvsdist afac77e
%install
cvsdist afac77e
rm -rf $RPM_BUILD_ROOT
cvsdist afac77e
mkdir -p $RPM_BUILD_ROOT%{initdir}
cvsdist afac77e
cvsdist afac77e
make BUILDROOT=$RPM_BUILD_ROOT install 
cvsdist afac77e
cvsdist afac77e
install -m 755 $RPM_SOURCE_DIR/cups.init $RPM_BUILD_ROOT%{initdir}/cups
cvsdist afac77e
cvsdist afac77e
find $RPM_BUILD_ROOT/usr/share/cups/model -name "*.ppd" |xargs gzip -9f
cvsdist afac77e
cvsdist afac77e
%if %use_alternatives
cvsdist 0519732
pushd $RPM_BUILD_ROOT%{_bindir}
cvsdist afac77e
for i in cancel lp lpq lpr lprm lpstat; do
cvsdist afac77e
	mv $i $i.cups
cvsdist afac77e
done
cvsdist afac77e
cd $RPM_BUILD_ROOT%{_sbindir}
cvsdist afac77e
mv lpc lpc.cups
cvsdist afac77e
cd $RPM_BUILD_ROOT%{_mandir}/man1
cvsdist afac77e
for i in cancel lp lpq lpr lprm lpstat; do
cvsdist afac77e
	mv $i.1 $i-cups.1
cvsdist afac77e
done
cvsdist afac77e
cd $RPM_BUILD_ROOT%{_mandir}/man8
cvsdist afac77e
mv lpc.8 lpc-cups.8
cvsdist 0519732
popd
cvsdist afac77e
%endif
cvsdist afac77e
cvsdist 0519732
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps $RPM_BUILD_ROOT%{_sysconfdir}/X11/sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
cvsdist afac77e
install -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
cvsdist 0519732
install -c -m 755 cups-lpd.real $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/cups-lpd
cvsdist 0519732
install -c -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/cups
cvsdist 0519732
install -c -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_libdir}/cups/backend/ncp
cvsdist 99ecd13
ln -s ../doc/%{name}-%{version} $RPM_BUILD_ROOT%{_datadir}/%{name}/doc
cvsdist afac77e
# Deal with users trying to access the admin tool at
cvsdist afac77e
# /usr/share/doc/cups-%{version}/index.html rather than the
cvsdist afac77e
# correct http://localhost:631/
cvsdist afac77e
for i in admin classes jobs printers; do
cvsdist afac77e
	mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/$i
cvsdist afac77e
	cat >$RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/$i/index.html <
cvsdist afac77e
cvsdist afac77e
cvsdist afac77e
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
cvsdist afac77e
<head>
cvsdist afac77e
<meta http-equiv="refresh" content="2; URL=http://localhost:631/$i" />
cvsdist afac77e
<title>CUPS $i</title>
cvsdist afac77e
</head>
cvsdist afac77e
<body bgcolor="#cccc99" text="#000000" link="#0000ff" vlink="#ff00ff">
cvsdist afac77e

You are trying to access the CUPS admin frontend through reading the files.

cvsdist afac77e
The correct way to access the CUPS admin frontend is pointing your browser at
cvsdist afac77e
http://localhost:631/.

cvsdist afac77e

You should be automatically redirected to the correct URL in 2 seconds.

cvsdist afac77e
If your browser does not support redirection, please use
cvsdist afac77e
this link.

cvsdist afac77e
</body>
cvsdist afac77e
</html>
cvsdist afac77e
EOF
cvsdist afac77e
done
cvsdist afac77e
cvsdist 99ecd13
# Ship pstoraster (bug #69573).
cvsdist 99ecd13
install -c -m 755 %{SOURCE6} $RPM_BUILD_ROOT%{_libdir}/cups/filter
cvsdist 99ecd13
install -c -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/cups
cvsdist 66c8324
cvsdist a87014a
# Ship a generic postscript PPD file (#73061)
cvsdist a87014a
install -c -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/cups/model
cvsdist a87014a
cvsdist 79dcdc0
%if %use_dbus
cvsdist 79dcdc0
# D-BUS configuration.
cvsdist 79dcdc0
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d
cvsdist 79dcdc0
install -c -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/dbus-1/system.d/cups.conf
cvsdist 79dcdc0
%endif
cvsdist 79dcdc0
cvsdist 0519732
# Remove unshipped files.
cvsdist 0519732
rm -rf $RPM_BUILD_ROOT%{_mandir}/cat? $RPM_BUILD_ROOT%{_mandir}/*/cat?
cvsdist 0519732
cvsdist afac77e
%post
cvsdist afac77e
/sbin/chkconfig --del cupsd 2>/dev/null || true # Make sure old versions aren't there anymore
cvsdist afac77e
/sbin/chkconfig --add cups || true
cvsdist afac77e
%if %use_alternatives
cvsdist 0519732
/usr/sbin/alternatives --install %{_bindir}/lpr print %{_bindir}/lpr.cups 40 \
cvsdist afac77e
	 --slave %{_bindir}/lp print-lp %{_bindir}/lp.cups \
cvsdist afac77e
	 --slave %{_bindir}/lpq print-lpq %{_bindir}/lpq.cups \
cvsdist afac77e
	 --slave %{_bindir}/lprm print-lprm %{_bindir}/lprm.cups \
cvsdist afac77e
	 --slave %{_bindir}/lpstat print-lpstat %{_bindir}/lpstat.cups \
cvsdist afac77e
	 --slave %{_bindir}/cancel print-cancel %{_bindir}/cancel.cups \
cvsdist afac77e
	 --slave %{_sbindir}/lpc print-lpc %{_sbindir}/lpc.cups \
cvsdist afac77e
	 --slave %{_mandir}/man1/cancel.1.gz print-cancelman %{_mandir}/man1/cancel-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lp.1.gz print-lpman %{_mandir}/man1/lp-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man8/lpc.8.gz print-lpcman %{_mandir}/man8/lpc-cups.8.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lpq.1.gz print-lpqman %{_mandir}/man1/lpq-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lpr.1.gz print-lprman %{_mandir}/man1/lpr-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lprm.1.gz print-lprmman %{_mandir}/man1/lprm-cups.1.gz \
cvsdist afac77e
	 --slave %{_mandir}/man1/lpstat.1.gz print-lpstatman %{_mandir}/man1/lpstat-cups.1.gz \
cvsdist afac77e
	 --initscript cups
cvsdist afac77e
%endif
cvsdist 0519732
if [ $1 -eq 1 ]; then
cvsdist 0519732
  # First install.  Build ppds.dat.
cvsdist 0519732
  /sbin/service cups reload >/dev/null 2>&1 || :
cvsdist 0519732
fi
cvsdist afac77e
exit 0
cvsdist afac77e
cvsdist afac77e
%post libs -p /sbin/ldconfig
cvsdist afac77e
cvsdist afac77e
%postun libs -p /sbin/ldconfig
cvsdist afac77e
cvsdist afac77e
%preun
cvsdist afac77e
if [ "$1" = "0" ]; then
cvsdist afac77e
	/sbin/service cups stop > /dev/null 2>&1
cvsdist afac77e
	/sbin/chkconfig --del cups
cvsdist afac77e
%if %use_alternatives
cvsdist afac77e
        /usr/sbin/alternatives --remove print %{_bindir}/lpr.cups
cvsdist afac77e
%endif
cvsdist afac77e
fi
cvsdist afac77e
exit 0
cvsdist afac77e
cvsdist afac77e
%postun
cvsdist afac77e
if [ "$1" -ge "1" ]; then
cvsdist afac77e
	/sbin/service cups condrestart > /dev/null 2>&1
cvsdist afac77e
fi
cvsdist 66c8324
exit 0
cvsdist afac77e
cvsdist 66c8324
%triggerin -- samba-client
cvsdist afac77e
ln -sf ../../../bin/smbspool %{_libdir}/cups/backend/smb || :
cvsdist afac77e
exit 0
cvsdist afac77e
cvsdist 66c8324
%triggerun -- samba-client
cvsdist afac77e
[ $2 = 0 ] || exit 0
cvsdist afac77e
rm -f %{_libdir}/cups/backend/smb
cvsdist afac77e
cvsdist afac77e
%clean
cvsdist afac77e
rm -rf $RPM_BUILD_ROOT
cvsdist afac77e
cvsdist afac77e
%files
cvsdist afac77e
%defattr(-,root,root)
cvsdist 79dcdc0
%dir %attr(0755,root,sys) /etc/cups
cvsdist 79dcdc0
%dir %attr(0711,root,sys) /etc/cups/certs
cvsdist 79dcdc0
%config(noreplace) %attr(0640,root,sys) /etc/cups/classes.conf
cvsdist 79dcdc0
%config(noreplace) %attr(0640,root,sys) /etc/cups/cupsd.conf
cvsdist 79dcdc0
%config(noreplace) %attr(0640,root,sys) /etc/cups/printers.conf
cvsdist 0519732
%config(noreplace) /etc/cups/client.conf
cvsdist afac77e
/etc/cups/interfaces
cvsdist 79dcdc0
%config(noreplace) /etc/cups/mime.types
cvsdist 79dcdc0
%config(noreplace) /etc/cups/mime.convs
cvsdist 79dcdc0
%dir %attr(0755,root,sys) /etc/cups/ppd
cvsdist 99ecd13
/etc/cups/pstoraster.convs
cvsdist 79dcdc0
%config(noreplace) /etc/pam.d/cups
cvsdist afac77e
%doc %{_docdir}/cups-%{version}
cvsdist afac77e
%config %{initdir}/cups
cvsdist 79dcdc0
%{_bindir}/cupstestppd
cvsdist afac77e
%{_bindir}/cancel*
cvsdist afac77e
%{_bindir}/enable*
cvsdist afac77e
%{_bindir}/disable*
cvsdist f5e5367
%{_bindir}/cupsenable*
cvsdist f5e5367
%{_bindir}/cupsdisable*
cvsdist afac77e
%{_bindir}/lp*
cvsdist afac77e
%{_libdir}/cups
cvsdist afac77e
%{_mandir}/man?/*
cvsdist 0519732
%{_mandir}/*/man?/*
cvsdist afac77e
%{_sbindir}/*
cvsdist 79dcdc0
%dir %{_datadir}/cups
cvsdist 79dcdc0
%dir %{_datadir}/cups/banners
cvsdist 79dcdc0
%config(noreplace) %{_datadir}/cups/banners/*
cvsdist 79dcdc0
%{_datadir}/cups/charsets
cvsdist 79dcdc0
%{_datadir}/cups/data
cvsdist 79dcdc0
%{_datadir}/cups/doc
cvsdist 79dcdc0
%{_datadir}/cups/fonts
cvsdist 79dcdc0
%{_datadir}/cups/model
cvsdist 79dcdc0
%{_datadir}/cups/templates
cvsdist afac77e
%{_datadir}/locale/*/*
cvsdist 79dcdc0
%dir %attr(1700,root,sys) /var/spool/cups/tmp
cvsdist 79dcdc0
%dir %attr(0710,root,sys) /var/spool/cups
cvsdist 0519732
%dir %attr(0755,lp,sys) /var/log/cups
cvsdist 99ecd13
%config(noreplace) %{_sysconfdir}/xinetd.d/cups-lpd
cvsdist 0519732
%config(noreplace) %{_sysconfdir}/logrotate.d/cups
cvsdist afac77e
%{_datadir}/pixmaps/cupsprinter.png
cvsdist 79dcdc0
%if %use_dbus
cvsdist 79dcdc0
%{_sysconfdir}/dbus-1/system.d/cups.conf
cvsdist 79dcdc0
%endif
cvsdist afac77e
cvsdist afac77e
%files libs
cvsdist afac77e
%defattr(-,root,root)
cvsdist afac77e
%{_libdir}/*.so.*
cvsdist afac77e
cvsdist afac77e
%files devel
cvsdist afac77e
%defattr(-,root,root)
cvsdist afac77e
%{_bindir}/cups-config
cvsdist afac77e
%{_libdir}/*.so
cvsdist afac77e
%{_libdir}/*.a
cvsdist afac77e
%{_includedir}/cups
cvsdist afac77e
cvsdist afac77e
%changelog
cvsdist 4a08578
* Thu Jun  3 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.21-0.rc1.1
cvsdist 4a08578
- 1.1.21rc1.
cvsdist 4a08578
- No longer need str716, str718, authtype or encryption patches.
cvsdist 4a08578
cvsdist 4a3035c
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-15
cvsdist 4a3035c
- Build on ppc and ppc64 again.
cvsdist 4a3035c
cvsdist f5e5367
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-14
cvsdist f5e5367
- ExcludeArch ppc, ppc64.
cvsdist f5e5367
- More D-BUS changes.
cvsdist f5e5367
cvsdist f5e5367
* Tue Jun  1 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-13
cvsdist f5e5367
- Enable optimizations on ia64 again.
cvsdist f5e5367
cvsdist f5e5367
* Thu May 27 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-12
cvsdist f5e5367
- D-BUS changes.
cvsdist f5e5367
cvsdist f5e5367
* Wed May 26 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-11
cvsdist f5e5367
- Build requires make >= 3.80 (bug #124472).
cvsdist f5e5367
cvsdist f5e5367
* Wed May 26 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-10
cvsdist f5e5367
- Finish fix for cupsenable/cupsdisable (bug #102490).
cvsdist f5e5367
- Fix MaxLogSize setting (bug #123003).
cvsdist f5e5367
cvsdist f5e5367
* Tue May 25 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-9
cvsdist f5e5367
- Apply patches from CVS (authtype) to fix STR #434, STR #611, and as a
cvsdist f5e5367
  result STR #719.  This fixes several problems including those noted in
cvsdist f5e5367
  bug #114999.
cvsdist f5e5367
cvsdist f5e5367
* Mon May 24 2004 Tim Waugh <twaugh@redhat.com>
cvsdist f5e5367
- Use upstream patch for exit code fix for bug #110135 [STR 718].
cvsdist f5e5367
cvsdist f5e5367
* Wed May 19 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-8
cvsdist f5e5367
- If cupsd fails to start, make it exit with an appropriate code so that
cvsdist f5e5367
  initlog notifies the user (bug #110135).
cvsdist f5e5367
cvsdist f5e5367
* Thu May 13 2004 Tim Waugh <twaugh@redhat.com>
cvsdist f5e5367
- Fix cups/util.c:get_num_sdests() to use encryption when it is necessary
cvsdist f5e5367
  or requested (bug #118982).
cvsdist f5e5367
- Use upstream patch for the HTTP/1.1 Continue bug (from STR716).
cvsdist f5e5367
cvsdist f5e5367
* Tue May 11 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-7
cvsdist f5e5367
- Fix non-conformance with HTTP/1.1, which caused failures when printing
cvsdist f5e5367
  to a Xerox Phaser 8200 via IPP (bug #122352).
cvsdist f5e5367
- Make lppasswd(1) PIE.
cvsdist f5e5367
- Rotate logs within cupsd (instead of relying on logrotate) if we start
cvsdist f5e5367
  to approach the filesystem file size limit (bug #123003).
cvsdist f5e5367
cvsdist 47b7c7d
* Tue Apr  6 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-6
cvsdist 47b7c7d
- Fix pie patch (bug #120078).
cvsdist 47b7c7d
cvsdist 47b7c7d
* Fri Apr  2 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 47b7c7d
- Fix rcp patch for new system-config-printer name.
cvsdist 47b7c7d
cvsdist 5dbbcca
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5dbbcca
- rebuilt
cvsdist 5dbbcca
cvsdist 5dbbcca
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5dbbcca
- rebuilt
cvsdist 5dbbcca
cvsdist 5dbbcca
* Fri Feb  6 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-4
cvsdist 5dbbcca
- Tracked D-BUS API changes.
cvsdist 5dbbcca
- Updated D-BUS configuration file.
cvsdist 5dbbcca
- Symlinks to avoid conflicting with bash builtins (bug #102490).
cvsdist 5dbbcca
cvsdist 5dbbcca
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-3
cvsdist 5dbbcca
- Improved PIE patch.
cvsdist 5dbbcca
- Fixed compilation with GCC 3.4.
cvsdist 5dbbcca
cvsdist 5dbbcca
* Thu Jan 29 2004 Tim Waugh <twaugh@redhat.com>
cvsdist 5dbbcca
- Don't ship cupsconfig now that nothing uses it.
cvsdist 5dbbcca
cvsdist dc9ef5d
* Wed Jan  7 2004 Tim Waugh <twaugh@redhat.com> 1:1.1.20-2
cvsdist dc9ef5d
- Try harder to find a translated page for the web interface (bug #107619).
cvsdist dc9ef5d
- Added build_as_pie conditional to spec file to facilitate debugging.
cvsdist dc9ef5d
cvsdist dc9ef5d
* Mon Dec  1 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.20-1
cvsdist dc9ef5d
- 1.1.20.
cvsdist dc9ef5d
- No longer need idefense, str226 patches.
cvsdist dc9ef5d
- Updated sanity patch.
cvsdist dc9ef5d
- The devel sub-package requires openssl-devel (bug #110772).
cvsdist dc9ef5d
cvsdist dc9ef5d
* Wed Nov 26 2003 Thomas Woerner <twoerner@redhat.com> 1:1.1.19-16
cvsdist dc9ef5d
- removed -Wl,-rpath from cups-sharedlibs.m4 (replaced old no_rpath patch)
cvsdist dc9ef5d
cvsdist dc9ef5d
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 1:1.1.19-15
cvsdist dc9ef5d
- no rpath in cups-config anymore
cvsdist dc9ef5d
cvsdist dc9ef5d
* Thu Nov 20 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-14
cvsdist dc9ef5d
- Enable PIE for cupsd.
cvsdist dc9ef5d
cvsdist dc9ef5d
* Fri Nov 14 2003 Tim Waugh <twaugh@redhat.com>
cvsdist dc9ef5d
- Don't ignore the file descriptor when ShutdownClient is called: it
cvsdist dc9ef5d
  might get closed before we next try to read it (bug #107787).
cvsdist dc9ef5d
cvsdist dc9ef5d
* Tue Oct 14 2003 Tim Waugh <twaugh@redhat.com>
cvsdist dc9ef5d
- Removed busy-loop patch; 1.1.19 has its own fix for this.
cvsdist 74220d8
cvsdist 79dcdc0
* Thu Oct  2 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-13
cvsdist 79dcdc0
- Apply patch from STR 226 to make CUPS reload better behaved (bug #101507).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed Sep 10 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-12
cvsdist 79dcdc0
- Prevent a libcups busy loop (bug #97958).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Thu Aug 14 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-11
cvsdist 79dcdc0
- Another attempt to fix bug #100984.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed Aug 13 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-10
cvsdist 79dcdc0
- Pass correct attributes-natural-language through even in the absence
cvsdist 79dcdc0
  of translations for that language (bug #100984).
cvsdist 79dcdc0
- Show compilation command lines.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed Jul 30 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-9
cvsdist 79dcdc0
- Prevent lpstat displaying garbage.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Mon Jul 21 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 79dcdc0
- Mark mime.convs and mime.types as config files (bug #99461).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Mon Jun 23 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-8
cvsdist 79dcdc0
- Start cupsd before nfs server processes (bug #97767).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-7
cvsdist 79dcdc0
- Add some %if %use_dbus / %endif's to make it compile without dbus
cvsdist 79dcdc0
  (bug #97397).  Patch from Jos Vos.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Mon Jun 16 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-6
cvsdist 79dcdc0
- Don't busy loop in the client if the IPP port is in use by another
cvsdist 79dcdc0
  app (bug #97468).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue Jun 10 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-5
cvsdist 79dcdc0
- Mark pam.d/cups as config file not to be replaced (bug #92236).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 79dcdc0
- rebuilt
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue Jun  3 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-3
cvsdist 79dcdc0
- Provide a version for LPRng (bug #92145).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Thu May 29 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-2
cvsdist 79dcdc0
- Obsolete LPRng now.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue May 27 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-1
cvsdist 79dcdc0
- 1.1.19.  No longer need optparse patch.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Sat May 17 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.4
cvsdist 79dcdc0
- Ship configuration file for D-BUS.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Fri May 16 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.3
cvsdist 79dcdc0
- Rebuild for dbus-0.11 API changes.
cvsdist 79dcdc0
- Fix ownership in file manifest (bug #90840).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Wed May 14 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.2
cvsdist 79dcdc0
- Fix option parsing in lpq (bug #90823).
cvsdist 79dcdc0
cvsdist 79dcdc0
* Tue May 13 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc5.1
cvsdist 79dcdc0
- 1.1.19rc5.
cvsdist 79dcdc0
cvsdist 79dcdc0
* Thu May  8 2003 Tim Waugh <twaugh@redhat.com> 1:1.1.19-0.rc4.1
cvsdist 79dcdc0
- 1.1.19rc4.  Ported initscript, idefense, ppdsdat, dbus patches.
cvsdist 79dcdc0
- No longer need error, sigchld patches.
cvsdist 79dcdc0
- Ship cupstestppd.
cvsdist 3814013
cvsdist 79dcdc0
* Thu Apr 24 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 79dcdc0
- Mark banners as config files (bug #89069).
cvsdist d6a2723
cvsdist 79dcdc0
* Sat Apr 12 2003 Havoc Pennington <hp@redhat.com> 1:1.1.18-4
cvsdist 79dcdc0
- adjust dbus patch - dbus_bus_get() sends the hello for you, 
cvsdist 79dcdc0
  and there were a couple of memleaks
cvsdist 79dcdc0
- buildprereq dbus 0.9
cvsdist 79dcdc0
- rebuild for new dbus
cvsdist 79dcdc0
- hope it works, I'm ssh'd in with no way to test. ;-)
cvsdist 14f0499
cvsdist 79dcdc0
* Thu Apr 10 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-3
cvsdist 79dcdc0
- Get on D-BUS.
cvsdist 14f0499
cvsdist 79dcdc0
* Fri Mar 28 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-2
cvsdist 79dcdc0
- Fix translation in the init script (bug #87551).
cvsdist 25ec0b3
cvsdist 79dcdc0
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-1.1
cvsdist 79dcdc0
- Turn off optimization on ia64 until bug #87383 is fixed.
cvsdist 25ec0b3
cvsdist 79dcdc0
* Wed Mar 26 2003 Tim Waugh <twaugh@redhat.com> 1.1.18-1
cvsdist 79dcdc0
- 1.1.18.
cvsdist 79dcdc0
- No longer need uninit patch.
cvsdist 79dcdc0
- Some parts of the iDefense and pdftops patches seem to have been
cvsdist 79dcdc0
  picked up, but not others.
cvsdist 25ec0b3
cvsdist 0519732
* Wed Feb 12 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-13
cvsdist 0519732
- Don't set SIGCHLD to SIG_IGN when using wait4 (via pclose) (bug #84101).
cvsdist 9f6e0fb
cvsdist 0519732
* Tue Feb  4 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-12
cvsdist 0519732
- Fix cups-lpd (bug #83452).
cvsdist 9f6e0fb
cvsdist 0519732
* Fri Jan 31 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-11
cvsdist 0519732
- Build ppds.dat on first install.
cvsdist 667ac6d
cvsdist 0519732
* Fri Jan 24 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-10
cvsdist 0519732
- Add support for rebuilding ppds.dat without running the scheduler
cvsdist 0519732
  proper (for bug #82500).
cvsdist 667ac6d
cvsdist 0519732
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.1.17-9
cvsdist 0519732
- rebuilt
cvsdist 667ac6d
cvsdist 0519732
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-8
cvsdist 0519732
- Warn against editing queues managed by redhat-config-printer
cvsdist 0519732
  (bug #82267).
cvsdist 667ac6d
cvsdist 0519732
* Wed Jan 22 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-7
cvsdist 0519732
- Fix up error reporting in lpd backend.
cvsdist fcbc17b
cvsdist 0519732
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 1.1.17-6
cvsdist 0519732
- Add epoch to internal requirements.
cvsdist 0519732
- Make 'condrestart' return success exit code when daemon isn't running.
cvsdist 0519732
cvsdist 0519732
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.17-5
cvsdist 0519732
- Use pkg-config information to find SSL libraries.
cvsdist 0519732
cvsdist 0519732
* Thu Dec 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-4
cvsdist fcbc17b
- Security fixes.
cvsdist 0519732
- Make 'service cups reload' update the configuration first (bug #79953).
cvsdist 0519732
cvsdist 0519732
* Tue Dec 10 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-3
cvsdist 0519732
- Fix cupsd startup hang (bug #79346).
cvsdist 0519732
cvsdist 0519732
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-2
cvsdist 0519732
- Fix parallel backend behaviour when cancelling jobs.
cvsdist 0519732
cvsdist 0519732
* Mon Dec  9 2002 Tim Waugh <twaugh@redhat.com> 1.1.17-1
cvsdist 0519732
- 1.1.17.
cvsdist 0519732
- No longer need libdir patch.
cvsdist 0519732
- Fix logrotate script (bug #76791).
cvsdist 0519732
cvsdist 0519732
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
cvsdist 0519732
- Build requires XFree86-devel (bug #78362).
cvsdist 0519732
cvsdist 0519732
* Wed Nov 20 2002 Tim Waugh <twaugh@redhat.com>
cvsdist 0519732
- 1.1.16.
cvsdist 0519732
- Updated system-auth patch.
cvsdist 0519732
- Add ncp backend script.
cvsdist 0519732
cvsdist 0519732
* Wed Nov 13 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-15
cvsdist 0519732
- Set alternatives priority to 40.
cvsdist 0519732
cvsdist 0519732
* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.1.15-14
cvsdist 0519732
- Buildrequire pam-devel.
cvsdist 0519732
- Patch default PAM config file to remove directory names from module paths,
cvsdist 0519732
  allowing the configuration files to work equally well on multilib systems.
cvsdist 0519732
- Patch default PAM config file to use system-auth, require the file at build-
cvsdist 0519732
  time because that's what data/Makefile checks for.
cvsdist 0519732
cvsdist 0519732
* Fri Nov  8 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-13
cvsdist 0519732
- Use logrotate for log rotation (bug #76791).
cvsdist 0519732
- No longer need cups.desktop, since redhat-config-printer handles it.
cvsdist 0519732
cvsdist 0519732
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-12
cvsdist 0519732
- Revert to libdir for CUPS_SERVERBIN.
cvsdist 0519732
cvsdist 0519732
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-11
cvsdist 0519732
- Use %%configure for multilib correctness.
cvsdist 0519732
- Use libexec instead of lib for CUPS_SERVERBIN.
cvsdist 0519732
- Ship translated man pages.
cvsdist 0519732
- Remove unshipped files.
cvsdist 0519732
- Fix file list permissions (bug #59021, bug #74738).
cvsdist 0519732
- Fix messy initscript output (bug #65857).
cvsdist 0519732
- Add 'reload' to initscript (bug #76114).
cvsdist fcbc17b
cvsdist a87014a
* Fri Aug 30 2002 Bernhard Rosenkraenzer <bero@redhat.de> 1.1.15-10
cvsdist a87014a
- Add generic postscript PPD file (#73061)
cvsdist a87014a
cvsdist 58029cb
* Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-9
cvsdist 58029cb
- Fix prefix in pstoraster (bug #69573).
cvsdist 58029cb
cvsdist 99ecd13
* Mon Aug 19 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-8
cvsdist 99ecd13
- Disable cups-lpd by default (bug #71712).
cvsdist 99ecd13
- No need for fread patch now that glibc is fixed.
cvsdist 99ecd13
cvsdist 99ecd13
* Thu Aug 15 2002 Tim Waugh <twaugh@redhat.com> 1.1.15-7
cvsdist 99ecd13
- Really add cups-lpd xinetd file (bug #63919).
cvsdist 99ecd13
- Ship pstoraster (bug #69573).
cvsdist 99ecd13
- Prevent fread from trying to read from beyond EOF (fixes a segfault
cvsdist 99ecd13
  with new glibc).
cvsdist 99ecd13
cvsdist 99ecd13
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 1.1.15-6
cvsdist 99ecd13
- rebuilt with gcc-3.2 (we hope)
cvsdist 99ecd13
cvsdist 99ecd13
* Mon Aug  5 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-5
cvsdist 99ecd13
- Add cups-lpd xinetd file (#63919)
cvsdist 745e420
cvsdist 99ecd13
* Tue Jul 23 2002 Florian La Roche <Florian.LaRoche@redhat.de> 1.1.15-4
cvsdist 99ecd13
- add a "exit 0" to postun script
cvsdist 745e420
cvsdist 99ecd13
* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-3
cvsdist 99ecd13
- Add a symlink /usr/share/cups/doc -> /usr/share/doc/cups-devel-1.1.15
cvsdist 99ecd13
  because some applications expect to find the cups docs in
cvsdist 99ecd13
  /usr/share/cups/doc
cvsdist 66c8324
cvsdist 99ecd13
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 99ecd13
- automated rebuild
cvsdist 99ecd13
cvsdist 99ecd13
* Fri Jun 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.15-1
cvsdist 99ecd13
- 1.1.15-1
cvsdist 66c8324
- Fix up smb printing trigger (samba-client, not samba-clients)
cvsdist 99ecd13
- Start cupsd earlier, apparently it needs to be running before samba
cvsdist 99ecd13
  starts up for smb printing to work.
cvsdist 99ecd13
cvsdist 99ecd13
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 99ecd13
- automated rebuild
cvsdist 99ecd13
cvsdist 99ecd13
* Tue May  7 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-17
cvsdist 99ecd13
- Rebuild in current environment
cvsdist 99ecd13
- [-16 never existed because of build system breakage]
cvsdist 66c8324
cvsdist 9f149e2
* Wed Apr 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-15
cvsdist 9f149e2
- Fix bug #63387
cvsdist 9f149e2
cvsdist afac77e
* Mon Apr 15 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-14
cvsdist afac77e
- Fix dangling symlink created by samba-clients trigger
cvsdist afac77e
cvsdist afac77e
* Wed Apr 10 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-13
cvsdist afac77e
- Add desktop file and icon for CUPS configuration
cvsdist afac77e
cvsdist afac77e
* Wed Apr  3 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-12
cvsdist afac77e
- Support SMB printing (#62407)
cvsdist afac77e
- Add HTML redirections to doc files to work around users mistaking
cvsdist afac77e
  /usr/share/doc/cups-1.1.14 for the web frontend (#62405)
cvsdist afac77e
cvsdist afac77e
* Tue Apr  2 2002 Bill Nottingham <notting@redhat.com> 1.1.14-11
cvsdist afac77e
- fix subsys in initscript (#59206)
cvsdist afac77e
- don't strip binaries
cvsdist afac77e
cvsdist afac77e
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-10
cvsdist afac77e
- Make initscript use killproc instead of killall
cvsdist afac77e
cvsdist afac77e
* Fri Mar  8 2002 Bill Nottingham <notting@redhat.com> 1.1.14-9
cvsdist afac77e
- use alternatives --initscript support
cvsdist afac77e
cvsdist afac77e
* Mon Mar  4 2002 Bill Nottingham <notting@redhat.com> 1.1.14-8
cvsdist afac77e
- use the right path for the lpc man page, duh
cvsdist afac77e
cvsdist afac77e
* Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> 1.1.14-7
cvsdist afac77e
- lpc man page is alternative too
cvsdist afac77e
- run ldconfig in -libs %post/%postun, not main
cvsdist afac77e
- remove alternatives in %preun
cvsdist afac77e
cvsdist afac77e
* Wed Feb 27 2002 Bill Nottingham <notting@redhat.com> 1.1.14-6
cvsdist afac77e
- don't source /etc/sysconfig/network in cups.init, we don't use any
cvsdist afac77e
  values from it
cvsdist afac77e
cvsdist afac77e
* Tue Feb 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-4
cvsdist afac77e
- Fix bugs #60220 and #60352
cvsdist afac77e
cvsdist afac77e
* Thu Feb 21 2002 Tim Powers <timp@redhat.com>
cvsdist afac77e
- rebuild against correct version of openssl (0.9.6b)
cvsdist afac77e
cvsdist afac77e
* Wed Feb 20 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-2
cvsdist afac77e
- Add all man pages to alternatives (#59943)
cvsdist afac77e
- Update to real 1.1.14
cvsdist afac77e
cvsdist afac77e
* Tue Feb 12 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.14-1
cvsdist afac77e
- Update to almost-1.1.14
cvsdist afac77e
cvsdist afac77e
* Mon Feb 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-5
cvsdist afac77e
- Move cups-config to cups-devel subpackage
cvsdist afac77e
- Make alternatives usage a %%define to simplify builds for earlier
cvsdist afac77e
  releases
cvsdist afac77e
- Explicitly provide things we're supplying through alternatives
cvsdist afac77e
  to shut up kdeutils dependencies
cvsdist afac77e
cvsdist afac77e
* Tue Feb  5 2002 Tim Powers <timp@redhat.com>
cvsdist afac77e
- shut the alternatives stuff up for good
cvsdist afac77e
cvsdist afac77e
* Fri Feb  1 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-3
cvsdist afac77e
- Fix alternatives stuff
cvsdist afac77e
- Don't display error messages in %%post
cvsdist afac77e
cvsdist afac77e
* Wed Jan 30 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-2
cvsdist afac77e
- alternatives stuff
cvsdist afac77e
cvsdist afac77e
* Tue Jan 29 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.13-1
cvsdist afac77e
- 1.1.13
cvsdist afac77e
- Add patch for koi8-{r,u} and iso8859-8 encodings (#59018)
cvsdist afac77e
- Rename init scripts so we can safely "killall cupsd" from there
cvsdist afac77e
cvsdist afac77e
* Sat Jan 26 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.12-1
cvsdist afac77e
- Initial (conflicting, since alternatives isn't there yet) packaging for
cvsdist afac77e
  Red Hat Linux
cvsdist afac77e
cvsdist afac77e
* Sat Jan 19 2002 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist afac77e
- 1.1.12
cvsdist afac77e
cvsdist afac77e
* Mon Nov  5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-3
cvsdist afac77e
- Compress PPD files
cvsdist afac77e
- Fix build with gcc 3.1
cvsdist afac77e
- Fix init script
cvsdist afac77e
cvsdist afac77e
* Tue Sep  4 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.1.10-2
cvsdist afac77e
- Fix URL
cvsdist afac77e
- Generate printcap
cvsdist afac77e
- s/Copyright/License/g
cvsdist afac77e
cvsdist afac77e
* Tue Sep  4 2001 Than Ngo <than@redhat.com> 1.1.10-1
cvsdist afac77e
- update to 1.1.10-1 for ExtraBinge 7.2
cvsdist afac77e
cvsdist afac77e
* Tue May 29 2001 Michael Stefaniuc <mstefani@redhat.com>
cvsdist afac77e
- update to 1.1.8
cvsdist afac77e
- changed cupsd.conf to generate /etc/printcap
cvsdist afac77e
cvsdist afac77e
* Tue May 15 2001 Than Ngo <than@redhat.com>
cvsdist afac77e
- update to 1.1.7, bugfixes
cvsdist afac77e
cvsdist afac77e
* Thu Dec 14 2000 Than Ngo <than@redhat.com>
cvsdist afac77e
- fixed package dependency with lpr and LPRng
cvsdist afac77e
cvsdist afac77e
* Wed Oct 25 2000 Than Ngo <than@redhat.com>
cvsdist afac77e
- remove man/cat
cvsdist afac77e
cvsdist afac77e
* Tue Oct 24 2000 Than Ngo <than@redhat.com>
cvsdist afac77e
- don't start cupsd service in level 0, fixed
cvsdist afac77e
cvsdist afac77e
* Thu Oct 19 2000 Than Ngo <than@redhat.com>
cvsdist afac77e
- update to 1.1.4
cvsdist afac77e
- fix CUPS_DOCROOT (Bug #18717)
cvsdist afac77e
cvsdist afac77e
* Fri Aug 11 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- update to 1.1.2 (Bugfix release)
cvsdist afac77e
cvsdist afac77e
* Fri Aug 4 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- fix, cupsd read config file under /etc/cups (Bug #15432)
cvsdist afac77e
- add missing cups filters
cvsdist afac77e
cvsdist afac77e
* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- rebuilt against libpng-1.0.8
cvsdist afac77e
cvsdist afac77e
* Tue Aug 01 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- fix permission, add missing ldconfig in %post and %postun (Bug #14963)
cvsdist afac77e
cvsdist afac77e
* Sat Jul 29 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist afac77e
- 1.1.1 (this has some major bugfixes)
cvsdist afac77e
- Fix a typo in initscript (it's $?, not ?$)
cvsdist afac77e
- Fix /usr/etc vs. /etc trouble, don't insist on /usr/var (YUCK!)
cvsdist afac77e
- Create the spool dir
cvsdist afac77e
cvsdist afac77e
* Fri Jul 28 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- fix unclean code for building against gcc-2.96
cvsdist afac77e
- add missing restart function in startup script
cvsdist afac77e
cvsdist afac77e
* Fri Jul 28 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- fixed initscript so that conrestart doesn't return 1 if the test fails
cvsdist afac77e
cvsdist afac77e
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist afac77e
- rebuilt
cvsdist afac77e
cvsdist afac77e
* Wed Jul 19 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- using service to fire them up
cvsdist afac77e
- fix Prereq section
cvsdist afac77e
cvsdist afac77e
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- added defattr to the devel package
cvsdist afac77e
cvsdist afac77e
* Sun Jul 16 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- add cups config files
cvsdist afac77e
cvsdist afac77e
* Sat Jul 15 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- update to 1.1 release
cvsdist afac77e
- move back to /etc/rc.d/init.d
cvsdist afac77e
- fix cupsd.init to work with /etc/init.d and /etc/rc.d/init.d
cvsdist afac77e
- split cups
cvsdist afac77e
cvsdist afac77e
* Wed Jul 12 2000 Than Ngo <than@redhat.de>
cvsdist afac77e
- rebuilt
cvsdist afac77e
cvsdist afac77e
* Thu Jul 06 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- fixed broken PreReq to now require /etc/init.d
cvsdist afac77e
cvsdist afac77e
* Tue Jun 27 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- PreReq initscripts >= 5.20
cvsdist afac77e
cvsdist afac77e
* Mon Jun 26 2000 Tim Powers <timp@redhat.com>
cvsdist afac77e
- started changelog 
cvsdist afac77e
- fixed init.d script location
cvsdist afac77e
- changed script in init.d quite a bit and made more like the rest of our
cvsdist afac77e
  startup scripts