From a8921676690b8e947413ab6c3520b645bbc22ad2 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 25 Jun 2015 15:36:19 +0100 Subject: [PATCH] Preserve timestamps during install https://fedoraproject.org/wiki/Packaging:Guidelines#Timestamps --- gnome-backgrounds.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-backgrounds.spec b/gnome-backgrounds.spec index 984eb49..8d724b4 100644 --- a/gnome-backgrounds.spec +++ b/gnome-backgrounds.spec @@ -24,7 +24,7 @@ with the GNOME desktop. make %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images @@ -40,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale %changelog * Thu Jun 25 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-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild