diff --git a/numad.spec b/numad.spec index b8dc1cb..f60eee0 100644 --- a/numad.spec +++ b/numad.spec @@ -2,7 +2,7 @@ Name: numad Version: 0.5 -Release: 11.20121130git%{?dist} +Release: 12.20130814git%{?dist} Summary: NUMA user daemon License: LGPLv2 @@ -36,17 +36,19 @@ make CFLAGS="-std=gnu99 -g" LDFLAGS="-lpthread -lrt" %install mkdir -p %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_sysconfdir} +mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d mkdir -p %{buildroot}%{_unitdir} mkdir -p %{buildroot}%{_mandir}/man8/ install -p -m 644 numad.conf %{buildroot}%{_sysconfdir}/ install -p -m 644 numad.service %{buildroot}%{_unitdir}/ +install -p -m 644 numad.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/%{name} make install prefix=%{buildroot}/usr %files %{_bindir}/numad %{_unitdir}/numad.service %config(noreplace) %{_sysconfdir}/numad.conf +%config(noreplace) %{_sysconfdir}/logrotate.d/numad %doc %{_mandir}/man8/numad.8.gz %post @@ -59,6 +61,9 @@ make install prefix=%{buildroot}/usr %systemd_postun numad.service %changelog +* Wed Aug 14 2013 Jan Synáček - 0.5-12.20130814git +- Update to 20130814 + * Sat Aug 03 2013 Fedora Release Engineering - 0.5-11.20121130git - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index a06f44a..2c26133 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4297f7f5a513172ea22b0d0e640cf65c numad-0.5git.tar.xz +76cfb7b6eca9aa1cd2699e9541f4fe0f numad-0.5git.tar.xz