Skip to content

Releases: sclorg/spec2scl

Version 1.2.2

09 Aug 12:53
v1.2.2
3dbd7a9
Compare
Choose a tag to compare
  • Fix and/or silence deprecation warnings on newer Python versions (issue #38)

v1.2.1

21 Nov 11:50
Compare
Choose a tag to compare

Version 1.2.1

  • Add a missing -x option to set command (issue #17)
  • Do not transform the %{name} macro for Obsoletes, Provides, Requires, BuildRequires (thanks @mbooth101 for the patch)
  • Add support for scriptlet runtime sections and transforming scriptlet-specific dependencies (thanks @mbooth101 for the patches)

v1.2.0

12 Apr 13:24
Compare
Choose a tag to compare

Version 1.2.0

  • Wrap whole runtime sections in "scl enable" (issue #27)
  • Add a man page (issue #29)

v1.1.4

15 Feb 12:23
Compare
Choose a tag to compare

Version 1.1.4

  • Add set -e and wrap whole section in a single "scl enable" (issue #17)
  • Add support for custom prefixes for Requires/BuildRequires in "list-files" (thanks Michal Srb for patch)
  • Accept arbitrary whitespace sequence if the transformer matches the beginning of the line (issue #15)
  • Do not sclize bundled libraries in Provides tag (issue #18)
  • Add meta runtime dependency for runtime and buildtime automatically and switches to disable them (issues #12, #16)