diff options
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ %_host %{_host_cpu}-%{_real_vendor}-%{_host_os}%{?_gnu} -%_changelog_truncate 3 years ago +# automatic truncation of changelogs to 3 years +%_changelog_trimtime %{lua:print(os.time() - 3 * 365 * 86400)} # use LZMA to compress binary packages: %_binary_payload w5.lzdio |