cvsdist 7d45710
%define __spec_install_post exit 0
cvsdist 7d45710
%define	_libexecdir	%{_prefix}/lib/amanda
cvsdist 7d45710
cvsdist 7d45710
# XXX append lib to current _localstatedir setting
cvsdist 7d45710
%{expand: %%define	_localstatedir	%{_localstatedir}/lib}
cvsdist 7d45710
cvsdist 7d45710
Summary: A network-capable tape backup solution.
cvsdist 7d45710
Name: amanda
cvsdist 7d45710
Version: 2.4.1p1
cvsdist 7d45710
Release: 18
cvsdist 7d45710
Source: ftp://ftp.amanda.org/pub/amanda/amanda-2.4.1p1.tar.gz
cvsdist 7d45710
Source1: amanda.crontab
cvsdist 7d45710
Source2: __README_QUICKSETUP__
cvsdist 7d45710
Source3: amanda.conf
cvsdist 7d45710
Source4: disklist
cvsdist 7d45710
Source5: amanda-xinetd
cvsdist 7d45710
Source6: amandaidx-xinetd
cvsdist 7d45710
Source7: amidxtape-xinetd
cvsdist 7d45710
Patch0: amanda-glibc21.patch
cvsdist 7d45710
Patch1: amanda-glibc22.patch
cvsdist 7d45710
Copyright: distributable
cvsdist 7d45710
Group: Applications/System
cvsdist 7d45710
URL: http://www.amanda.org
cvsdist 7d45710
Prereq: fileutils grep initscripts
cvsdist 7d45710
BuildRequires: gnuplot, dump
cvsdist 7d45710
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 7d45710
cvsdist 7d45710
%description 
cvsdist 7d45710
AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a
cvsdist 7d45710
backup system that allows the administrator of a LAN to set up a single
cvsdist 7d45710
master backup server to back up multiple hosts to a single large capacity
cvsdist 7d45710
tape drive.  AMANDA uses native dump and/or GNU tar facilities and can
cvsdist 7d45710
back up a large number of workstations running multiple versions of Unix.
cvsdist 7d45710
Newer versions of AMANDA (including this version) can use SAMBA to back
cvsdist 7d45710
up Microsoft(TM) Windows95/NT hosts.  The amanda package contains the
cvsdist 7d45710
core AMANDA programs and will need to be installed on both AMANDA clients
cvsdist 7d45710
and AMANDA servers.  Note that you will have to install the amanda-client
cvsdist 7d45710
and amanda-server packages as well.
cvsdist 7d45710
cvsdist 7d45710
%package client
cvsdist 7d45710
Summary: The client component of the AMANDA tape backup system.
cvsdist 7d45710
Group: Applications/System
cvsdist 7d45710
Prereq: fileutils grep /sbin/service xinetd
cvsdist 7d45710
Requires: amanda = %{version}
cvsdist 7d45710
cvsdist 7d45710
%description client
cvsdist 7d45710
The Amanda-client package should be installed on any machine that will
cvsdist 7d45710
be backed up by AMANDA (including the server if it also needs to be
cvsdist 7d45710
backed up).  You will also need to install the amanda package to each
cvsdist 7d45710
AMANDA client.
cvsdist 7d45710
cvsdist 7d45710
%package server
cvsdist 7d45710
Summary: The server side of the AMANDA tape backup system.
cvsdist 7d45710
Group: Applications/System
cvsdist 7d45710
Requires: gnuplot
cvsdist 7d45710
Prereq: fileutils grep /sbin/service xinetd
cvsdist 7d45710
Requires: amanda = %{version}
cvsdist 7d45710
cvsdist 7d45710
%description server
cvsdist 7d45710
The amanda-server package should be installed on the AMANDA server,
cvsdist 7d45710
the machine attached to the device (such as a tape drive) where backups
cvsdist 7d45710
will be written. You will also need to install the amanda package to
cvsdist 7d45710
the AMANDA server.  And, if the server is also to be backed up, the
cvsdist 7d45710
server also needs to have the amanda-client package installed.
cvsdist 7d45710
cvsdist 7d45710
%prep
cvsdist 7d45710
%setup -q
cvsdist 7d45710
%patch0 -p1 -b .tim
cvsdist 7d45710
%patch1 -p1 -b .tim1
cvsdist 7d45710
cvsdist 7d45710
%build
cvsdist 7d45710
#fixes build issues on some newer arch's
cvsdist 7d45710
#libtoolize --copy --force
cvsdist 7d45710
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --bindir=%{_sbindir} \
cvsdist 7d45710
#	--mandir=%{_mandir} --libexecdir=%{_libexecdir} \
cvsdist 7d45710
#	--sysconfdir=%{_sysconfdir} \
cvsdist 7d45710
#	--localstatedir=%{_localstatedir} --with-index-server=localhost \
cvsdist 7d45710
#	--with-gnutar-listdir=%{_localstatedir}/amanda/gnutar-lists \
cvsdist 7d45710
#	--with-smbclient=%{_bindir}/smbclient --with-amandahosts \
cvsdist 7d45710
#	--with-user=operator --with-group=disk --with-gnutar=/bin/tar
cvsdist 7d45710
cvsdist 7d45710
%configure \
cvsdist 7d45710
	--with-index-server=localhost \
