Skip to content

Releases: packit/specfile

0.41.1

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 20 Jul 13:24
cc8619e
  • Sanitize multi-pipe shell expansion. (#542)

0.41.0

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 29 May 09:13
2dc72c0
  • Fixed an issue where the value of a tag could have been incorrectly expanded if the spec file contained a macro definition shadowing the tag name, e.g.:
%global release 12
%global release_string %{release}%{?dist}
Release: %{release_string}

In this case, with dist being .fc44, Specfile.expanded_release returned 12.fc44.fc44 instead of 12.fc44. (#539)

0.40.2

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 23 Apr 09:56
43174b0
  • Trailing whitespaces at the end of specfile sections are now ignored during parsing. (#531)

0.40.1

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 13 Mar 15:35
1985392
  • Fixed issues related to introduced sanitization (#523, #524, #525).

0.40.0

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 11 Mar 13:02
c0061d8
  • Specfile() has a new sanitize option that enables best effort sanitization of potentially dangerous constructs such as shell expansions and unsafe Lua macros before they are passed to RPM for parsing. (#519)
  • Fixed incorrect parsing of nested macros. (#522)

0.39.1

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 14 Feb 09:20
d96a70a
  • Fixed whitespace padding of day of month in changelog entries. (#511)

0.39.0

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 12 Feb 14:47
705ce1d
  • Changelog entries that have incorrect padding set for a day of a month are now fixed if possible or ignored. (#508)

0.38.0

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 08 Jan 13:44
a07560d
  • A bug leading to incorrect EVR expansion has been fixed. (#492)
  • Prevented side-effects during condition evaluation that could occur when expanding macros that manipulate other macros, leading to misinterpreted validity of condition branches. (#499)

0.37.1

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 03 Oct 12:46
21a45ba
  • We have solved a FutureWarning in our codebase. (#485)

0.37.0

Choose a tag to compare

@usercont-release-bot usercont-release-bot released this 05 Sep 11:35
aafca33
  • Added support for Elbrus E2K CPU architectures. (#484)