Trim changelog entries older than two years

Inspired by http://gitweb.mageia.org/software/rpm/rpm-setup/tree/macros.in#n22
but changed to two years (3+ releases of Fedora).
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-03-11 15:15:30 +01:00
parent f843bf828a
commit 8c5d5de24a
1 changed files with 3 additions and 0 deletions

3
macros
View File

@ -214,6 +214,9 @@
%__global_compiler_flags -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches %{_hardened_cflags} %{_annotated_cflags}
# Automatically trim changelog entries after 2 years
%_changelog_trimtime %{lua:print(os.time() - 2 * 365 * 86400)}
#==============================================================================
# ---- Generic auto req/prov filtering macros
#