cvsdist 303281c
Summary: AppleTalk networking programs
jvdias 8e4ed92
Name:    netatalk
1a01457
Version: 2.0.5
696dd1d
Release: 2%{?dist}
jvdias 8e4ed92
Epoch:   4
9066f9e
License: GPLv2+
56db017
Group:   System Environment/Daemons
cvsdist 973964e
Source0: http://download.sourceforge.net/netatalk/netatalk-%{version}.tar.bz2
17fb705
# Source1: atalk.init
21e5d8b
Source2: netatalk.pam-system-auth
ce34f05
Patch1:  netatalk-2.0.4-db4_2-db4_3.patch
jvdias 69ac297
Patch2:  netatalk-2.0.2-uams_no_pie.patch
ce34f05
Patch3:  netatalk-2.0.4-extern_ucreator.patch
f53bad7
Patch4:  netatalk-2.0.3-nodefault.patch
ce34f05
Patch5:  netatalk-2.0.4-open_call.patch
jvdias 8e4ed92
Url:	 http://netatalk.sourceforge.net/
56db017
Requires: pam
56db017
Requires(post): /sbin/chkconfig /sbin/ldconfig
56db017
Requires(preun): /sbin/chkconfig
56db017
Requires(preun): /sbin/service
56db017
Requires(postun): /sbin/service /sbin/ldconfig
17fb705
BuildRequires: cracklib-devel openssl-devel pam quota-devel libtool automake autoconf db4-devel pam-devel tcp_wrappers-devel libgcrypt-devel
56db017
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 303281c
cvsdist 303281c
%description
cvsdist 303281c
This package enables Linux to talk to Macintosh computers via the
cvsdist 303281c
AppleTalk networking protocol. It includes a daemon to allow Linux
cvsdist 303281c
to act as a file server over EtherTalk or IP for Mac's.
cvsdist 303281c
cvsdist 303281c
%package devel
21e5d8b
Summary: Headers for Appletalk development
cvsdist 303281c
Group: Development/Libraries
cvsdist 303281c
cvsdist 303281c
%description devel
21e5d8b
This package contains the header files for building Appletalk networking
21e5d8b
programs.
cvsdist 303281c
cvsdist 303281c
%prep
cvsdist 303281c
%setup -q
jvdias 69ac297
%patch1  -p1 -b .db4_2-db4_3
jvdias 69ac297
%patch2  -p1 -b .uams_no_pie
jvdias fac99a2
%patch3  -p1 -b .extern_ucreator
f53bad7
%patch4  -p1
3ec36b1
%patch5  -p1 -b .open_call
jvdias fac99a2
jvdias 69ac297
ln -s ./NEWS ChangeLog
cvsdist 303281c
cvsdist 303281c
%build
cvsdist c036a8f
touch AUTHORS
cvsdist c036a8f
libtoolize --force
cvsdist 1e73502
aclocal -I macros
cvsdist 1e73502
automake --add-missing
cvsdist c036a8f
autoconf
cvsdist c036a8f
autoheader
jvdias 37396df
export CFLAGS="$RPM_OPT_FLAGS"
jvdias b32e39f
%ifnarch x86_64
jvdias 37396df
# XXX : enable for x86_64 when glibc bug 149284 is fixed!
jvdias 37396df
export CFLAGS="$CFLAGS -fPIE"
jvdias 69ac297
export LDFLAGS="-pie -Wl,-z,relro,-z,now,-z,noexecstack,-z,nodlopen"
jvdias 37396df
%endif
jvdias 69ac297
%ifarch ppc ppc64 s390 s390x
jvdias 69ac297
export CFLAGS="$CFLAGS -fsigned-char"
jvdias 69ac297
%endif
jvdias 69ac297
%configure \
jvdias 69ac297
	--with-pkgconfdir=/etc/atalk/ \
jvdias 69ac297
	--with-cracklib \
jvdias 69ac297
        --with-pam \
jvdias 69ac297
	--with-shadow \
