aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <clark.williams@gmail.com>2013-09-17 10:21:14 -0500
committerClark Williams <clark.williams@gmail.com>2013-09-17 10:21:14 -0500
commit1102440769ff1944e04e89a4e69d96985114e403 (patch)
tree13e8c040a3be895c96c80329982b339cd9569fd1
parent9c836c88614f90ddd8084be312fb7726086c2d08 (diff)
downloadrteval-1102440769ff1944e04e89a4e69d96985114e403.tar.gz
specfile: correctly escaped usages of percent-sign in changelog
Escaped any use of '%' in rpm specfile to prevent rpm from trying to expand the following name as a variable Signed-off-by: Clark Williams <clark.williams@gmail.com>
-rw-r--r--rteval.spec23
1 files changed, 13 insertions, 10 deletions
diff --git a/rteval.spec b/rteval.spec
index 6903b8c..a8ef7e6 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,7 +2,7 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 1.37
+Version: 1.38
Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Tue Sep 17 2013 Clark Williams <williams@redhat.com> - 1.38-1
+- cleaned up incorrect usage of percent signs in changelog
+
* Thu Dec 13 2012 Clark Williams <williams@redhat.com> - 1.37-1
- added module specific command line options
- From Raphaƫl Beamonte <raphael.beamonte@gmail.com>:
@@ -124,7 +127,7 @@ rm -rf $RPM_BUILD_ROOT
of memory per core
* Wed Jul 14 2010 Clark Williams <williams@redhat.com> - 1.27-1
-- modified hackbench to go back to using threads rather than
+- modified hackbench to go back to using threads rather than
processes for units of work
- added memory size, number of numa nodes and run duration to the
parameter dictionary passed to all loads and cyclictest
@@ -137,16 +140,16 @@ rm -rf $RPM_BUILD_ROOT
- updated source copyrights to 2010
* Fri Jul 9 2010 Clark Williams <williams@redhat.com> - 1.24-1
-- modified hackbench arguments and added new parameters for
+- modified hackbench arguments and added new parameters for
hackbench in rteval.conf
* Thu Jul 8 2010 Clark Williams <williams@redhat.com> - 1.23-1
- version bump to deal with out-of-sync cvs issue
-
+
* Thu Jul 8 2010 Clark Williams <williams@redhat.com> - 1.22-1
- merged David Sommerseth <davids@redhat.com> changes to use
hackbench from rt-tests packages rather than carry local copy
-- converted all loads and cyclictest to pass __init__ parameters
+- converted all loads and cyclictest to pass __init__ parameters
in a dictionary rather than as discrete parameters
- added logging for load output
@@ -166,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Apr 6 2010 Clark Williams <williams@redhat.com> - 1.20-1
- code fixes from Luis Claudio Goncalves <lgoncalv@redhat.com>
- from David Sommerseth <davids@redhat.com>:
- - xmlrpc server updates
+ - xmlrpc server updates
- cputopology.py for recording topology in xml
- added NUMA node recording for run data
- rpmlint fixes
@@ -209,7 +212,7 @@ rm -rf $RPM_BUILD_ROOT
'/rteval'
- Send program arguments via RtEval() constructor
- Added more DMI data into the summary.xml report
- - Fixed issue with not including all devices in the
+ - Fixed issue with not including all devices in the
OnBoardDeviceInfo tag
* Thu Dec 3 2009 David Sommerseth <davids@redhat.com> - 1.12-2
@@ -226,10 +229,10 @@ rm -rf $RPM_BUILD_ROOT
path for /usr/bin/rteval (problem with rpmdiff)
* Tue Nov 10 2009 Clark Williams <williams@redhat.com> - 1.11-4
-- changed symlink back to install and tracked by %files
+- changed symlink back to install and tracked by %%files
* Mon Nov 9 2009 Clark Williams <williams@redhat.com> - 1.11-3
-- changed symlink generation from %post to %posttrans
+- changed symlink generation from %%post to %%posttrans
* Mon Nov 9 2009 Clark Williams <williams@redhat.com> - 1.11-2
- fixed incorrect dependency for libxslt
@@ -272,7 +275,7 @@ rm -rf $RPM_BUILD_ROOT
* Mon Oct 12 2009 Clark Williams <williams@redhat.com> - 1.5-1
- changed cyclictest to use less memory when doing statisics
calculations
-- updated debug output to use module name prefixes
+- updated debug output to use module name prefixes
- changed option processing to only process config file once
* Fri Oct 9 2009 Clark Williams <williams@redhat.com> - 1.4-1