From cf284c4e87ddf22cef7d5775b877d622eb749953 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 7 Mar 2023 07:42:02 +0100 Subject: [PATCH] Unconditionally include 0003-continue-to-ship-posixrules.patch This makes it possible to create a RHEL-compatible source RPM on non-RHEL distributions. The patch is still included/skipped at build time due to the remaining conditionals. --- tzdata.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/tzdata.spec b/tzdata.spec index 50f1830..25a5f04 100644 --- a/tzdata.spec +++ b/tzdata.spec @@ -10,9 +10,7 @@ Source0: ftp://ftp.iana.org/tz/releases/tzdata%{tzdata_version}.tar.gz Source1: ftp://ftp.iana.org/tz/releases/tzcode%{tzcode_version}.tar.gz Patch002: 0002-Fix-have-snprintf-error.patch -%if 0%{?rhel} || 0%{?eln} Patch003: 0003-continue-to-ship-posixrules.patch -%endif BuildRequires: make BuildRequires: gawk, glibc, perl-interpreter