cvsdist 7d45710
	--with-gnutar-listdir=%{_localstatedir}/amanda/gnutar-lists \
cvsdist 7d45710
	--with-smbclient=%{_bindir}/smbclient \
cvsdist 7d45710
	--with-amandahosts \
cvsdist 7d45710
	--with-user=operator \
cvsdist 7d45710
	--with-group=disk \
cvsdist 7d45710
	--with-gnutar=/bin/tar
cvsdist 7d45710
	
cvsdist 7d45710
make
cvsdist 7d45710
(cd common-src; make security)
cvsdist 7d45710
cvsdist 7d45710
%install
cvsdist 7d45710
rm -rf ${RPM_BUILD_ROOT}
cvsdist 7d45710
#make \
cvsdist 7d45710
#    prefix=${RPM_BUILD_ROOT}%{_prefix} \
cvsdist 7d45710
#    mandir=${RPM_BUILD_ROOT}%{_mandir} \
cvsdist 7d45710
#    bindir=${RPM_BUILD_ROOT}%{_sbindir} \
cvsdist 7d45710
#    libexecdir=${RPM_BUILD_ROOT}%{_libexecdir} \
cvsdist 7d45710
#	install
cvsdist 7d45710
cvsdist 7d45710
%makeinstall BINARY_OWNER=%(id -un) SETUID_GROUP=%(id -gn)
cvsdist 7d45710
cvsdist 7d45710
mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d
cvsdist 7d45710
install -m 644 %SOURCE5 $RPM_BUILD_ROOT/etc/xinetd.d/amanda
cvsdist 7d45710
install -m 644 %SOURCE6 $RPM_BUILD_ROOT/etc/xinetd.d/amandaidx
cvsdist 7d45710
install -m 644 %SOURCE7 $RPM_BUILD_ROOT/etc/xinetd.d/amidxtape
cvsdist 7d45710
cvsdist 7d45710
mkdir -p examples
cvsdist 7d45710
cp example/* examples
cvsdist 7d45710
rm -f examples/Makefile*
cvsdist 7d45710
rm -f examples/config.site
cvsdist 7d45710
cvsdist 7d45710
cp common-src/security ${RPM_BUILD_ROOT}%{_sbindir}
cvsdist 7d45710
cvsdist 7d45710
cp ${RPM_SOURCE_DIR}/__README_QUICKSETUP__ docs/
cvsdist 7d45710
cvsdist 7d45710
{ cd ${RPM_BUILD_ROOT}
cvsdist 7d45710
  mkdir -p .%{_sysconfdir}/amanda/DailySet1
cvsdist 7d45710
  cp ${RPM_SOURCE_DIR}/amanda.crontab .%{_sysconfdir}/amanda/crontab.sample
cvsdist 7d45710
  cp ${RPM_SOURCE_DIR}/amanda.conf .%{_sysconfdir}/amanda/DailySet1
cvsdist 7d45710
  cp ${RPM_SOURCE_DIR}/disklist .%{_sysconfdir}/amanda/DailySet1
cvsdist 7d45710
  touch .%{_sysconfdir}/amandates
cvsdist 7d45710
cvsdist 7d45710
  mkdir -p .%{_localstatedir}/amanda/gnutar-lists
cvsdist 7d45710
  mkdir -p .%{_localstatedir}/amanda/DailySet1/index
cvsdist 7d45710
cvsdist 7d45710
  chmod 755 .%{_libdir}/libam*
cvsdist 7d45710
  strip .%{_sbindir}/* || :
cvsdist 7d45710
  strip --strip-debug .%{_libexecdir}/* || :
cvsdist 7d45710
}
cvsdist 7d45710
cvsdist 7d45710
#compress man pages
cvsdist 7d45710
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
cvsdist 7d45710
cvsdist 7d45710
%clean 
cvsdist 7d45710
rm -rf ${RPM_BUILD_ROOT}
cvsdist 7d45710
cvsdist 7d45710
%post -p /sbin/ldconfig
cvsdist 7d45710
cvsdist 7d45710
%post client
cvsdist 7d45710
/sbin/ldconfig
cvsdist 7d45710
[ -f /var/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :
cvsdist 7d45710
cvsdist 7d45710
# make sure there is an .amandahosts file, allow localhost by default
cvsdist 7d45710
if [ ! -f ~operator/.amandahosts ]; then
cvsdist 7d45710
  echo "localhost operator" > ~operator/.amandahosts
cvsdist 7d45710
	echo "localhost.localdomain operator" > ~operator/.amandahosts
cvsdist 7d45710
fi
cvsdist 7d45710
# make sure user operator has an .amandahosts file
cvsdist 7d45710
touch ~operator/.amandahosts
cvsdist 7d45710
chown operator.disk ~operator/.amandahosts
cvsdist 7d45710
chmod 660 ~operator/.amandahosts
cvsdist 7d45710
cvsdist 7d45710
%post server
cvsdist 7d45710
/sbin/ldconfig
cvsdist 7d45710
[ -f /var/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :
cvsdist 7d45710
cvsdist 7d45710
%postun -p /sbin/ldconfig
cvsdist 7d45710
cvsdist 7d45710
%postun client
cvsdist 7d45710
/sbin/ldconfig
cvsdist 7d45710
[ -f /var/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :
cvsdist 7d45710
cvsdist 7d45710
%postun server
cvsdist 7d45710
/sbin/ldconfig
cvsdist 7d45710
[ -f /var/lock/subsys/xinetd ] && /sbin/service xinetd reload > /dev/null 2>&1 || :
cvsdist 7d45710
cvsdist 7d45710
%files
cvsdist 7d45710
%defattr(-,root,root)
cvsdist 7d45710
%doc examples docs/*
cvsdist 7d45710
%config(noreplace) /etc/xinetd.d/amandaidx
cvsdist 7d45710
%dir %{_sysconfdir}/amanda
cvsdist 7d45710
%{_libdir}/libamanda*
cvsdist 7d45710
%{_libdir}/libamtape*
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/amidxtaped
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amrestore
cvsdist 7d45710
%{_mandir}/man8/amrestore.8*
cvsdist 7d45710
cvsdist 7d45710
%attr(-,operator,disk)	%{_sysconfdir}/amandates
cvsdist 7d45710
cvsdist 7d45710
%files server
cvsdist 7d45710
%defattr(-,root,root)
cvsdist 7d45710
%{_libdir}/libamserver*
cvsdist 7d45710
%config(noreplace) /etc/xinetd.d/amandaidx
cvsdist 7d45710
%config(noreplace) /etc/xinetd.d/amidxtape
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/amindexd
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/amtrmidx
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/driver
cvsdist 7d45710
%attr(4750,root,disk)	%{_libexecdir}/dumper
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/getconf
cvsdist 7d45710
%attr(4750,root,disk)	%{_libexecdir}/planner
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/taper
cvsdist 7d45710
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amadmin
cvsdist 7d45710
%attr(4750,root,disk)	%{_sbindir}/amcheck
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amcheckdb
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amcleanup
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amdump
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amflush
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amlabel
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amoverview
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amplot
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amreport
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amrmtape
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amstatus
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amtape
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amtoc
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amverify
cvsdist 7d45710
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/amcat.awk
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/amplot.awk
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/amplot.g
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/amplot.gp
cvsdist 7d45710
%{_mandir}/man8/amadmin.8*
cvsdist 7d45710
%{_mandir}/man8/amrmtape.8*
cvsdist 7d45710
%{_mandir}/man8/amtape.8*
cvsdist 7d45710
%{_mandir}/man8/amtoc.8*
cvsdist 7d45710
%{_mandir}/man8/amanda.8*
cvsdist 7d45710
%{_mandir}/man8/amcheck.8*
cvsdist 7d45710
%{_mandir}/man8/amcleanup.8*
cvsdist 7d45710
%{_mandir}/man8/amdump.8*
cvsdist 7d45710
%{_mandir}/man8/amflush.8*
cvsdist 7d45710
%{_mandir}/man8/amlabel.8*
cvsdist 7d45710
%{_mandir}/man8/amplot.8*
cvsdist 7d45710
%{_mandir}/man8/amreport.8*
cvsdist 7d45710
%{_mandir}/man8/amstatus.8*
cvsdist 7d45710
%config	%{_sysconfdir}/amanda/crontab.sample
cvsdist 7d45710
%{_localstatedir}/amanda/gnutar-lists
cvsdist 7d45710
cvsdist 7d45710
%files client
cvsdist 7d45710
%defattr(-,root,root)
cvsdist 7d45710
%{_libdir}/libamclient*
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/amandad
cvsdist 7d45710
%attr(4750,root,disk)	%{_libexecdir}/calcsize
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/chg-chio
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/chg-chs
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/chg-manual
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/chg-mtx
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/chg-multi
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/chg-rth
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/chg-zd-mtx
cvsdist 7d45710
%attr(4750,root,disk)	%{_libexecdir}/killpgrp
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/patch-system
cvsdist 7d45710
%attr(4750,root,disk)	%{_libexecdir}/rundump
cvsdist 7d45710
%attr(4750,root,disk)	%{_libexecdir}/runtar
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/selfcheck
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/sendbackup
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/sendsize
cvsdist 7d45710
%attr(-,operator,disk)	%{_libexecdir}/versionsuffix
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/amrecover
cvsdist 7d45710
%attr(-,operator,disk)	%{_sbindir}/security
cvsdist 7d45710
cvsdist 7d45710
%{_mandir}/man8/amrecover.8*
cvsdist 7d45710
%attr(-,operator,disk)	%dir %{_sysconfdir}/amanda/DailySet1
cvsdist 7d45710
%attr(-,operator,disk)	%{_sysconfdir}/amanda/DailySet1/amanda.conf
cvsdist 7d45710
%attr(-,operator,disk)	%{_sysconfdir}/amanda/DailySet1/disklist
cvsdist 7d45710
%attr(-,operator,disk)	%dir %{_localstatedir}/amanda/DailySet1/
cvsdist 7d45710
cvsdist 7d45710
%changelog
cvsdist 7d45710
* Mon Aug 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 7d45710
- only do reload of xinetd if xinetd is running (#16653)
cvsdist 7d45710
- don't show output of reload command to STDOUT (#16653)
cvsdist 7d45710
- don't use /usr/sbin/tcpd in amidx, xinetd is linked
cvsdist 7d45710
  with tcp_wrappers
cvsdist 7d45710
- prereq initscripts (fixes #14572 and duplicates)
cvsdist 7d45710
cvsdist 7d45710
* Tue Aug  1 2000 Bill Nottingham <notting@redhat.com>
cvsdist 7d45710
- turn off amandaidx by default (#14937)
cvsdist 7d45710
- fix some binary permissions (#14938)
cvsdist 7d45710
cvsdist 7d45710
* Tue Aug  1 2000 Matt Wilson <msw@redhat.com>
cvsdist 7d45710
- added Prereq: /sbin/service xinetd to client and server subpackages
cvsdist 7d45710
cvsdist 7d45710
* Tue Jul 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 7d45710
- xinetd support
cvsdist 7d45710
cvsdist 7d45710
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 7d45710
- automatic rebuild
cvsdist 7d45710
cvsdist 7d45710
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 7d45710
- add prereqs for scriptlets, requires for common package.
cvsdist 7d45710
cvsdist 7d45710
* Sat Jun 10 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 7d45710
- FHS packaging.
cvsdist 7d45710
- move to 7.0 distro.
cvsdist 7d45710
cvsdist 7d45710
* Tue May 23 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- built for 7.0
cvsdist 7d45710
- man pages in /usr/share/man
cvsdist 7d45710
cvsdist 7d45710
* Thu Apr 27 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- added usr/lib/amanda/chg-zd-mtx to the client RPM to fix bug #8282
cvsdist 7d45710
cvsdist 7d45710
* Wed Mar 8 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- fixed files/dirs ending up in the wrong packages.
cvsdist 7d45710
- last time it wasn't built with dump (doh!), this time it is. Now has a
cvsdist 7d45710
	BuildRequires for dump.
cvsdist 7d45710
cvsdist 7d45710
* Thu Feb 10 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- strip binaries
cvsdist 7d45710
cvsdist 7d45710
* Fri Jan 21 2000 TIm Powers <timp@redhat.com>
cvsdist 7d45710
- added chown lines to post section
cvsdist 7d45710
cvsdist 7d45710
* Tue Jan 11 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- make sure the man pages are gzipped in each subpackage, overriding the build
cvsdist 7d45710
	system spec_install_post macro.
cvsdist 7d45710
- using mega spec file changes from Marc Merlin <merlin_bts@valinux.com> since
cvsdist 7d45710
	the package we were shipping in the past had some major issues (not in
cvsdist 7d45710
	Marc's words ;)
cvsdist 7d45710
- using Marc's added README and modified config files.
cvsdist 7d45710
- adapted patches written by Alexandre Oliva <oliva@dcc.unicamp.br> from Marc
cvsdist 7d45710
	Merlin's package so that the patch matches the source version (the patches
cvsdist 7d45710
	are the glibc2.1 and glibc2.2 patches)
cvsdist 7d45710
cvsdist 7d45710
* Mon Jan 3 2000 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- fix so configure doesn't crap out (libtoolize --force)
cvsdist 7d45710
- gzip man pages, strip binaries
cvsdist 7d45710
- rebuilt for 6.2
cvsdist 7d45710
cvsdist 7d45710
* Thu Aug 5 1999 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- applied patch so that it reports the available holding disk space correctly
cvsdist 7d45710
cvsdist 7d45710
* Thu Jul 8 1999 Tim Powers <timp@redhat.com>
cvsdist 7d45710
- added %defattr lines
cvsdist 7d45710
- rebuilt for 6.1
cvsdist 7d45710
cvsdist 7d45710
* Wed May 05 1999 Bill Nottingham <notting@redhat.com>
cvsdist 7d45710
- update to 2.4.1p1
cvsdist 7d45710
cvsdist 7d45710
* Tue Oct 27 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 7d45710
- version 2.4.1
cvsdist 7d45710
cvsdist 7d45710
* Tue May 19 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 7d45710
- upgraded to full 2.4.0 release
cvsdist 7d45710
cvsdist 7d45710
* Thu Feb 19 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- fixed group for -client and -server packages (Network->Networking)
cvsdist 7d45710
cvsdist 7d45710
* Wed Feb 11 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- updated to 2.4.0b6, fixes security hole among other things
cvsdist 7d45710
  (as well as finally got the glibc patch in the main source.)
cvsdist 7d45710
 
cvsdist 7d45710
* Tue Jan 27 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- moved versionsuffix to client package to remove dependency of amanda on amanda-client
cvsdist 7d45710
cvsdist 7d45710
* Mon Jan 26 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- fixed libexec garbage.
cvsdist 7d45710
cvsdist 7d45710
* Wed Jan 21 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- split into three packages amanda, amanda-client, and amanda-server
cvsdist 7d45710
cvsdist 7d45710
* Fri Jan  9 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- updated to latest beta... builds much cleaner now.
cvsdist 7d45710
cvsdist 7d45710
* Thu Jan  8 1998 Otto Hammersmith <otto@redhat.com>
cvsdist 7d45710
- created the package
cvsdist 7d45710