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

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

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

cvsdist afac77

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

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

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