1139360
%global _hardened_build   1
1139360
95cf2ca
%if 0%{?fedora} || 0%{?rhel} >= 9
0b45142
%global trackername tracker3
0b45142
%else
0b45142
%global trackername tracker
0b45142
%endif
0b45142
0b45142
%global pkgver $(rpm -qls %{trackername}-devel.%{_target_cpu} | grep sparql | grep pc | cut -d"-" -f3 | cut -d"." -f1-2|sort -u)
1139360
%global with_tracker      1
1139360
%global xslver $(rpm -q --queryformat "%%{VERSION}" docbook-style-xsl)
1139360
%global with_acls         1
1139360
%global with_bdb          1
1139360
%global with_cracklib     1
1139360
%global with_docbook      1
1139360
%global with_dbus         1
1139360
%global with_dtrace       1
1139360
%global with_ldap         1
1139360
%global with_libevent     1
1139360
%global with_mysql        1
1139360
%global with_procpsng     1
1139360
%global with_quota        1
1139360
%global without_openafs   1
1139360
1139360
# tcp_wrappers deprecated fedora >= 28
95cf2ca
%if 0%{?fedora} || 0%{?rhel} >= 8
1139360
%global without_tcp_wrappers 1
1139360
%endif
1139360
95cf2ca
# buildrequire mariadb-connector-c-devel for all but el7
95cf2ca
%if 0%{?fedora} || 0%{?rhel} >= 8
95cf2ca
%global mariadevel mariadb-connector-c-devel
95cf2ca
%else
95cf2ca
%global mariadevel mariadb-devel
95cf2ca
%endif
95cf2ca
c75fbb1
# rhel 7 need to call ldconfig & set c99 flag
95cf2ca
%if 0%{?rhel} && 0%{?rhel} <= 7
1139360
%global ldconfig /sbin/ldconfig
4b57ab2
%global with_c99 1
1139360
%endif
1139360
9b286a9
# set path to python binary per fedora packaging guidelines
d4a38e0
%if 0%{?rhel} && 0%{?rhel} <= 7
95cf2ca
%global python_bin %{python2}
c9d8286
%global with_python2      1
345495f
%else
95cf2ca
%global python_bin %{python3}
9b286a9
%endif
9b286a9
1139360
Name:              netatalk
1139360
Epoch:             5
e217e23
Version:           3.2.0
e217e23
Release:           1%{?dist}
1139360
Summary:           Open Source Apple Filing Protocol(AFP) File Server
1139360
License:           GPL+ and GPLv2 and GPLv2+ and LGPLv2+ and BSD and FSFUL and MIT
1139360
# Project is also mirrored at https://github.com/Netatalk/Netatalk
1139360
URL:               http://netatalk.sourceforge.net
c75fbb1
Source0:           https://download.sourceforge.net/netatalk/netatalk-%{version}.tar.xz
1139360
Source1:           netatalk.pam-system-auth
54fc3e1
Source2:           netatalk.conf
1139360
e217e23
Patch0:            netatalk-systemd-execstartpre.patch
e217e23
f0bccff
# https://pagure.io/epel/issue/87
f0bccff
%if 0%{?rhel} >= 8
f0bccff
ExcludeArch:       aarch64 s390x
f0bccff
%endif
f0bccff
0b45142
BuildRequires:     make
1139360
BuildRequires:     rpm
1139360
BuildRequires:     grep
1139360
BuildRequires:     perl-interpreter
1139360
BuildRequires:     perl-generators
1139360
BuildRequires:     sed
1139360
BuildRequires:     coreutils
1139360
BuildRequires:     findutils
1139360
BuildRequires:     gcc
1139360
BuildRequires:     avahi-devel
1139360
BuildRequires:     bison
1139360
BuildRequires:     flex
1139360
BuildRequires:     libattr-devel
1139360
BuildRequires:     libgcrypt-devel
1139360
BuildRequires:     krb5-devel
1139360
BuildRequires:     openssl-devel
1139360
BuildRequires:     pam-devel
1139360
BuildRequires:     systemd
1139360
BuildRequires:     libtdb-devel
e217e23
BuildRequires: autoconf
e217e23
BuildRequires: automake
e217e23
BuildRequires: libtool
1139360
1139360
%{?with_cracklib:BuildRequires:     cracklib-devel}
1139360
%{?with_dbus:BuildRequires:     dbus-devel}
1139360
%{?with_dbus:BuildRequires:     dbus-glib-devel}
1139360
%{?with_docbook:BuildRequires:     docbook-style-xsl}
1139360
%{?with_acls:BuildRequires:     libacl-devel}
1139360
%{?with_bdb:BuildRequires:     libdb-devel}
1139360
%{!?with_bdb:BuildRequires:     db4-devel}
1139360
%{?with_libevent:BuildRequires:     libevent-devel}
1139360
%{?with_docbook:BuildRequires:     libxslt}
95cf2ca
%{?with_mysql:BuildRequires:     %{mariadevel}}
1139360
%{?with_ldap:BuildRequires:     openldap-devel}
1139360
%{?with_procpsng:BuildRequires:     procps-ng}
1139360
%{!?with_procng:BuildRequires:     procps}
1139360
%{?with_quota:BuildRequires:     quota-devel}
1139360
%{?with_dtrace:BuildRequires:     systemtap-sdt-devel}
0b45142
%{?with_tracker:BuildRequires:     %{trackername}}
0b45142
%{?with_tracker:BuildRequires:     %{trackername}-devel}
1139360
%{!?without_openafs:BuildRequires:     openafs-devel}
1139360
%{!?without_tcp_wrappers:BuildRequires:     tcp_wrappers-devel}
1139360
c9d8286
%{?with_python2:Requires:     dbus-python}
c9d8286
%{!?with_python2:Requires:     python3-dbus}
1139360
%{?with_tracker:Requires:          dconf}
1139360
%{?ldconfig:Requires(post): %{ldconfig}}
1139360
%{?ldconfig:Requires(postun): %{ldconfig}}
1139360
%{?systemd_requires}
1139360
d06f3ab
# Netatalk /usr/bin/dbd binary conflicts with binary of the same name in jday package
d06f3ab
Conflicts: jday
d06f3ab
1139360
%description
1139360
Netatalk is a freely-available Open Source AFP file server. A *NIX/*BSD
1139360
system running Netatalk is capable of serving many Macintosh clients
1139360
simultaneously as an AppleShare file server (AFP).
1139360
1139360
%package        devel
1139360
Summary:        Development files for %{name}
1139360
Requires:       %{name}%{?_isa} = %{epoch}:%{version}-%{release}
1139360
1139360
%description    devel
1139360
This package contains libraries and header files for
1139360
developing applications that use %{name}.
1139360
1139360
%prep
1139360
%autosetup -p 1
1139360
1139360
# fix permissions
1139360
find include \( -name '*.h' -a -executable \) -exec chmod -x {} \;
1139360
1139360
# Don't call systemctl daemon-reload during the build
e217e23
sed -i 's\-systemctl daemon-reload\\g' distrib/initscripts/Makefile.am
1139360
1139360
%build
e217e23
autoreconf --force --install
1139360
%configure \
1139360
    --localstatedir=%{_localstatedir}/lib       \
1139360
    --with-kerberos                             \
1139360
    --with-libgcrypt                            \
1139360
    --with-pam                                  \
c9d8286
    --with-pkgconfdir=%{_sysconfdir}/netatalk   \
1139360
    --with-shadow                               \
1139360
    --with-tbd=no                               \
1139360
    --with-uams-path=%{_libdir}/netatalk        \
1139360
    --enable-pgp-uam                            \
1139360
    --enable-shared                             \
1139360
    --enable-krbV-uam                           \
1139360
    --enable-overwrite                          \
1139360
    --with-init-style=redhat-systemd            \
1139360
    --without-tdb                               \
1139360
    --with-bdb                                  \
1139360
    --with-lockfile=%{_rundir}/lock/netatalk/netatalk \
1139360
    --disable-silent-rules                      \
1139360
    --disable-static                            \
1139360
    %{?with_acls:--with-acl}                    \
1139360
    %{?with_cracklib:--with-cracklib}           \
e217e23
    %{?with_dbus:--with-dbus-sysconf-dir}=%{_sysconfdir}/dbus-1/system.d \
1139360
    %{?with_docbook:--with-docbook=%{_datadir}/sgml/docbook/xsl-stylesheets-%{xslver}} \
1139360
    %{?with_tracker:--with-spotlight}           \
1139360
    %{?with_tracker:--with-tracker-pkgconfig-version=%{pkgver}} \
1139360
    %{?with_tracker:--with-dbus-daemon=%{_bindir}/dbus-daemon} \
1139360
    %{?with_libevent:--without-libevent}        \
1139360
    %{?with_libevent:--with-libevent-header=%{_includedir}} \
4b57ab2
    %{?with_libevent:--with-libevent-lib=%{_libdir}} \
4b57ab2
    %{?with_c99:CFLAGS="$CFLAGS -std=gnu99"}
1139360
1139360
%make_build
1139360
# Build the local docs.
1139360
%make_build -C doc/manual html-local
1139360
1139360
%install
1139360
%make_install
1139360
# Use specific pam conf.
e217e23
install -Dpm644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/netatalk
1139360
54fc3e1
# install our tmpfiles config
54fc3e1
install -Dpm644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/netatalk.conf
54fc3e1
1139360
find %{buildroot} -name '*.la' -delete -print
d06f3ab
1139360
# Fix python shebang
9b286a9
sed -i 's\^#!/usr/bin/env python$\#!%{python_bin}\' %{buildroot}/usr/bin/afpstats
1139360
e217e23
# Bundled pam config gets installed into non-standard folder. 
e217e23
# Remove the bundled pam config and it parent folders as we supply our own pam config
e217e23
rm -rf %{buildroot}%{_prefix}%{_sysconfdir}
e217e23
1139360
%check
1139360
sh test/afpd/test.sh
1139360
1139360
%post
1139360
%systemd_post %{name}.service
1139360
%{?ldconfig}
1139360
1139360
%preun
1139360
%systemd_preun %{name}.service
1139360
1139360
%postun
1139360
%systemd_postun_with_restart %{name}.service
1139360
%{?ldconfig}
1139360
1139360
%files
1139360
%license COPYING COPYRIGHT
e217e23
%doc CONTRIBUTORS NEWS INSTALL README.md doc/manual/*.html
1139360
%dir %{_sysconfdir}/netatalk
1139360
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/netatalk-dbus.conf
1139360
%config(noreplace) %{_sysconfdir}/netatalk/afp.conf
1139360
%config(noreplace) %{_sysconfdir}/netatalk/dbus-session.conf
1139360
%config(noreplace) %{_sysconfdir}/netatalk/extmap.conf
1139360
%config(noreplace) %{_sysconfdir}/pam.d/netatalk
1139360
%{_bindir}/*
1139360
%exclude %{_bindir}/netatalk-config
1139360
%{_libdir}/netatalk/
1139360
%{_libdir}/libatalk.so.*
1139360
%{_mandir}/man*/*
1139360
%exclude %{_mandir}/man*/netatalk-config*
1139360
%{_sbindir}/*
1139360
%{_unitdir}/netatalk.service
54fc3e1
%{_tmpfilesdir}/netatalk.conf
1139360
%{_localstatedir}/lib/netatalk
1139360
1139360
%files devel
1139360
%{_bindir}/netatalk-config
1139360
%{_datadir}/aclocal/netatalk.m4
1139360
%{_includedir}/atalk/
1139360
%{_libdir}/libatalk.so
1139360
%{_mandir}/man*/netatalk-config.1*
1139360
1139360
%changelog
e217e23
* Wed Jun 05 2024 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.2.0-1
e217e23
- 3.2.0 release
e217e23
4202506
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.18-3
4202506
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
4202506
cb56a39
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.18-2
cb56a39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
cb56a39
791ff69
* Thu Oct 05 2023 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.18-1
791ff69
- 3.1.18 release
791ff69
- Fixes CVE-2022-22995
791ff69
95cf2ca
* Thu Sep 28 2023 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.17-2
95cf2ca
- buildrequire mariadb-connector-c-devel for all but el7
95cf2ca
- minor changes to other specfile conditionals
95cf2ca
c75fbb1
* Sun Sep 17 2023 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.17-1
c75fbb1
- 3.1.17 release
c75fbb1
- Fixes CVE-2023-42464
c75fbb1
- upstream removed bundled libevent back in 3.1.13 release
c75fbb1
4b57ab2
* Tue Sep 12 2023 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.16-1
4b57ab2
- autoconf, automake, and libtool are no longer required
4b57ab2
- force gnu99 cflag on el7 builds
4b57ab2
- 3.1.16 release
4b57ab2
9b4ba5c
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.15-2
9b4ba5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
9b4ba5c
f3662e0
* Mon May 15 2023 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.15-1
f3662e0
- 3.1.15 release
f3662e0
5869eac
* Sun Apr  9 2023 Florian Weimer <fweimer@redhat.com> - 5:3.1.14-4
5869eac
- C99 compatibility fixes
5869eac
f9dd322
* Mon Apr 03 2023 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.14-3
f9dd322
- fix CVE-2022-45188
f9dd322
16f47e6
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.14-2
16f47e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
16f47e6
484cef3
* Thu Jan 12 2023 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.14-1
484cef3
- 3.1.14 release
484cef3
63d3f94
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.13-5
63d3f94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
63d3f94
138788e
* Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 5:3.1.13-4
138788e
- Perl 5.36 rebuild
138788e
09d390a
* Tue May 17 2022 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.13-3
09d390a
- apply latest pr174 as possible fix for bz 2074586
09d390a
09d390a
* Fri Apr 15 2022 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.13-2
09d390a
- possible fix for bz 2074586
09d390a
fd290ea
* Tue Mar 22 2022 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.13-1
fd290ea
- 3.1.13 release
fd290ea
703f47c
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.12-28
703f47c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
703f47c
1205d8a
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 5:3.1.12-27
1205d8a
- Rebuilt with OpenSSL 3.0.0
1205d8a
452e3e6
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.12-26
452e3e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
452e3e6
866f091
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 5:3.1.12-25
866f091
- Perl 5.34 rebuild
866f091
e2b9009
* Wed May 19 2021 Michal Josef Špaček <mspacek@redhat.com> - 5:3.1.12-24
e2b9009
- Rewrite deprecated perl dependency (IO::Socket::INET6)
e2b9009
0b45142
* Sat Mar 13 2021 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-23
0b45142
- build against tracker3 on fedora 
0b45142
dbf4994
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5:3.1.12-22
dbf4994
- Rebuilt for updated systemd-rpm-macros
dbf4994
  See https://pagure.io/fesco/issue/2583.
