Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Richard W.M. Jones
8a70bcc50d New upstream release 5.1.18.
Fixes problem with creating incorrect symlinks (RHBZ#1470157).

(cherry picked from commit 1fda32218d)
2017-07-13 11:57:39 +01:00
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@
/supermin-*.tar.gz
/x86_64
/supermin-5.1.17.tar.gz.sig
/supermin-5.1.18.tar.gz.sig

View file

@ -1,2 +1,2 @@
af1e287e5d2b335e2df83a836f1d8ed4 supermin-5.1.17.tar.gz
a94c40d6ff5d12dd7d096a482525009e supermin-5.1.17.tar.gz.sig
SHA512 (supermin-5.1.18.tar.gz) = 5e2d1a86359fd334ba6cfea3bd15c7f4d8ee8ec57db55b191e438bd9e1d22e4c317c7e421966abae4f2409e1c6c2b81c3eef5110e823fefc1102a12c79e15c35
SHA512 (supermin-5.1.18.tar.gz.sig) = 16adab798fcac6e44318c9ffa08a7096b84eda14f13e1febdbdb7dbbea14594a3fb60d9ca2cfb2c9a723a78dd2cddf972f60bde004d90e167acdadaa2b55cc74

View file

@ -30,7 +30,7 @@
Summary: Tool for creating supermin appliances
Name: supermin
Version: 5.1.17
Version: 5.1.18
Release: 1%{?dist}
License: GPLv2+
@ -178,6 +178,10 @@ make check || {
%changelog
* Thu Jul 13 2017 Richard W.M. Jones <rjones@redhat.com> - 5.1.18-1
- New upstream release 5.1.18.
- Fixes problem with creating incorrect symlinks (RHBZ#1470157).
* Tue Nov 01 2016 Richard W.M. Jones <rjones@redhat.com> - 5.1.17-1
- New upstream release 5.1.17.
- Check signature on the tarball before unpacking it.