diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-02-08 21:57:59 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-02-08 21:57:59 +0100 |
| commit | 168a45c78ad4aaa62f5d81d3d41df3d6c74432b6 (patch) | |
| tree | 32adb7dd196a9d13d57f3f8e36012c212cf351c9 | |
| parent | 3e66ab143a1fe2428bea84b573e7b70c22e8f5f2 (diff) | |
make rpms with el6 suffix
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a934526..3daae3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,4 +8,5 @@ rpm: dist --define "_specdir `pwd`" \ --define "_builddir `pwd`" \ --define "_srcrpmdir `pwd`" \ + --define "dist .el6" \ -ba abrt.spec |
