diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 0a4699c..5a09054 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 5 11:57:40 CET 2008 - poeml@suse.de + +- use --record-rpm as setup option, not --record. The latter didn't + pick up all files on Factory. + ------------------------------------------------------------------- Wed Jun 13 07:56:02 UTC 2007 - judas_iscariote@shorewall.net diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 2f36630..c337f2d 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -37,7 +37,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %install rm -rf %{buildroot} -%{__python} setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES +%{__python} setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT --record-rpm=INSTALLED_FILES %clean rm -rf %{buildroot}