From 63db38382f394a672a26b6cadea4c134d01484ab Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 22 Jun 2015 22:09:40 +0100 Subject: [PATCH] Preserve timestamps during install https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps --- gnome-system-monitor.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec index ea6d80c..d82c208 100644 --- a/gnome-system-monitor.spec +++ b/gnome-system-monitor.spec @@ -43,7 +43,7 @@ such as CPU and memory. make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %find_lang %{name} --with-gnome @@ -74,6 +74,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %changelog * Mon Jun 22 2015 David King - 3.17.3-1 - Update to 3.17.3 +- Preserve timestamps during install * Wed Jun 17 2015 Fedora Release Engineering - 3.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild