diff --git a/jigawatts.spec b/jigawatts.spec index 1aa7d59..bc4219a 100644 --- a/jigawatts.spec +++ b/jigawatts.spec @@ -6,8 +6,8 @@ %global commitdate 20210827 Name: %{uname} -Version: 0.2 -Release: 0.4.%{commitdate}%{shortcommit}%{?dist} +Version: 1.0~SNAPSHOT^%{commitdate}.%{shortcommit} +Release: 1%{?dist} Summary: Java CRIU helper License: GPLv2 with exceptions URL: https://github.com/chflood/%{uname} @@ -66,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT %{_javadocdir}/%{name} %changelog +* Sun Aug 29 2021 Andrew Hughes - 1.0~SNAPSHOT^20210827.a5f8e31-1 +- Store the upstream version (currently "1.0-SNAPSHOT") and snapshot info completely in the Version field rather than using Release. +- Resolves: rhbz#1972029 + * Sat Aug 28 2021 Andrew Hughes - 0.2-0.4.20210807b2d3751 - Update to latest upstream version with renamed package and consistent use of "jigawatts" - Drop library patch which is no longer needed.