From f1ef06a9c26a01635b599b6ddae88e67acd234c3 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Tue, 16 Oct 2018 17:50:48 +0100 Subject: [PATCH] installer preserve timestamps --- conda_rpms/__init__.py | 2 +- conda_rpms/templates/installer.spec.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_rpms/__init__.py b/conda_rpms/__init__.py index d2677b2..8e3c933 100644 --- a/conda_rpms/__init__.py +++ b/conda_rpms/__init__.py @@ -1 +1 @@ -__version__ = '1.5.0dev0' +__version__ = '1.4.1' diff --git a/conda_rpms/templates/installer.spec.template b/conda_rpms/templates/installer.spec.template index 6e73b26..54c22e6 100644 --- a/conda_rpms/templates/installer.spec.template +++ b/conda_rpms/templates/installer.spec.template @@ -45,7 +45,7 @@ export BUILD_PREFIX=${RPM_BUILD_ROOT}${DIST_PREFIX} mkdir -p $BUILD_PREFIX $RPM_BUILD_ROOT$INSTALL_PREFIX/.envs $RPM_BUILD_ROOT$INSTALL_PREFIX/.pkgs # Copy the contents of the conda distribution. -cp -rf * $BUILD_PREFIX/ +cp -rfp * $BUILD_PREFIX/ # Put the install.py file into the "installer" pkgs directory. cp %{SOURCE1} ${RPM_BUILD_ROOT}$INSTALL_PREFIX/.pkgs/installer/install.py