From e12ad60e5017a5e6b1133fa8f4c9e2c09f6f9b3a Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 11 Jan 2023 11:42:59 +0200 Subject: Un-deprecate %_changelog_trimtime Deprecating implies plans to remove later, but this is actually just an alternative strategy for changelog trimming, and different distros may have different needs. (cherry picked from commit 4fde659835409669b51850a8e49743b468f0631b) --- macros.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros.in b/macros.in index 6d1c636bd..8119f39d2 100644 --- a/macros.in +++ b/macros.in @@ -202,8 +202,8 @@ package or when debugging this package.\ # relative to newest existing entry. Unix timestamp format. %_changelog_trimage 0 -# The Unix time of the latest kept changelog entry in binary packages. -# DEPRACATED, use %_changelog_trimage instead. +# An alternative strategy for changelog trimming: +# the Unix time of the latest kept changelog entry in binary packages %_changelog_trimtime 0 # If true, set the SOURCE_DATE_EPOCH environment variable -- cgit v1.2.1