diff --git a/product/ERP5/spec/Photo.spec b/product/ERP5/spec/Photo.spec index b86815a4fd187e58c49927e5a85e85934bf1c3fa..02ad7079f4cab3adf5f4121c04d2299c8f48deab 100755 --- a/product/ERP5/spec/Photo.spec +++ b/product/ERP5/spec/Photo.spec @@ -1,7 +1,7 @@ Name: Photo Summary: A Zope product to manage images better... Version: 1.2.3 -Release: 4mdk +Release: 5mdk Group: Development/Python Requires: zope License: GPL @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-rootdir Buildarch: noarch Source: %{name}-%{version}.tar.bz2 +Patch1: Photo-path-1.2.3.patch #---------------------------------------------------------------------- %description @@ -25,6 +26,7 @@ properties for all contained photos. rm -rf $RPM_BUILD_ROOT %setup -a 0 +%patch1 -p1 #---------------------------------------------------------------------- %build @@ -59,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT #---------------------------------------------------------------------- %changelog +* Wed Mar 31 2005 Sebastien Robin <seb@nexedi.com> 1.2.3-5mdk +- Added patch to make a tree of directories with Photo + * Wed Sep 12 2003 Sebastien Robin <seb@nexedi.com> 1.2.3-4mdk - Make now signed rpm