From df19ad0e4306eebf8aae1e004032a1db495529a1 Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Jun 11 2014 00:00:19 +0000 Subject: fix for #1105962 --- diff --git a/aprsd.spec b/aprsd.spec index 31e69d9..14a8ad2 100644 --- a/aprsd.spec +++ b/aprsd.spec @@ -2,7 +2,7 @@ Name: aprsd Summary: Internet gateway and client access to amateur radio APRS packet data Version: 2.2.5 -Release: %{uprel}.6%{?dist}.7 +Release: %{uprel}.6%{?dist}.8 Group: Applications/Internet License: GPLv2+ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-%{uprel}.tar.gz @@ -16,9 +16,9 @@ Source7: aprsd.logrotate Patch0: aprsd-2.2.5-15-compile.patch Patch1: aprsd-2.2.5-15-gcc43-port.patch Patch2: aprsd-2.2.5-15-sysconfdir.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://sourceforge.net/projects/aprsd/ BuildRequires: libax25-devel +BuildRequires: systemd-units #Requires (preun): /sbin/chkconfig #Requires (preun): /sbin/service #Requires (post): /sbin/chkconfig @@ -44,7 +44,6 @@ real-time data in an easy to use package. make %{?_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR="%{buildroot}" INSTALL="install -p" mkdir -p %{buildroot}%{_sysconfdir} mkdir -p %{buildroot}%{_sysconfdir}/aprsd @@ -102,7 +101,6 @@ fi %files -%defattr(-,root,root,-) %{_bindir}/aprsd %{_bindir}/aprspass %{_unitdir}/aprsd.service @@ -120,6 +118,11 @@ fi %doc doc/qalgorithm.html %changelog +* Tue Jun 10 2014 Lucian Langa - 2.2.5-15.6.8 +- fix build break - fixes #1105962 +- fix bogus dates +- spec file cleanups + * Sat Jun 07 2014 Fedora Release Engineering - 2.2.5-15.6.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild @@ -155,10 +158,10 @@ fi * Sat Aug 23 2008 Lucian Langa - 2.2.5-15.5 - fix rh bug 458817 -* Fri Aug 2 2008 Lucian Langa - 2.2.5-15.4 +* Sat Aug 2 2008 Lucian Langa - 2.2.5-15.4 - logrotate warning fixes -* Fri Mar 8 2008 Lucian Langa - 2.2.5-15.3 +* Sat Mar 8 2008 Lucian Langa - 2.2.5-15.3 - Patched to localstatedir - Added logrotation support