Dne 03. 10. 19 v 14:45 Vitaly Zaitsev via devel napsal(a):
Hello all. Is it possible to remove old %changelog entries from SPECs? I can't find information about this in Fedora packaging guidelines. All history still can be found in git log.
Rpmbuild actually removes all entries older than %_changelog_trimtime In Fedora this macro is defined as -13: _changelog_trimtime %{lua:print(os.time() - 2 * 365 * 86400)} I.e. everything older than 2 years is discarded in build time. -- Miroslav Suchy, RHCA Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx