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
This commit is contained in:
DistroBaker 2021-02-03 12:48:20 +01:00
parent b89b98224d
commit daa45d0245

View File

@ -1,6 +1,6 @@
Name: datefudge Name: datefudge
Version: 1.24 Version: 1.24
Release: 1%{?dist} Release: 2%{?dist}
Summary: Fake the system date Summary: Fake the system date
License: GPLv2+ 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 Source0: http://cdn.debian.net/debian/pool/main/d/datefudge/%{name}_%{version}.tar.xz
BuildRequires: gcc BuildRequires: gcc
BuildRequires: make
%description %description
This program (and preload library) fakes the system date so that This program (and preload library) fakes the system date so that
programs think the wall clock is ... different. The faking is not 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 %{_bindir}/datefudge
%changelog %changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Oct 12 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.24-1 * Mon Oct 12 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 1.24-1
- New upstream release - New upstream release