summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <mebrown@michaels-house.net>2007-11-19 10:34:28 -0600
committerMichael E Brown <mebrown@michaels-house.net>2007-11-19 10:34:28 -0600
commitabd9673abf46bdb7d1979c0a97196a74fc0d0c02 (patch)
tree4ba8103900ea782539eaa91957abb3bfbdf9763f
parent022b8f3695567fcda9c610c52fda1a13f55714fb (diff)
downloadmock-abd9673abf46bdb7d1979c0a97196a74fc0d0c02.tar.gz
mock-abd9673abf46bdb7d1979c0a97196a74fc0d0c02.tar.xz
mock-abd9673abf46bdb7d1979c0a97196a74fc0d0c02.zip
fix spec, cannot have things that look like macros in changelog.
-rw-r--r--mock.spec.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/mock.spec.in b/mock.spec.in
index 009ae8a..f441994 100644
--- a/mock.spec.in
+++ b/mock.spec.in
@@ -81,9 +81,7 @@ fi
fail. Affected any SRPM build that used 'expect'.
- hard spec file dep on python >= 2.4 due to python syntax changes.
- resultdir can now contain python-string substitutions for any
- variable in the chroot config. For example:
- mock -r fedora-devel-x86_64 \
- --resultdir=./my/'%(dist)s'/'%(target_arch)s'/ \
+ variable in the chroot config.
rebuild my.src.rpm
- add 'dist' variable to all chroot config files so that it is
available for resultdir substitutions.