diff --git a/ax25-tools.spec b/ax25-tools.spec index 248a61f..02d33b8 100644 --- a/ax25-tools.spec +++ b/ax25-tools.spec @@ -1,6 +1,6 @@ Name: ax25-tools Version: 1.0.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tools used to configure an ax.25 enabled computer License: GPLv2+ @@ -8,7 +8,7 @@ URL: http://www.linux-ax25.org/wiki/LinuxAX25 # Official upstream is not active, moving to supported fork. # https://github.com/ve7fet/linuxax25 -# cd ax25tools; git archive --prefix=%%{name}-%%{version}/ -o %%{name}-%{version} HEAD +# cd ax25tools; git archive --prefix=%%{name}-%%{version}/ -o %%{name}-%%{version} HEAD Source0: %{name}-%{version}.tar.gz Source1: smdiag.desktop Source2: xfhdlcchpar.desktop @@ -21,6 +21,8 @@ Source6: %{name}.png Patch0: ax25-tools-0.0.10-format-security.patch # Sent upstream Patch1: ax25-tools-0.0.10-rose-fix.patch +# https://groups.google.com/forum/#!topic/linux.debian.maint.hams/1UedIq27wPQ +Patch2: ax25-tools-mkiss_fix.patch BuildRequires: automake gcc gcc-c++ BuildRequires: libax25-devel @@ -106,9 +108,7 @@ ax25-tools-x %prep -%setup -q -%patch0 -p1 -%patch1 -p1 -b .rose-fix +%autosetup -p1 %build @@ -179,6 +179,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/ax25tools %changelog +* Tue Aug 14 2018 Richard Shaw - 1.0.3-8 +- Add patch for mkiss segfault. + * Thu Jul 12 2018 Fedora Release Engineering - 1.0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild