]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-macros.python
- always translate %%{ix86} to %%{_target_cpu}
[packages/rpm.git] / rpm-macros.python
index 6647d4334ab118c105e9fa6a8be4d84ef2f35304..f41c4dde2d9e9d9f5ed4a0ea70a0110b607a422a 100644 (file)
@@ -19,4 +19,5 @@
 
 # Software written in Python language require Python with main version
 # unchanged
-%define        pyrequires_eq() Requires:       %1 >= %py_ver %1 < %(echo `python -c "import sys; import string; ver=sys.version[:3].split('.'); ver[1]=str(int(ver[1])+1); print string.join(ver, '.')"`)
+%define pyrequires_eq() Requires:       %1 >= %py_ver %1 < %(echo `python -c "import sys; import string; ver=sys.version[:3].split('.'); ver[1]=str(int(ver[1])+1); print string.join(ver, '.')"`)
+
This page took 0.031791 seconds and 4 git commands to generate.