Am 06.11.19 um 16:25 schrieb Bernhard M. Wiedemann:
On 06/11/2019 16.07, Neal Gompa wrote:
On Wed, Nov 6, 2019 at 10:01 AM Dominique Leuenberger <dimstar@suse.de> wrote:
Packages changed: <snip> khmeros-fonts ERROR: no changelog
Well, this is odd. Why is there an error here for the changelog thing? It might be related to the fact that the .changes file has the last entry from 2014-06-05 and since recently we prune to 2018-01-01 how much we move into the rpm changelog header. It seems no changelog entries were left after the rebuild 3d ago.
I found the same in some packages in my $HOME project and have thus added Macros: # override factory default %_changelog_trimtime 0 :Macros to the prjconf. If you want to do this on a package level, add %global _changelog_trimtime 0 to the spec file. It is of course stupid to remove all changelog entries, the method shoule be something like "not older than $DATE, but at least $MINIMAL_NUMBER entries". A quick look at the rpm source code this morning showed me, that this is not possible yet. -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org