jvdias 69ac297
	--with-uams-path=%{_libdir}/atalk \
jvdias 69ac297
	--enable-shared \
jvdias 69ac297
        --enable-krbV-uam \
jvdias 69ac297
        --enable-overwrite \
jvdias 69ac297
        --with-gnu-ld \
jvdias 69ac297
	--enable-redhat
cvsdist aeac6e0
cvsdist aeac6e0
# Grrrr. Fix broken libtool/autoFOO Makefiles.
cvsdist c036a8f
if [ "%{_lib}" != lib ]; then
cvsdist c036a8f
	find . -name Makefile | xargs perl -pi \
cvsdist c036a8f
	-e 's,-L/usr/lib,-L%{_libdir},g'
cvsdist c036a8f
	find . -name Makefile | xargs perl -pi \
cvsdist c036a8f
	-e 's,-L/lib,-L/%{_lib},g'
cvsdist c036a8f
fi
cvsdist aeac6e0
56db017
make %{?_smp_mflags} all
cvsdist 303281c
cvsdist 303281c
%install
cvsdist 303281c
rm -rf $RPM_BUILD_ROOT
cvsdist 303281c
jvdias 8e4ed92
#mkdir -p $RPM_BUILD_ROOT/etc/pam.d
56db017
#mkdir -p $RPM_BUILD_ROOT%{_initrddir}
jvdias 8e4ed92
#mkdir -p $RPM_BUILD_ROOT/usr/include/{netatalk,atalk}
cvsdist 303281c
cvsdist 303281c
make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
jvdias 8e4ed92
#
jvdias 8e4ed92
# netatalk now installs its own config files, which are more
jvdias 8e4ed92
# appropriate for v2.0 than the ones we used to ship.
jvdias 8e4ed92
#
jvdias 8e4ed92
#install -m644 config/AppleVolumes.default $RPM_BUILD_ROOT/etc/atalk/AppleVolumes.default
jvdias 8e4ed92
#install -m644 config/afpd.conf $RPM_BUILD_ROOT/etc/atalk/afpd.conf
jvdias 8e4ed92
#install -m644 config/atalkd.conf $RPM_BUILD_ROOT/etc/atalk/atalkd.conf
jvdias 8e4ed92
#install -m644 config/papd.conf $RPM_BUILD_ROOT/etc/atalk/papd.conf
jvdias 8e4ed92
#install -m644 config/netatalk.pamd $RPM_BUILD_ROOT/etc/pam.d/netatalk
jvdias 8e4ed92
#
jvdias 8e4ed92
# Use netatalk's redhat initscript
jvdias 8e4ed92
#
56db017
#install -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/atalk
jvdias 8e4ed92
#cp include/atalk/*.h $RPM_BUILD_ROOT/usr/include/atalk/
jvdias 8e4ed92
#cp sys/netatalk/*.h $RPM_BUILD_ROOT/usr/include/netatalk/
jvdias 69ac297
chmod a-x bin/afile/acleandir.rc
jvdias 8e4ed92
rm -f $RPM_BUILD_ROOT/usr/bin/acleandir.rc $RPM_BUILD_ROOT/usr/share/man/man1/acleandir*
jvdias 8e4ed92
# 
jvdias 8e4ed92
# install example config files in doc
jvdias 8e4ed92
mkdir config.example
jvdias 8e4ed92
cp -fp `ls config/* | egrep -v 'tmpl$|Makefile' | tr '\n' ' '` config.example
21e5d8b
cp -fp %{SOURCE2} config.example
Florian La Roche 5ee834f
# XXX bad hack until this file is updated in glibc-headers:
Florian La Roche 5ee834f
rm -f $RPM_BUILD_ROOT/usr/include/netatalk/at.h
Florian La Roche 5ee834f
21e5d8b
# Fix up ICDumpSuffixMap
21e5d8b
sed -e 's/\r/\n/' -e 's:#!perl:#!%{__perl}:' contrib/ICDumpSuffixMap > ICDumpSuffixMap
21e5d8b
touch -r contrib/ICDumpSuffixMap ICDumpSuffixMap
21e5d8b
21e5d8b
# Clean up .a and .la files
21e5d8b
find $RPM_BUILD_ROOT -name \*.a -exec rm {} \;
21e5d8b
find $RPM_BUILD_ROOT -name \*.la -exec rm {} \;
21e5d8b
cvsdist 303281c
%clean
cvsdist 303281c
rm -rf $RPM_BUILD_ROOT
cvsdist 303281c
cvsdist 303281c
%post
cvsdist 303281c
/sbin/chkconfig --add atalk
56db017
/sbin/ldconfig
cvsdist 303281c
cvsdist 303281c
%preun
cvsdist 303281c
if [ "$1" = "0" ] ; then
cvsdist 303281c
  /sbin/service atalk stop > /dev/null 2>&1
