Trim changelogs to 2 years.
Current changelogs take up several MBs, especially if you have all the libguestfs subpackages installed. Trim them to 2 years, which is double the Fedora support schedule, as suggested by Toshio Kuratomi (https://lists.fedoraproject.org/pipermail/devel/2013-April/181512.html).
This commit is contained in:
parent
f4027ac55f
commit
472224fdb9
@ -6,6 +6,10 @@
|
||||
|
||||
%global _hardened_build 1
|
||||
|
||||
# Trim changelog entries older than one year in binary packages.
|
||||
# https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627
|
||||
%global _changelog_trimtime %(date +%s -d "2 years ago")
|
||||
|
||||
Summary: Access and modify virtual machine disk images
|
||||
Name: libguestfs
|
||||
Epoch: 1
|
||||
|
Loading…
Reference in New Issue
Block a user