From daa45d0245af2c5b2723d2ad2059296a3e7019a4 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 12:48:20 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/datefudge.git#6e4b63c89de78ef1d272531ab707fa47472450dc --- datefudge.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/datefudge.spec b/datefudge.spec index 83dbd17..84f95a9 100644 --- a/datefudge.spec +++ b/datefudge.spec @@ -1,6 +1,6 @@ Name: datefudge Version: 1.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fake the system date License: GPLv2+ @@ -8,6 +8,7 @@ URL: http://packages.qa.debian.org/d/datefudge.html Source0: http://cdn.debian.net/debian/pool/main/d/datefudge/%{name}_%{version}.tar.xz BuildRequires: gcc +BuildRequires: make %description This program (and preload library) fakes the system date so that programs think the wall clock is ... different. The faking is not @@ -35,6 +36,9 @@ chmod +x %{buildroot}/%{_libexecdir}/%{name}/datefudge.so #for stripping %{_bindir}/datefudge %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.24-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Oct 12 2020 Nikos Mavrogiannopoulos - 1.24-1 - New upstream release