Store the upstream version (currently "1.0-SNAPSHOT") and snapshot info completely in the Version field rather than using Release.
Resolves: rhbz#1972029
This commit is contained in:
parent
61f6326497
commit
88f099df54
@ -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 <gnu.andrew@redhat.com> - 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 <gnu.andrew@redhat.com> - 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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user