From 49bfee9af8217cf2dd5f66b17309d96f7950c38a3e8d84f4ccdef0e3ced4c262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 6 Jul 2013 12:22:23 +0000 Subject: [PATCH] Accepting request 182260 from server:Kolab:Extras include %doc, enable %check OBS-URL: https://build.opensuse.org/request/show/182260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-augeas?expand=0&rev=3 --- python-augeas.changes | 6 ++++++ python-augeas.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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