From b47b4e70891d4283111f2fd03a739bd100d0c8b6 Mon Sep 17 00:00:00 2001 From: Philip Knirsch Date: Tue, 24 Feb 2009 12:14:04 +0100 Subject: - Added a changelog rule in Makefile - Started overall README - Fixed a few rpmlint error messages --- tuned.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tuned.spec') diff --git a/tuned.spec b/tuned.spec index 32d65e8..017e251 100644 --- a/tuned.spec +++ b/tuned.spec @@ -5,6 +5,7 @@ Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons Source: tuned-%{version}.tar.bz2 +URL: http://fedorapeople.org/gitweb?p=pknirsch/public_git/tuned.git;a=summary Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): chkconfig Requires(preun): chkconfig @@ -53,11 +54,12 @@ fi %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README doc/* %{_initddir}/tuned -%{_sysconfdir}/tuned.conf +%config(noreplace) %{_sysconfdir}/tuned.conf %{_sbindir}/tuned %{_datadir}/tuned %files utils +%defattr(-,root,root) %{_sbindir}/netdevstat %{_sbindir}/diskdevstat -- cgit