dbf4994
ce6a419
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.12-21
ce6a419
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ce6a419
0b45142
* Tue Sep 29 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5:3.1.12-20
9b3aa91
- Rebuilt for libevent 2.1.12
9b3aa91
0b45142
* Fri Aug 21 2020 Jeff Law <law@redhat.com> - 5:3.1.12-19
fe076f8
- Re-enable LTO
fe076f8
377a3b6
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.12-18
377a3b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
377a3b6
6488d17
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 5:3.1.12-17
0fccce7
- Disable LTO
6488d17
449c5bf
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 5:3.1.12-16
449c5bf
- Perl 5.32 re-rebuild of bootstrapped packages
449c5bf
72a3dab
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 5:3.1.12-15
72a3dab
- Perl 5.32 rebuild
72a3dab
f0bccff
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.12-14
f0bccff
- remove pam_console dependency RHBZ 1822216
f0bccff
- Exclude aarch64 and s390x on el8 https://pagure.io/epel/issue/87
f0bccff
4834a9c
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.12-13
4834a9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4834a9c
f01154d
* Wed Jan 22 2020 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-12
f01154d
- BZ1793912 fix multiple definition of invalid_dircache_entries
f01154d
d06f3ab
* Tue Oct 22 2019 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-11
d06f3ab
- conflicts with jday
d06f3ab
c9d8286
* Tue Oct 22 2019 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-10
c9d8286
- build against mariadb-devel, rather than mysql-devel
c9d8286
- add with_python2 global
c9d8286
- remove trailing slash from pkgconfdir
c9d8286
36cf72a
* Mon Oct 21 2019 Miro Hrončok <mhroncok@redhat.com> - 5:3.1.12-9
36cf72a
- Require Python 3 version of dbus-python on Fedora
36cf72a
d4a38e0
* Sun Oct 06 2019 Miro Hrončok <mhroncok@redhat.com> - 5:3.1.12-8
d4a38e0
- Switch back to Python 3 on Fedora
d4a38e0
345495f
* Sun Oct 06 2019 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-7
345495f
- Set the following global vars correctly for el8: 
345495f
- without_tcp_wrappers, ldconfig, python_bin
345495f
cdf01cf
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.12-6
cdf01cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
cdf01cf
1f72334
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 5:3.1.12-5
1f72334
- Perl 5.30 rebuild
1f72334
9b286a9
* Sun Mar 10 2019 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-4
9b286a9
- use python2 binary for el7 compat, use python3 binary everywhere else
9b286a9
54fc3e1
* Sun Mar 03 2019 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-3
54fc3e1
- execstartpre instead of runtimedirectory in service file for el7 compat
54fc3e1
1139360
* Sun Feb 03 2019 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-2
1139360
- fix license
1139360
- buildrequire perl-generators, require perl version
1139360
- fix epoch
1139360
1139360
* Wed Jan 09 2019 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.12-1
1139360
- Netatalk 3.1.12 release
1139360
1139360
* Wed Dec 12 2018 Andrew Bauer <zonexpertconsulting@outlook.com> - 5:3.1.11-2
1139360
- Refactor specfile
1139360
- remove sysv init support
1139360
- let systemd manage lockfile folder
1139360
- call ldconfig only for el7
1139360
- patch afpstats for python3
1139360
1139360
* Wed Oct 31 2018 HAT <hat@fa2.so-net.ne.jp> - 5:3.1.11-1.4
1139360
- always buildrequres gcc
1139360
1139360
* Tue Apr 03 2018 HAT <hat@fa2.so-net.ne.jp> - 5:3.1.11-1.3
1139360
- always buildrequres perl-interpreter
1139360
1139360
* Thu Mar 22 2018 HAT <hat@fa2.so-net.ne.jp> - 5:3.1.11-1.2
1139360
- If Fedora >=28, don't use tcp_wrappers
1139360
- If Fedora >=28, buildrequres perl-interpreter
1139360
1139360
* Tue Mar 20 2018 HAT <hat@fa2.so-net.ne.jp> - 5:3.1.11-1.1
1139360
- pam_ck_connector.so isn't always installed (RHBZ#1246465)
1139360
- require dconf package (RHBZ#1248157)
1139360
- require perl-IO-Socket-INET6 for asip-status.pl script
1139360
- define with_ldap (RHBZ#1249403)
1139360
- The UAM path should be netatalk, not atalk (RHBZ#1249404)
1139360
- fix multilib conflict of tracker-devel (SF BUG#637)
1139360
- If el6, use "make %%{?_smp_mflags}", not "%%make_build" macro
1139360
- If el6, disable tracker
1139360
- If el6, use db4-devel, not libdb-devel
1139360
- If el6, use bundled libevent2, not libevent1 package
1139360
- If el6, use procps, not procps-ng
1139360
1139360
* Fri Dec 01 2017 Ryan Breaker <ryan@breaker.rocks> - 3.1.11-1
1139360
- Revival of package from abandonment.
1139360
- Update to 3.1.11
1139360
- Remove patch previously applied to 3.1.7, is now applied to upstream of project
1139360
1139360
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5:3.1.7-2
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1139360
1139360
* Thu Jul 23 2015 Ralf Corsテゥpius <corsepiu@fedoraproject.org> - 5:3.1.7-1
1139360
- Increment epoch. Missed to reset %%release in previous change.
1139360
1139360
* Thu Jul 23 2015 Ralf Corsテゥpius <corsepiu@fedoraproject.org> - 4:3.1.7-7
1139360
- Upstream update to 3.1.7 (RHBZ#1134783).
1139360
- Remove doc from *-devel.
1139360
- Add %%license.
1139360
- Update %%description from
1139360
  http://www003.upp.so-net.ne.jp/hat/files/netatalk-3.1.7-0.1.fc22.src.rpm.
1139360
1139360
* Thu Jul 23 2015 Ralf Corsテゥpius <corsepiu@fedoraproject.org> - 4:3.1.3-4
1139360
- Address F23FTBFS, RHBZ#1239711:
1139360
  - Add netatalk-3.1.7-autotools.patch (Fix RHBZ#1160730). 
1139360
  - Remove ICDumpSuffixMap, netatalk-2.0.2-uams_no_pie.patch,
1139360
    netatalk-2.0.4-extern_ucreator.patch, netatalk-2.2.3-libdb4.patch,
1139360
    netatalk-2.2.3-sigterm.patch (Unused)
1139360
  - Add netatalk-3.0.1-basedir.patch.
1139360
  - Mark %%{_sysconfdir}/dbus-1/system.d/netatalk-dbus.conf noreplace.
1139360
  - Fix permissions on include-files.
1139360
  - Remove duplicate %%global with_mysql.
1139360
  - Enable dbus.
1139360
  - Add missing "fi" in %%preun.
1139360
  - Run /sbin/ldconfig in %%postun, %%preun.
1139360
  - Reflect /var/lock/netatalk is hard-coded into the sources.
1139360
  - Set --localstatedir=/var/lib (/var/netatalk violates FHS).
1139360
1139360
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.1.3-3
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1139360
1139360
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.1.3-2
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1139360
1139360
* Fri Jul 04 2014 Christopher Meng <rpm@cicku.me> - 4:3.1.3-1
1139360
- Update to 3.1.3
1139360
1139360
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.2.3-11
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1139360
1139360
* Thu Apr 24 2014 Tomテ。ナ。 Mrテ。z <tmraz@redhat.com> - 4:2.2.3-10
1139360
- Rebuild for new libgcrypt
1139360
1139360
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.2.3-9
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1139360
1139360
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 4:2.2.3-8
1139360
- Perl 5.18 rebuild
1139360
1139360
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.2.3-7
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1139360
1139360
* Thu Aug 23 2012 Lukテ。ナ。 Nykrテスn <lnykryn@redhat.com> - 4:2.2.3-6
1139360
- Scriptlets replaced with new systemd macros
1139360
1139360
* Fri Jul 27 2012 Lukテ。ナ。 Nykrテスn <lnykryn@redhat.com> - 4:2.2.3-5
1139360
- fixed build issue on f18
1139360
1139360
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.2.3-4
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1139360
1139360
* Mon Jul 16 2012 Lukテ。ナ。 Nykrテスn <lnykryn@redhat.com> - 4:2.2.3-3
1139360
- fixes: #835714 - Netatalk 2.2.2-1: Unable to unmount afpd share from OSX
1139360
  client, crashes Finder netatalk-2.2.2-1
1139360
1139360
* Tue Jun 12 2012 Lukテ。ナ。 Nykrテスn <lnykryn@redhat.com> - 4:2.2.3-2
1139360
- fixes: #831001 - netatalk pam configuration has invalid entry
1139360
1139360
* Mon Jun 04 2012 Lukas Nykryn <lnykryn@redhat.com> 4:2.2.3-1
1139360
- fixes #828205 - update to latest upstream netatalk-2.2.3
1139360
1139360
* Mon Jan 16 2012 Jiri Skala <jskala@redhat.com> - 4:2.2.2-1
1139360
- fixes #782049 - update to latest upstream netatalk-2.2.2
1139360
1139360
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.2.1-3
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1139360
1139360
* Tue Nov 29 2011 Jiri Skala <jskala@redhat.com> - 4:2.2.1-2
1139360
- fixes #501144 - updated and redirected pam config
1139360
1139360
* Tue Nov 29 2011 Jiri Skala <jskala@redhat.com> - 4:2.2.1-1
1139360
- update to latest upstream netatalk-2.2.1
1139360
1139360
* Fri Aug 19 2011 Jiri Skala <jskala@redhat.com> - 4:2.2.0-4
1139360
- fixes #726928 - BuildRequires: avahi-devel libacl-devel openldap-devel
1139360
1139360
* Fri Aug 05 2011 Jiri Skala <jskala@redhat.com> - 4:2.2.0-3
1139360
- fixed missing epoch in sysvinit subpackage and triggers
1139360
1139360
* Thu Aug 04 2011 Jiri Skala <jskala@redhat.com> - 4:2.2.0-2
1139360
- fixes #714448 - systemd-service
1139360
- moves SysV initscript to subpackage
1139360
1139360
* Fri Jul 29 2011 Jiri Skala <jskala@redhat.com> - 4:2.2.0-1
1139360
- update to latest upstream netatalk-2.2.0
1139360
1139360
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.1.5-2
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1139360
1139360
* Mon Jan 03 2011 Jiri Skala <jskala@redhat.com> - 4:2.1.5-1
1139360
- updated to latest upstream version netatalk-2.1.5
1139360
1139360
* Mon Oct 18 2010 Jiri Skala <jskala@redhat.com> - 4:2.1.4-1
1139360
- updated to latest upstream version
1139360
1139360
* Mon Jul 12 2010 Jiri Skala <jskala@redhat.com> - 4:2.1.3-1
1139360
- updated to latest upstream version
1139360
- added license texts to devel subpackage
1139360
1139360
* Wed Jun 30 2010 Jiri Skala <jskala@redhat.com> - 4:2.1.2-1
1139360
- updated to latest upstream version
1139360
1139360
* Fri May 28 2010 Jiri Skala <jskala@redhat.com> - 4:2.1.1-1
1139360
- updated to latest upstream version
1139360
- fixes #594999 - Summary and Description are old-fashioned
1139360
- renamed initscript
1139360
- initscript modified to be POSIX compliant
1139360
1139360
* Wed May 12 2010 Jiri Skala <jskala@redhat.com> - 4:2.1-1
1139360
- updated to latest upstream version
1139360
1139360
* Tue Nov 24 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.5-2
1139360
- oops forgot upload new sources => shifted release number
1139360
1139360
* Tue Nov 24 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.5-1
1139360
- updated to latest upstream version
1139360
1139360
* Mon Nov 23 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.4-5
1139360
- added BuildRequires: ... libgcrypt-devel
1139360
- removed outdated atalk.init
1139360
1139360
* Tue Sep 15 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.4-4
1139360
- fixed #473943
1139360
1139360
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 4:2.0.4-3
1139360
- rebuilt with new openssl
1139360
1139360
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.0.4-2
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1139360
1139360
* Tue Jul 14 2009 Jiri Skala <jskala@redhat.com> - 4:2.0.4-1
1139360
- updated to latest upstream version
1139360
1139360
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:2.0.3-27
1139360
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1139360
1139360
* Mon Feb 16 2009 Jiri Skala <jskala@redhat.com> -4:2.0.3-26
1139360
- Resolves #480641 - CVE-2008-5718 netatalk: papd command injection vulnerability
1139360
1139360
* Tue Jan 27 2009 Jiri Skala <jskala@redhat.com> -4:2.0.3-25
1139360
- fixed epoch in the subpackage requires
1139360
1139360
* Fri Jan 23 2009 Jiri Skala <jskala@redhat.com> -4:2.0.3-24
1139360
- fix #473186 conflict timeout with coreutils
1139360
1139360
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 4:2.0.3-23
1139360
- rebuild with new openssl
1139360
1139360
* Wed Dec 03 2008 Jiri Skala <jskala@redhat.com> -4:2.0.3-22
1139360
- fix #473939 netatalk-2.0.3-21.fc10 disable quota
1139360
1139360
* Mon Oct 13 2008 Jiri Skala <jskala@redhat.com> - 4:2.0.3-21
1139360
- fix #465050 - FTBFS netatalk-2.0.3-19 - regenerated patches
1139360
1139360
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 4:2.0.3-20
1139360
- fix license tag
1139360
1139360
* Thu Mar 06 2008 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-19
1139360
- fix chmod o+x (#225085)
1139360
- increase the maximum number of cnid_dbd processes to 512 (#232805)
1139360
- papd now writes debugging output to stderr when invoked with -d (#150021)
1139360
- fix multiarch conflict for netatalk-devel (#342681)
1139360
1139360
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-18
1139360
- make init script LSB compliant (#246993)
1139360
1139360
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-17
1139360
- fix unowned directories (#233889)
1139360
1139360
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-16
1139360
- rebuild for gcc-4.3
1139360
1139360
* Tue Dec 04 2007 Martin Nagy <mnagy@redhat.com> - 4:2.0.3-15.1
1139360
- rebuild
1139360
1139360
* Wed Sep 12 2007 Maros Barabas <mbarabas@redhat.com> -4:2.0.3-15
1139360
- patch to build on FC, bad open call 
1139360
1139360
* Tue Sep 11 2007 Maros Barabas <mbarabas@redhat.com> - 4:2.0.3-13
1139360
- rebuild
1139360
1139360
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 4:2.0.3-12
1139360
- Rebuild for selinux ppc32 issue.
1139360
1139360
* Thu May 10 2007 Maros Barabas <mbarabas@redhat.com> - 4:2.0.4-11
1139360
- fix from merge review
1139360
- Resolves #226190
1139360
1139360
* Tue Apr 17 2007 Maros Barabas <mbarabas@redhat.com> - 4:2.0.3-10
1139360
- fix fiew problems in spec
1139360
1139360
* Tue Jan 23 2007 Jindrich Novy <jnovy@redhat.com> - 4:2.0.3-9
1139360
- rebuild against new db4
1139360
1139360
* Mon Dec 04 2006 Maros Barabas        <mbarabas@redhat.com> - 4:2.0.3-8
1139360
- BuildRequires changed from cracklib to cracklib-devel
1139360
1139360
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 4:2.0.3-7
1139360
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
1139360
  (#203001)
1139360
- Add dist tag
1139360
1139360
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4:2.0.3-6.fc6.1
1139360
- rebuild
1139360
1139360
* Fri Jun 09 2006 Jason Vas Dias <jvdias@redhat.com> - 4:2.0.3-6.fc6
1139360
- rebuild for broken libgssapi deps and brew build
1139360
1139360
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4:2.0.3-4.2.1
1139360
- bump again for double-long bug on ppc(64)
1139360
1139360
* Tue Feb 07 2006 Jason Vas Dias <jvdias@redhat.com>
1139360
- rebuild for new gcc, glibc, glibc-kernheaders
1139360
1139360
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1139360
- rebuilt
1139360
1139360
* Wed Nov 09 2005 Jason Vas Dias <jvdias@redhat.com>
1139360
- Rebuild for new openssl dependencies
1139360
1139360
* Thu Oct 13 2005 Tomas Mraz <tmraz@redhat.com>
1139360
- use include instead of pam_stack in pam config
1139360
1139360
* Wed Jul 20 2005 Bill Nottingham <notting@redhat.com>
1139360
- don't run by default
1139360
1139360
* Thu Jun 16 2005 Jason Vas Dias <jvdias@redhat.com>
1139360
- Upgrade to upstream version 2.0.3
1139360
- fix bug 160486: use netatalk's initscript
1139360
1139360
* Wed Mar 30 2005 Florian La Roche <laroche@redhat.com>
1139360
- quick fix: rm -f /usr/include/netatalk/at.h until this
1139360
  is resolved the correct way
1139360
1139360
* Mon Mar 07 2005 Jason Vas Dias <jvdias@redhat.com>
1139360
- Fix for gcc4 compilation: extern_ucreator.patch
1139360
1139360
* Mon Feb 21 2005 Jason Vas Dias <jvdias@redhat.com>
1139360
- Upgraded to upstream version 2.0.2 .
1139360
1139360
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1139360
- rebuilt
1139360
1139360
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
1139360
- rebuilt
1139360
1139360
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1139360
- rebuilt
1139360
1139360
* Wed Jan 07 2004 Florian La Roche <Florian.LaRoche@redhat.de>
1139360
- 1.6.4
1139360
1139360
* Fri Aug 1 2003 Charlie Bennett <ccb@redhat.com>
1139360
- Update with 1.6.3 upstream sources
1139360
1139360
* Tue Jul 29 2003 Elliot Lee <sopwith@redhat.com>
1139360
- Rebuild
1139360
- Fix perl multilib path editing
1139360
- Add pathcat patch
1139360
1139360
* Thu May  1 2003 Elliot Lee <sopwith@redhat.com> 1.5.5-7
1139360
- Make multilib generic
1139360
- Add builddep on quota (for rpcsvc/rquota.h)
1139360
1139360
* Tue Feb 18 2003 Bill Nottingham <notting@redhat.com> 1.5.5-5
1139360
- fix initscript error (#82118)
1139360
1139360
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
1139360
- rebuilt
1139360
1139360
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.5.5-3
1139360
- patch for compile errors with new ssl libs
1139360
- rebuildfedora
1139360
1139360
* Mon Dec 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
1139360
- postun should never fail
1139360
1139360
* Thu Nov 28 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.5-1
1139360
- Updated to 1.5.5
1139360
1139360
* Tue Jun 25 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.3.1-4
1139360
- Fixed dependancy problem on /usr/bin/rc by removing acleandir.[1|rc] (#67243)
1139360
- Fixed missing /usr/share/netatalk dir (#67222)
1139360
1139360
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.5.3.1-2
1139360
- automated rebuild
1139360
1139360
* Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.3.1-1
1139360
- Updated to latest version 1.5.3.1.
1139360
- Fixed bug for nls file lookup (#66300).
1139360
1139360
* Mon May 27 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.2-4
1139360
- Fixed initscript bug where you can't use blanks inside of names (#64926).
1139360
1139360
* Wed Apr 10 2002 Phil Knirsch <pknirsch@redhat.com> 1.5.2-3
1139360
- Fixed initscript to use correct config files from /etc/atalk (#62803)
1139360
- Changed initscript to use $0 instead of direct string (#61734)
1139360
- Change Copyright to Licencse and switch from BSD to GPL (#61746)
1139360
1139360
* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
1139360
- don't run by default
1139360
1139360
* Wed Mar 13 2002 Bill Nottingham <notting@redhat.com>
1139360
- it's back 
1139360
1139360
* Fri Mar  2 2001 Tim Powers <timp@redhat.com>
1139360
- rebuilt against openssl-0.9.6-1
1139360
1139360
* Sun Feb 25 2001 Tim Powers <timp@redhat.com>
1139360
- fixed bug 29370. This package is trying to include a file glibc already includes
1139360
1139360
* Tue Jan 23 2001 Tim Powers <timp@redhat.com>
1139360
- updated initscript
1139360
1139360
* Thu Jan 04 2001 Than Ngo <than@redhat.com>
1139360
- fixed uams-path
1139360
- added noreplace to %%config
1139360
1139360
* Mon Nov 20 2000 Tim Powers <timp@redhat.com>
1139360
- rebuilt to fix bad dir perms
1139360
1139360
* Fri Nov 10 2000 Than Ngo <than@redhat.com>
1139360
- update to 1.5pre2 (bug #19737, #20397)
1139360
- update Url and ftp site
1139360
- clean up specfile
1139360
- netatalk-1.4b2+asun obsolete
1139360
1139360
* Mon Aug 07 2000 Than Ngo <than@redhat.de>
1139360
- fix dependency with glibc-devel (Bug #15589)
1139360
- fix typo in description (Bug #15479)
1139360
1139360
* Wed Aug 2 2000 Tim Powers <timp@redhat.com>
1139360
- fix symlinks not being relative.
1139360
1139360
* Fri Jul 28 2000 Than Ngo <than@redhat.de>
1139360
- add missing restart function in startup script
1139360
1139360
* Fri Jul 28 2000 Tim Powers <timp@redhat.com>
1139360
- fixed initscripts so that condrestart doesn't return 1 when the test fails
1139360
1139360
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
1139360
- rebuilt
1139360
1139360
* Sun Jul 23 2000 Tim Powers <timp@redhat.com>
1139360
- rebuilt 
1139360
1139360
* Mon Jul 17 2000 Tim Powers <timp@redhat.com>
1139360
- inits back to rc.d/init.d, using service to start inits
1139360
1139360
* Wed Jul 12 2000 Than Ngo <than@redhat.de>
1139360
- rebuilt
1139360
1139360
* Thu Jul 06 2000 Tim Powers <timp@redhat.com>
1139360
- fixed broken PreReq, now PreReq's /etc/init.d
1139360
1139360
* Tue Jun 27 2000 Than Ngo <than@redhat.de>
1139360
- remove prereq initscripts, add requires initscripts
1139360
- clean up specfile
1139360
1139360
* Mon Jun 26 2000 Than Ngo <than@redhat.de>
1139360
- /etc/rc.d/init.d -> /etc/init.d
1139360
- add condrestart directive
1139360
- fix post/preun/postun scripts
1139360
- prereq initscripts >= 5.20
1139360
1139360
* Tue Jun 20 2000 Tim Powers <timp@redhat.com>
1139360
- fixed bug 11420 concerning the building with -O2.
1139360
1139360
* Thu Jun 8 2000 Tim Powers <timp@redhat.com>
1139360
- fix bug #11978 
1139360
- fix man page locations to be FHS compliant
1139360
1139360
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
1139360
- modify PAM setup to use system-auth
1139360
1139360
* Thu Dec 16 1999 Tim Powers <timp@redhat.com>
1139360
- renewed source so it is pristine, delete the problematic files in spec file
1139360
        instead
1139360
- general spec file cleanups, create buildroot and dirs in the %%install
1139360
        section
1139360
- strip binaries
1139360
- gzip man pages
1139360
- fixed netatalk-asun.librpcsvc.patch, -lnss_nis too
1139360
- changed group
1139360
- added %%defattr to %%files section
1139360
1139360
* Tue Aug 3 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- rpm-3.0 needs to remove vogus files from source.
1139360
  Removed files: etc/papd/.#magics.c, etc/.#diff
1139360
1139360
* Fri Jul 30 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Change Copyright tag to BSD.
1139360
  Add /usr/bin/adv1tov2.
1139360
1139360
* Thu Apr 22 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Correct librpcsvc.patch.  Move %%changelog section last.
1139360
  Uncomment again -DNEED_QUOTA_WRAPPER in sys/linux/Makefile since
1139360
  LinuxPPC may need.
1139360
1139360
* Wed Mar 31 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Comment out -DNEED_QUOTA_WRAPPER in sys/linux/Makefile.
1139360
1139360
* Sat Mar 20 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Correct symbolic links to psf.
1139360
1139360
  Remove asciize function from nbplkup so as to display Japanese hostname.
1139360
* Thu Mar 11 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
1139360
- Included MacPerl 5 script ICDumpSuffixMap which dumps suffix mapping
1139360
  containd in Internet Config Preference.
1139360
1139360
* Tue Mar 2 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- [asun2.1.3]
1139360
1139360
* Mon Feb 15 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- [pre-asun2.1.2-8]
1139360
1139360
* Sun Feb 7 1999 iNOUE Koich! <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- [pre-asun2.1.2-6]
1139360
1139360
* Mon Jan 25 1999 iNOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- [pre-asun2.1.2-3]
1139360
1139360
* Thu Dec 17 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- [pre-asun2.1.2]
1139360
  Remove crlf patch. It is now a server's option.
1139360
1139360
* Thu Dec 3 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use stable version source netatalk-1.4b2+asun2.1.1.tar.gz
1139360
  Add uams directory
1139360
1139360
* Sat Nov 28 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use pre-asun2.1.1-3 source.
1139360
1139360
* Mon Nov 23 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use pre-asun2.1.1-2 source.
1139360
1139360
* Mon Nov 16 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Fix rcX.d's symbolic links.
1139360
1139360
* Wed Oct 28 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use pre-asun2.1.0a-2 source. Remove '%%exclusiveos linux' line.
1139360
1139360
* Sat Oct 24 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use stable version source netatalk-1.4b2+asun2.1.0.tar.gz.
1139360
1139360
* Mon Oct 5 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use pre-asun2.1.0-10a source.
1139360
1139360
* Sat Sep 19 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use pre-asun2.1.0-8 source. Add chkconfig support.
1139360
1139360
* Sat Sep 12 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Comment out -DCRLF. Use RPM_OPT_FLAGS.
1139360
1139360
* Tue Sep 8 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use pre-asun2.1.0-7 source. Rename atalk.init to atalk.
1139360
1139360
* Sat Aug 22 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use pre-asun2.1.0-6 source.
1139360
1139360
* Mon Jul 27 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use pre-asun2.1.0-5 source.
1139360
1139360
* Tue Jul 21 1998 INOUE Koichi <inoue@ma.ns.musashi-techa.c.jp>
1139360
- Use pre-asun2.1.0-3 source.
1139360
1139360
* Tue Jul 7 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Add afpovertcp entries to /etc/services
1139360
- Remove BuildRoot in man8 pages
1139360
1139360
* Mon Jun 29 1998 INOUE Koichi <inoue@ma.ns.musashi-tech.ac.jp>
1139360
- Use modified sources 1.4b2+asun2.1.0 produced by Adrian Sun
1139360
  <asun@saul9.u.washington.edu> to provide an AppleShareIP file server
1139360
1139360
- Included AppleVolumes.system file maintained by Johnson
1139360
  <johnson@stpt.usf.edu>
1139360
1139360
* Mon Aug 25 1997 David Gibson <D.Gibson@student.anu.edu.au>
1139360
- Used a buildroot
1139360
- Use RPM_OPT_FLAGS
1139360
- Moved configuration parameters/files from atalk.init to /etc/atalk
1139360
- Separated devel package
1139360
- Built with shared libraries
1139360
1139360
* Sun Jul 13 1997 Paul H. Hargrove <hargrove@sccm.Stanford.EDU>
1139360
- Updated sources from 1.3.3 to 1.4b2
1139360
- Included endian patch for Linux/SPARC
1139360
- Use all the configuration files supplied in the source.  This has the
1139360
  following advantages over the ones in the previous rpm release:
1139360
        + The printer 'lp' isn't automatically placed in papd.conf
1139360
        + The default file conversion is binary rather than text.
1139360
- Automatically add and remove DDP services from /etc/services
1139360
- Placed the recommended /etc/services in the documentation
1139360
- Changed atalk.init to give daemons a soft kill
1139360
- Changed atalk.init to make configuration easier
1139360
1139360
* Wed May 28 1997 Mark Cornick <mcornick@zorak.gsfc.nasa.gov>
1139360
- Updated for /etc/pam.d