|
@@ -7,8 +7,8 @@
|
|
|
Summary: AFP fileserver for Macintosh clients
|
|
|
Summary(ja): Macintoshクライアント向けのAFPファイルサーバー
|
|
|
Name: netatalk
|
|
|
-Version: 3.1.12
|
|
|
-Release: 5%{_dist_release}%{?with_systemd:.systemd}
|
|
|
+Version: 3.1.13
|
|
|
+Release: 2%{_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: servers
|
|
|
Vendor: Project Vine
|
|
|
Distribution: Vine Linux
|
|
@@ -25,8 +25,10 @@ Patch1: netatalk-systemd-execstartpre.patch
|
|
|
Patch2: netatalk-fix-incorrect-fsf-address.patch
|
|
|
# https://github.com/Netatalk/Netatalk/pull/113
|
|
|
Patch3: netatalk-afpstats-python3-compat.patch
|
|
|
-# https://github.com/Netatalk/Netatalk/pull/125
|
|
|
-Patch4: netatalk-invalid_dircache_entries.patch
|
|
|
+# https://sourceforge.net/p/netatalk/patches/147/
|
|
|
+Patch4: netatalk-Spotlight-Allow-building-with-Tracker-3.x.patch
|
|
|
+# https://github.com/Netatalk/Netatalk/pull/174
|
|
|
+Patch6: netatalk_add_entry.patch
|
|
|
|
|
|
############################################################## REQUIREMENTS
|
|
|
BuildRequires: cracklib openssl-devel pam quota libtool automake
|
|
@@ -80,6 +82,8 @@ This package contains the header files for Netatalk.
|
|
|
%setup -q
|
|
|
%autopatch -p1
|
|
|
|
|
|
+autoreconf -fiv
|
|
|
+
|
|
|
rm -frv libevent/
|
|
|
|
|
|
ln -s ./NEWS ChangeLog
|
|
@@ -242,6 +246,12 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Nov 10 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.13-2
|
|
|
+- imported Patch4 and 6 frpm rawhide.
|
|
|
+
|
|
|
+* Thu Nov 10 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.13-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Tue Oct 05 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.1.12-5
|
|
|
- rebuilt with openssl-3.0.0.
|
|
|
|