From 9a0a4d47dc11cdcc66fa0e6600fa987d7170e631 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 28 Jun 2024 21:53:34 +0200 Subject: [PATCH] build: Disable source_date_epoch_from_changelog --- dist/rpm/imhex.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dist/rpm/imhex.spec b/dist/rpm/imhex.spec index 3a868a44f..5e56b6200 100644 --- a/dist/rpm/imhex.spec +++ b/dist/rpm/imhex.spec @@ -1,3 +1,5 @@ +%define source_date_epoch_from_changelog 0 + Name: imhex Version: VERSION Release: 0%{?dist} @@ -124,8 +126,4 @@ cp -a lib/third_party/xdgpp/LICENSE %{buildroot %{_datadir}/applications/%{name}.desktop %{_libdir}/libimhex.so* %{_libdir}/%{name}/ -%{_metainfodir}/net.werwolv.%{name}.metainfo.xml - -%source_date_epoch_from_changelog 0 -%changelog -- Unspecified \ No newline at end of file +%{_metainfodir}/net.werwolv.%{name}.metainfo.xml \ No newline at end of file