diff --git a/python-augeas.changes b/python-augeas.changes index 34180b3..5d27901 100644 --- a/python-augeas.changes +++ b/python-augeas.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 4 21:21:11 UTC 2013 - aj@ajaissle.de + +- Install AUTHORS, COPYING, README.txt in %doc +- Re-enable checks (not broken anymore) + ------------------------------------------------------------------- Wed Jan 23 16:14:53 UTC 2013 - aj@ajaissle.de diff --git a/python-augeas.spec b/python-augeas.spec index 90d5f93..ba3bdc9 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -54,12 +54,12 @@ Authors: %install %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES -#%%check -#cd test -#python test_augeas.py -## the test fails because the binding is testing for features from newer augeas releases +%check +cd test +python test_augeas.py %files -f INSTALLED_FILES %defattr(-,root,root) +%doc AUTHORS COPYING README.txt %changelog