diff --git a/.gitignore b/.gitignore index 7ab92b6..8302d47 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/netatalk-3.1.3.tar.bz2 +/netatalk-3.1.7.tar.bz2 diff --git a/netatalk.spec b/netatalk.spec index 597c49b..5ae250f 100644 --- a/netatalk.spec +++ b/netatalk.spec @@ -22,7 +22,7 @@ %global with_quota 1 -%if 0%{?fedora} >= 15 || 0%{?el} >= 7 +%if 0%{?fedora} || 0%{?rhel} >= 7 %global with_systemd 1 %else %global with_systemd 0 @@ -34,8 +34,8 @@ Name: netatalk Epoch: 4 -Version: 3.1.3 -Release: 4%{?dist} +Version: 3.1.7 +Release: 7%{?dist} Summary: Open Source Apple Filing Protocol(AFP) fileserver License: GPLv2+ URL: http://netatalk.sourceforge.net/ @@ -113,12 +113,9 @@ Requires(postun): initscripts %endif %description -Netatalk is a freely-available Open Source AFP fileserver. It also provides a -kernel level implementation of the AppleTalk Protocol Suite. A *NIX/*BSD system -running Netatalk is capable of serving many Macintosh clients simultaneously -as an AppleShare file server (AFP), AppleTalk router, *NIX/*BSD print server, -and for accessing AppleTalk printers via Printer Access Protocol (PAP). Included -are a number of minor printing and debugging utilities. +Netatalk is a freely-available Open Source AFP fileserver. A *NIX/*BSD +system running Netatalk is capable of serving many Macintosh clients +simultaneously as an AppleShare file server (AFP). %package devel Summary: Development files for %{name} @@ -229,7 +226,8 @@ fi /sbin/ldconfig %files -%doc AUTHORS CONTRIBUTORS COPYING COPYRIGHT NEWS +%doc AUTHORS CONTRIBUTORS NEWS +%license COPYING COPYRIGHT %doc doc/manual/*.html %config(noreplace) %{_sysconfdir}/dbus-1/system.d/netatalk-dbus.conf %dir %{_sysconfdir}/netatalk @@ -253,7 +251,6 @@ fi %{_localstatedir}/lib %files devel -%doc COPYRIGHT COPYING %{_bindir}/netatalk-config %{_datadir}/aclocal/netatalk.m4 %{_includedir}/atalk/ @@ -261,6 +258,13 @@ fi %{_mandir}/man*/netatalk-config.1* %changelog +* Thu Jul 23 2015 Ralf Corsépius - 4:3.1.7-1 +- Upstream update to 3.1.7 (RHBZ#1134783). +- Remove doc from *-devel. +- Add %%license. +- Update %%description from + http://www003.upp.so-net.ne.jp/hat/files/netatalk-3.1.7-0.1.fc22.src.rpm. + * Thu Jul 23 2015 Ralf Corsépius - 4:3.1.3-4 - Address F23FTBFS, RHBZ#1239711: - Add netatalk-3.1.7-autotools.patch (Fix RHBZ#1160730). diff --git a/sources b/sources index 4844848..b8bf15d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac65dafa20d502a10438fec7e1116b1e netatalk-3.1.3.tar.bz2 +831ec8bf9e084b64f965d16c528af299 netatalk-3.1.7.tar.bz2