summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--tuned.spec3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 828b7d9..645c4a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+commit 85afc406d455c1dce5452519ee0d3795c62b8698
+Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
+Date: Wed Feb 25 19:25:10 2009 +0100
+
+ - Updated changelog
+
commit 62debaff1a107a2a8229f4a8a804762cec142071
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
Date: Wed Feb 25 19:22:54 2009 +0100
diff --git a/tuned.spec b/tuned.spec
index deda15c..ca54a7c 100644
--- a/tuned.spec
+++ b/tuned.spec
@@ -12,7 +12,7 @@ Group: System Environment/Daemons
# make archive
Source: tuned-%{version}.tar.bz2
URL: http://fedorapeople.org/~pknirsch/git/tuned.git/
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): chkconfig
Requires(preun): chkconfig
Requires(preun): initscripts
@@ -75,6 +75,7 @@ fi
%changelog
* Wed Feb 25 2009 Phil Knirsch <pknirsch@redhat.com> - 0.1.1-1
- Bump release
+- Fixed BuildRoot tag to use latest recommendation of FPG
- Lots of whitespace changes
- Some minor README changes
- Added a changelog rule in Makefile