cvsdist 303281c
  /sbin/chkconfig --del atalk
cvsdist 303281c
fi
cvsdist 303281c
cvsdist 303281c
%postun
cvsdist 303281c
if [ "$1" -ge "1" ]; then
cvsdist aeac6e0
  /sbin/service atalk condrestart > /dev/null 2>&1 || :
cvsdist 303281c
fi
56db017
/sbin/ldconfig
cvsdist 303281c
cvsdist 303281c
%files
cvsdist 303281c
%defattr(-,root,root)
jvdias 69ac297
%doc COPYRIGHT ChangeLog README* TODO VERSION NEWS 
cvsdist 303281c
%doc ICDumpSuffixMap doc
jvdias 69ac297
%doc bin/afile/acleandir.rc
jvdias 8e4ed92
%doc config.example
cvsdist 303281c
%dir /etc/atalk
21e5d8b
%attr(755,root,root) %{_initrddir}/atalk
cvsdist 303281c
%config(noreplace) /etc/atalk/AppleVolumes.default
cvsdist 303281c
%config(noreplace) /etc/atalk/AppleVolumes.system
cvsdist aeac6e0
%config(noreplace) /etc/atalk/netatalk.conf
cvsdist 303281c
%config(noreplace) /etc/atalk/afpd.conf
cvsdist 303281c
%config(noreplace) /etc/atalk/atalkd.conf
cvsdist 303281c
%config(noreplace) /etc/atalk/papd.conf
cvsdist 303281c
%config(noreplace) /etc/pam.d/netatalk
cvsdist 303281c
%{_sbindir}/*
cvsdist 303281c
%{_bindir}/*
21e5d8b
%exclude %{_bindir}/netatalk-config
cvsdist 303281c
%{_mandir}/man*/*
21e5d8b
%exclude %{_mandir}/man*/netatalk-config*
cvsdist a6dd7fa
%{_datadir}/netatalk
793f142
%dir %{_libdir}/atalk
jvdias 69ac297
%{_libdir}/atalk/*.so
jvdias 69ac297
%{_libexecdir}/*
cvsdist 303281c
cvsdist 303281c
%files devel
cvsdist 303281c
%defattr(-,root,root)
cvsdist 303281c
%dir %{_includedir}/atalk
793f142
%dir %{_includedir}/netatalk
cvsdist 303281c
%attr(0644,root,root) %{_includedir}/atalk/*
cvsdist 303281c
%attr(0644,root,root) %{_includedir}/netatalk/*
cvsdist 303281c
%{_datadir}/aclocal/netatalk.m4
56db017
%{_bindir}/netatalk-config
21e5d8b
%{_mandir}/man*/netatalk-config.1*
21e5d8b
cvsdist 303281c
%changelog
696dd1d
* Tue Nov 24 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.5-2
696dd1d
- oops forgot upload new sources => shifted release number
696dd1d
1a01457
* Tue Nov 24 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.5-1
1a01457
- updated to latest upstream version
1a01457
17fb705
* Mon Nov 23 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.4-5
17fb705
- added BuildRequires: ... libgcrypt-devel
17fb705
- removed outdated atalk.init
17fb705
d255f6f
* Tue Sep 15 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.4-4
d255f6f
- fixed #473943
d255f6f
d7a3d5c
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 4:2.0.4-3
d7a3d5c
- rebuilt with new openssl
d7a3d5c
57639ff
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.0.4-2
57639ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
57639ff
ce34f05
* Tue Jul 14 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.4-1
ce34f05
- updated to latest upstream version
ce34f05
ee4ce2e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.0.3-27
ee4ce2e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ee4ce2e
a171a84
* Mon Feb 16 2009 Jiri Skala <jskala@redhat.com> -4:2.0.3-26
a171a84
- Resolves #480641 - CVE-2008-5718 netatalk: papd command injection vulnerability
a171a84
a171a84
* Tue Jan 27 2009 Jiri Skala <jskala@redhat.com> -4:2.0.3-25
501be50
- fixed epoch in the subpackage requires
501be50
a171a84
* Fri Jan 23 2009 Jiri Skala <jskala@redhat.com> -4:2.0.3-24
76845d2
- fix #473186 conflict timeout with coreutils
76845d2
ed91213
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 4:2.0.3-23
ed91213
- rebuild with new openssl
ed91213
e323ab0
* Wed Dec 03 2008 Jiri Skala <jskala@redhat.com> -4:2.0.3-22
e323ab0
- fix #473939 netatalk-2.0.3-21.fc10 disable quota
e323ab0
a4cba52
* Mon Oct 13 2008 Jiri Skala <jskala@redhat.com> - 4:2.0.3-21
a4cba52
- fix #465050 - FTBFS netatalk-2.0.3-19 - regenerated patches
a4cba52
9066f9e
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:2.0.3-20
9066f9e
- fix license tag
9066f9e
960fc3e
* Thu Mar 06 2008 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-19
960fc3e
- fix chmod o+x (#225085)
960fc3e
- increase the maximum number of cnid_dbd processes to 512 (#232805)
960fc3e
- papd now writes debugging output to stderr when invoked with -d (#150021)
960fc3e
- fix multiarch conflict for netatalk-devel (#342681)
960fc3e
c5506f3
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-18
c5506f3
- make init script LSB compliant (#246993)
c5506f3
793f142
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-17
793f142
- fix unowned directories (#233889)
793f142
0260511
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-16
0260511
- rebuild for gcc-4.3
0260511
8ecbe6d
* Tue Dec 04 2007 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-15.1
8ecbe6d
- rebuild
8ecbe6d
3ec36b1
* Wed Sep 12 2007 Maros Barabas <mbarabas@redhat.com> -4:2.0.3-15
3183e5f
- patch to build on FC, bad open call 
3183e5f
63fc7de
* Tue Sep 11 2007 Maros Barabas <mbarabas@redhat.com> - 4:2.0.3-13
63fc7de
- rebuild
63fc7de
8f0e36b
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 4:2.0.3-12
8f0e36b
- Rebuild for selinux ppc32 issue.
8f0e36b
21e5d8b
* Thu May 10 2007 Maros Barabas <mbarabas@redhat.com> - 4:2.0.4-11
21e5d8b
- fix from merge review
21e5d8b
- Resolves #226190
21e5d8b
56db017
* Tue Apr 17 2007 Maros Barabas <mbarabas@redhat.com> - 4:2.0.3-10
f858650
- fix fiew problems in spec
56db017
1abbbf3
* Tue Jan 23 2007 Jindrich Novy <jnovy@redhat.com> - 4:2.0.3-9
1abbbf3
- rebuild against new db4
1abbbf3
e3aa513
* Mon Dec 04 2006 Maros Barabas	<mbarabas@redhat.com> - 4:2.0.3-8
e3aa513
- BuildRequires changed from cracklib to cracklib-devel
e3aa513
ababea5
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 4:2.0.3-7
ababea5
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
ababea5
  (#203001)
ababea5
- Add dist tag
ababea5
7c34b28
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4:2.0.3-6.fc6.1
7c34b28
- rebuild
7c34b28
jvdias 31787b0
* Fri Jun 09 2006 Jason Vas Dias <jvdias@redhat.com> - 4:2.0.3-6.fc6
jvdias 31787b0
- rebuild for broken libgssapi deps and brew build
jvdias 31787b0
3e9feb3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4:2.0.3-4.2.1
3e9feb3
- bump again for double-long bug on ppc(64)
3e9feb3
jvdias 1efc91c
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com>
jvdias 1efc91c
- rebuild for new gcc, glibc, glibc-kernheaders
jvdias 1efc91c
35e9e6b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
35e9e6b
- rebuilt
35e9e6b
jvdias ceca5e3
* Wed Nov 09 2005 Jason Vas Dias <jvdias@redhat.com>
jvdias ceca5e3
- Rebuild for new openssl dependencies
jvdias ceca5e3
073d6e6
* Thu Oct 13 2005 Tomas Mraz <tmraz@redhat.com>
073d6e6
- use include instead of pam_stack in pam config
073d6e6
f53bad7
* Wed Jul 20 2005 Bill Nottingham <notting@redhat.com>
f53bad7
- don't run by default
f53bad7
jvdias 8e4ed92
* Thu Jun 16 2005 Jason Vas Dias <jvdias@redhat.com>
jvdias 8e4ed92
- Upgrade to upstream version 2.0.3
jvdias 8e4ed92
- fix bug 160486: use netatalk's initscript
jvdias 8e4ed92
Florian La Roche 5ee834f
* Wed Mar 30 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 5ee834f
- quick fix: rm -f /usr/include/netatalk/at.h until this
Florian La Roche 5ee834f
  is resolved the correct way
Florian La Roche 5ee834f
jvdias fac99a2
* Mon Mar 07 2005 Jason Vas Dias <jvdias@redhat.com>
jvdias fac99a2
- Fix for gcc4 compilation: extern_ucreator.patch
jvdias fac99a2
jvdias 09fd47f
* Mon Feb 21 2005 Jason Vas Dias <jvdias@redhat.com>
jvdias 09fd47f
- Upgraded to upstream version 2.0.2 .
jvdias 09fd47f
cvsdist 960e4bc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 960e4bc
- rebuilt
cvsdist 960e4bc
cvsdist befe7e7
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist befe7e7
- rebuilt
cvsdist befe7e7
cvsdist befe7e7
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist befe7e7
- rebuilt
cvsdist befe7e7
cvsdist 1e73502
* Wed Jan 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 1e73502
- 1.6.4
cvsdist 1e73502
cvsdist 1e73502
* Fri Aug 1 2003 Charlie Bennett <ccb@redhat.com>
cvsdist 1e73502
- Update with 1.6.3 upstream sources
cvsdist 1e73502
cvsdist c036a8f
* Tue Jul 29 2003 Elliot Lee <sopwith@redhat.com>
cvsdist c036a8f
- Rebuild
cvsdist c036a8f
- Fix perl multilib path editing
cvsdist c036a8f
- Add pathcat patch
cvsdist c036a8f
cvsdist c036a8f
* Thu May  1 2003 Elliot Lee <sopwith@redhat.com> 1.5.5-7
cvsdist c036a8f
- Make multilib generic
cvsdist c036a8f
- Add builddep on quota (for rpcsvc/rquota.h)
cvsdist c036a8f
cvsdist aeac6e0
* Wed Feb 18 2003 Bill Nottingham <notting@redhat.com> 1.5.5-5
cvsdist aeac6e0
- fix initscript error (#82118)
cvsdist aeac6e0
cvsdist aeac6e0
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist aeac6e0
- rebuilt
cvsdist aeac6e0
cvsdist aeac6e0
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.5.5-3
cvsdist aeac6e0
- patch for compile errors with new ssl libs
cvsdist aeac6e0
- rebuild
cvsdist aeac6e0
cvsdist aeac6e0
* Mon Dec 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist aeac6e0
- postun should never fail
cvsdist aeac6e0
cvsdist aeac6e0
* Thu Nov 28 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.5-1
cvsdist aeac6e0
- Updated to 1.5.5
cvsdist aeac6e0
cvsdist a6dd7fa
* Tue Jun 25 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.3.1-4
cvsdist a6dd7fa
- Fixed dependancy problem on /usr/bin/rc by removing acleandir.[1|rc] (#67243)
cvsdist a6dd7fa
- Fixed missing /usr/share/netatalk dir (#67222)
cvsdist 973964e
cvsdist 973964e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.5.3.1-2
cvsdist 973964e
- automated rebuild
cvsdist 973964e
cvsdist 973964e
* Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.3.1-1
cvsdist 973964e
- Updated to latest version 1.5.3.1.
cvsdist 973964e
- Fixed bug for nls file lookup (#66300).
cvsdist 973964e
cvsdist 973964e
* Mon May 27 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.2-4
cvsdist 973964e
- Fixed initscript bug where you can't use blanks inside of names (#64926).
cvsdist 973964e
cvsdist 973964e
* Wed Apr 10 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.2-3
cvsdist 808cded
- Fixed initscript to use correct config files from /etc/atalk (#62803)
cvsdist 808cded
- Changed initscript to use $0 instead of direct string (#61734)
cvsdist 808cded
- Change Copyright to Licencse and switch from BSD to GPL (#61746)
cvsdist 808cded
cvsdist 303281c
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
cvsdist 303281c
- don't run by default
cvsdist 303281c
cvsdist 303281c
* Wed Mar 13 2002 Bill Nottingham <notting@redhat.com>
cvsdist 303281c
- it's back 
cvsdist 303281c
cvsdist 303281c
* Fri Mar  2 2001 Tim Powers <timp@redhat.com>
cvsdist 303281c
- rebuilt against openssl-0.9.6-1
cvsdist 303281c
cvsdist 303281c
* Sun Feb 25 2001 Tim Powers <timp@redhat.com>
cvsdist 303281c
- fixed bug 29370. This package is trying to include a file glibc already includes
cvsdist 303281c
cvsdist 303281c
* Tue Jan 23 2001 Tim Powers <timp@redhat.com>
cvsdist 303281c
- updated initscript
cvsdist 303281c
cvsdist 303281c
* Thu Jan 04 2001 Than Ngo <than@redhat.com>
cvsdist 303281c
- fixed uams-path
56db017
- added noreplace to %%config
cvsdist 303281c
cvsdist 303281c
* Mon Nov 20 2000 Tim Powers <timp@redhat.com>
cvsdist 303281c
- rebuilt to fix bad dir perms
cvsdist 303281c
cvsdist 303281c
* Fri Nov 10 2000 Than Ngo <than@redhat.com>
cvsdist 303281c
- update to 1.5pre2 (bug #19737, #20397)
cvsdist 303281c
- update Url and ftp site
cvsdist 303281c
- clean up specfile
cvsdist 303281c
- netatalk-1.4b2+asun obsolete
cvsdist 303281c
cvsdist 303281c
* Mon Aug 07 2000 Than Ngo <than@redhat.de>
cvsdist 303281c
- fix dependency with glibc-devel (Bug #15589)
cvsdist 303281c
- fix typo in description (Bug #15479)
cvsdist 303281c
cvsdist 303281c
* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
cvsdist 303281c
- fix symlinks not being relative.
cvsdist 303281c
cvsdist 303281c
* Fri Jul 28 2000 Than Ngo <than@redhat.de>
cvsdist 303281c
- add missing restart function in startup script
cvsdist 303281c
cvsdist 303281c
* Fri Jul 28 2000 Tim Powers <timp@redhat.com>
cvsdist 303281c
- fixed initscripts so that condrestart doesn't return 1 when the test fails
cvsdist 303281c
cvsdist 303281c
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist 303281c
- rebuilt
cvsdist 303281c
cvsdist 303281c
* Sun Jul 23 2000 Tim Powers <timp@redhat.com>
cvsdist 303281c
- rebuilt 
cvsdist 303281c
cvsdist 303281c
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
cvsdist 303281c
- inits back to rc.d/init.d, using service to start inits
cvsdist 303281c
cvsdist 303281c
* Wed Jul 12 2000 Than Ngo <than@redhat.de>
cvsdist 303281c
- rebuilt
cvsdist 303281c
cvsdist 303281c
* Thu Jul 06 2000 Tim Powers <timp@redhat.com>
cvsdist 303281c
- fixed broken PreReq, now PreReq's /etc/init.d
cvsdist 303281c
cvsdist 303281c
* Tue Jun 27 2000 Than Ngo <than@redhat.de>
cvsdist 303281c
- remove prereq initscripts, add requires initscripts
cvsdist 303281c
- clean up specfile
cvsdist 303281c
cvsdist 303281c
* Mon Jun 26 2000 Than Ngo <than@redhat.de>
cvsdist 303281c
- /etc/rc.d/init.d -> /etc/init.d
cvsdist 303281c
- add condrestart directive
cvsdist 303281c
- fix post/preun/postun scripts
cvsdist 303281c
- prereq initscripts >= 5.20
cvsdist 303281c
cvsdist 303281c
* Tue Jun 20 2000 Tim Powers <timp@redhat.com>
cvsdist 303281c
- fixed bug 11420 concerning the building with -O2.
cvsdist 303281c
cvsdist 303281c
* Thu Jun 8 2000 Tim Powers <timp@redhat.com>
cvsdist 303281c
- fix bug #11978 
cvsdist 303281c
- fix man page locations to be FHS compliant
cvsdist 303281c
cvsdist 303281c
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 303281c
- modify PAM setup to use system-auth
cvsdist 303281c
cvsdist 303281c
* Thu Dec 16 1999 Tim Powers <timp@redhat.com>
cvsdist 303281c
- renewed source so it is pristine, delete the problematic files in spec file
cvsdist 303281c
	instead
cvsdist aeac6e0
- general spec file cleanups, create buildroot and dirs in the %%install
cvsdist 303281c
	section
cvsdist 303281c
- strip binaries
cvsdist 303281c
- gzip man pages
cvsdist 303281c
- fixed netatalk-asun.librpcsvc.patch, -lnss_nis too
cvsdist 303281c
- changed group
56db017
- added %%defattr to %%files section
cvsdist 303281c
cvsdist 303281c
* Tue Aug 3 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- rpm-3.0 needs to remove vogus files from source.
cvsdist 303281c
  Removed files: etc/papd/.#magics.c, etc/.#diff
cvsdist 303281c
* Fri Jul 30 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Change Copyright tag to BSD.
cvsdist 303281c
  Add /usr/bin/adv1tov2.
cvsdist 303281c
* Thu Apr 22 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
Florian La Roche 5ee834f
- Correct librpcsvc.patch.  Move %%changelog section last.
cvsdist 303281c
  Uncomment again -DNEED_QUOTA_WRAPPER in sys/linux/Makefile since
cvsdist 303281c
  LinuxPPC may need.
cvsdist 303281c
* Wed Mar 31 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Comment out -DNEED_QUOTA_WRAPPER in sys/linux/Makefile.
cvsdist 303281c
* Sat Mar 20 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Correct symbolic links to psf.
cvsdist 303281c
  Remove asciize function from nbplkup so as to display Japanese hostname.
cvsdist 303281c
* Thu Mar 11 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Included MacPerl 5 script ICDumpSuffixMap which dumps suffix mapping
cvsdist 303281c
  containd in Internet Config Preference.
cvsdist 303281c
* Tue Mar 2 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- [asun2.1.3]
cvsdist 303281c
* Mon Feb 15 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- [pre-asun2.1.2-8]
cvsdist 303281c
* Sun Feb 7 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- [pre-asun2.1.2-6]
cvsdist 303281c
* Mon Jan 25 1999 iNOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- [pre-asun2.1.2-3]
cvsdist 303281c
* Thu Dec 17 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- [pre-asun2.1.2]
cvsdist 303281c
  Remove crlf patch. It is now a server's option.
cvsdist 303281c
* Thu Dec 3 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use stable version source netatalk-1.4b2+asun2.1.1.tar.gz
cvsdist 303281c
  Add uams directory
cvsdist 303281c
* Sat Nov 28 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use pre-asun2.1.1-3 source.
cvsdist 303281c
* Mon Nov 23 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use pre-asun2.1.1-2 source.
cvsdist 303281c
* Mon Nov 16 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Fix rcX.d's symbolic links.
cvsdist 303281c
* Wed Oct 28 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
56db017
- Use pre-asun2.1.0a-2 source. Remove '%%exclusiveos linux' line.
cvsdist 303281c
* Sat Oct 24 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use stable version source netatalk-1.4b2+asun2.1.0.tar.gz.
cvsdist 303281c
* Mon Oct 5 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use pre-asun2.1.0-10a source.
cvsdist 303281c
* Thu Sep 19 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use pre-asun2.1.0-8 source. Add chkconfig support.
cvsdist 303281c
* Sat Sep 12 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Comment out -DCRLF. Use RPM_OPT_FLAGS.
cvsdist 303281c
* Mon Sep 8 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use pre-asun2.1.0-7 source. Rename atalk.init to atalk.
cvsdist 303281c
* Mon Aug 22 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use pre-asun2.1.0-6 source.
cvsdist 303281c
* Mon Jul 27 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use pre-asun2.1.0-5 source.
cvsdist 303281c
* Tue Jul 21 1998 INOUE Koichi <inoue@ma.ns.musashi-techa.c.jp>
cvsdist 303281c
- Use pre-asun2.1.0-3 source.
cvsdist 303281c
* Tue Jul 7 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Add afpovertcp entries to /etc/services
cvsdist 303281c
- Remove BuildRoot in man8 pages
cvsdist 303281c
* Mon Jun 29 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
cvsdist 303281c
- Use modified sources 1.4b2+asun2.1.0 produced by Adrian Sun
cvsdist 303281c
  <asun@saul9.u.washington.edu> to provide an AppleShareIP file server
cvsdist 303281c
- Included AppleVolumes.system file maintained by Johnson
cvsdist 303281c
  <johnson@stpt.usf.edu>
cvsdist 303281c
* Mon Aug 25 1997 David Gibson <D.Gibson@student.anu.edu.au>
cvsdist 303281c
- Used a buildroot
cvsdist 303281c
- Use RPM_OPT_FLAGS
cvsdist 303281c
- Moved configuration parameters/files from atalk.init to /etc/atalk
cvsdist 303281c
- Separated devel package
cvsdist 303281c
- Built with shared libraries
cvsdist 303281c
* Sun Jul 13 1997 Paul H. Hargrove <hargrove@sccm.Stanford.EDU>
cvsdist 303281c
- Updated sources from 1.3.3 to 1.4b2
cvsdist 303281c
- Included endian patch for Linux/SPARC
cvsdist 303281c
- Use all the configuration files supplied in the source.  This has the
cvsdist 303281c
  following advantages over the ones in the previous rpm release:
cvsdist 303281c
	+ The printer 'lp' isn't automatically placed in papd.conf
cvsdist 303281c
	+ The default file conversion is binary rather than text.
cvsdist 303281c
- Automatically add and remove DDP services from /etc/services
cvsdist 303281c
- Placed the recommended /etc/services in the documentation
cvsdist 303281c
- Changed atalk.init to give daemons a soft kill
cvsdist 303281c
- Changed atalk.init to make configuration easier
cvsdist 303281c
cvsdist 303281c
* Wed May 28 1997 Mark Cornick <mcornick@zorak.gsfc.nasa.gov>
cvsdist 303281c
Updated for /etc/pam.d