From 3e1a59ee0b1868cf1dd1804cadc657ed356e809a Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 20 Jul 2015 22:47:26 +0100 Subject: [PATCH] Preserve timestamps during install https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps --- eog.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eog.spec b/eog.spec index d3ae8e7..dd75151 100644 --- a/eog.spec +++ b/eog.spec @@ -80,7 +80,7 @@ the functionality of the installed %{name} package. make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # Update the screenshot shown in the software center # @@ -144,6 +144,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %changelog * Mon Jul 20 2015 David King - 3.17.3-1 - Update to 3.17.3 +- Preserve timestamps during install * Mon Jun 22 2015 David King - 3.17.2-1 - Update to 3.17.2