[autoarchive] Added version to macro

Fabian Affolter fab at fedoraproject.org
Mon Mar 28 20:30:50 UTC 2011


commit aa2f054228ba106437997767b0507d0e20bcd37d
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Mon Mar 28 22:30:11 2011 +0200

    Added version to macro

 autoarchive.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autoarchive.spec b/autoarchive.spec
index 4bcd384..bec6e2b 100644
--- a/autoarchive.spec
+++ b/autoarchive.spec
@@ -32,12 +32,12 @@ which reads informations from it and creates desired backup.
 
 
 %build
-%{__python} setup.py build
+%{__python3} setup.py build
 
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
+%{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
 
 
 %clean


More information about the scm-commits mailing list