CC'ing Petr Muller.
koca

James Laska wrote:
Thanks for the patch Will!  Looks good to me.  

I'm not sure who is best to apply rhtslib patches at this point, Bill
Peck or Petr Muller?

Thanks,
James

On Wed, 2009-05-06 at 17:47 -0400, Will Woods wrote:
  
Some RPM setups don't generate python .pyc/.pyo files at build time,
so the build shouldn't fail if they don't exist.
---
 rhtslib/rhtslib.spec |   16 ++++------------
 1 files changed, 4 insertions(+), 12 deletions(-)

diff --git a/rhtslib/rhtslib.spec b/rhtslib/rhtslib.spec
index bd77211..657ff15 100644
--- a/rhtslib/rhtslib.spec
+++ b/rhtslib/rhtslib.spec
@@ -36,18 +36,10 @@ rm perl/docsjoin
 /usr/share/rhts-library/performance.sh
 /usr/share/rhts-library/dictionary.vim
 /usr/share/rhts-library/virtualX.sh
-/usr/share/rhts-library/python/rlMemAvg.py
-/usr/share/rhts-library/python/rlMemPeak.py
-/usr/share/rhts-library/python/rlMemAvg.pyc
-/usr/share/rhts-library/python/rlMemAvg.pyo
-/usr/share/rhts-library/python/rlMemPeak.pyc
-/usr/share/rhts-library/python/rlMemPeak.pyo
-/usr/share/rhts-library/python/journalling.py
-/usr/share/rhts-library/python/journalling.pyc
-/usr/share/rhts-library/python/journalling.pyo
-/usr/share/rhts-library/python/journal-compare.py
-/usr/share/rhts-library/python/journal-compare.pyc
-/usr/share/rhts-library/python/journal-compare.pyo
+/usr/share/rhts-library/python/rlMemAvg.py*
+/usr/share/rhts-library/python/rlMemPeak.py*
+/usr/share/rhts-library/python/journalling.py*
+/usr/share/rhts-library/python/journal-compare.py*
 /usr/share/rhts-library/perl/deja-summarize
 /usr/share/rhts-library/test/README
 /usr/share/rhts-library/test/coverageTest.sh
    

_______________________________________________ Beaker-devel mailing list Beaker-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/beaker-devel