From 8203c8c8726abcf6c8bc9179914122d715905ac7 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 23 Apr 2015 10:29:39 +0100 Subject: [PATCH] Preserve timestamps during install --- udisks2.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/udisks2.spec b/udisks2.spec index 475f698..23c0287 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -103,8 +103,9 @@ daemon. This package is for the udisks 2.x series. # sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} + %install -make install DESTDIR=$RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" rm -f $RPM_BUILD_ROOT%{_libdir}/*.la rm -f $RPM_BUILD_ROOT%{_libdir}/*.a @@ -176,6 +177,7 @@ make check * Thu Apr 23 2015 David King - 2.1.5-3 - Call make check during check phase - Move license to libudisks2 subpackage +- Preserve timestamps during install * Wed Apr 22 2015 David King - 2.1.5-2 - Use systemd scriptlet snippets (#857409)