From ad508945d9c4660d06c03d64ba8ff14966721b5a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 13 Jul 2017 11:44:52 +0100 Subject: [PATCH 1/2] New upstream release 5.1.18. Fixes problem with creating incorrect symlinks (RHBZ#1470157). (cherry picked from commit 1fda32218d82ab289ce471020ec3add961c85fb8) --- .gitignore | 1 + sources | 4 ++-- supermin.spec | 8 ++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b897074..c4345c0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /supermin-*.tar.gz /x86_64 /supermin-5.1.17.tar.gz.sig +/supermin-5.1.18.tar.gz.sig diff --git a/sources b/sources index e387417..d59c5b9 100644 --- a/sources +++ b/sources @@ -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 diff --git a/supermin.spec b/supermin.spec index ebf8de5..859cbdc 100644 --- a/supermin.spec +++ b/supermin.spec @@ -30,8 +30,8 @@ Summary: Tool for creating supermin appliances Name: supermin -Version: 5.1.17 -Release: 4%{?dist} +Version: 5.1.18 +Release: 1%{?dist} License: GPLv2+ %if 0%{?rhel} >= 7 @@ -170,6 +170,10 @@ make check || { %changelog +* Thu Jul 13 2017 Richard W.M. Jones - 5.1.18-1 +- New upstream release 5.1.18. +- Fixes problem with creating incorrect symlinks (RHBZ#1470157). + * Fri Mar 17 2017 Richard W.M. Jones - 5.1.17-4 - Drop dependency on hawkey and versioned dependencies on dnf. From 6be1c21baf57c8cbab342d133f86b0dc25d4e024 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 19 Sep 2017 14:43:14 +0100 Subject: [PATCH 2/2] New upstream version 5.1.19. Remove all patches, now upstream. (cherry picked from commit ef3b041d450f032ed3e44eda10bdaadf50064709) --- .gitignore | 3 +-- sources | 4 ++-- supermin.spec | 6 +++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c4345c0..2d30973 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,5 @@ /.build-*.log /clog /supermin-*.tar.gz +/supermin-*.tar.gz.sig /x86_64 -/supermin-5.1.17.tar.gz.sig -/supermin-5.1.18.tar.gz.sig diff --git a/sources b/sources index d59c5b9..9b748f8 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (supermin-5.1.18.tar.gz) = 5e2d1a86359fd334ba6cfea3bd15c7f4d8ee8ec57db55b191e438bd9e1d22e4c317c7e421966abae4f2409e1c6c2b81c3eef5110e823fefc1102a12c79e15c35 -SHA512 (supermin-5.1.18.tar.gz.sig) = 16adab798fcac6e44318c9ffa08a7096b84eda14f13e1febdbdb7dbbea14594a3fb60d9ca2cfb2c9a723a78dd2cddf972f60bde004d90e167acdadaa2b55cc74 +SHA512 (supermin-5.1.19.tar.gz) = 31098d419425b0229e5c6287bcaf40942d74c950f17c4656f060042eb665676057823196cbce252d11989f86ec2d9c171d0c5f942817809723f6efc447f1529b +SHA512 (supermin-5.1.19.tar.gz.sig) = c49d891f8b95878e262cba8d1a23855467f1231ce018d5159583adb2fa1ff30c02cab50c3afa05b3adcc1cdc111cb3bb42e6123202d2d804d0d79eb590625eec diff --git a/supermin.spec b/supermin.spec index 859cbdc..66ff0c6 100644 --- a/supermin.spec +++ b/supermin.spec @@ -30,7 +30,7 @@ Summary: Tool for creating supermin appliances Name: supermin -Version: 5.1.18 +Version: 5.1.19 Release: 1%{?dist} License: GPLv2+ @@ -170,6 +170,10 @@ make check || { %changelog +* Tue Sep 19 2017 Richard W.M. Jones - 5.1.19-1 +- New upstream version 5.1.19. +- Remove all patches, now upstream. + * Thu Jul 13 2017 Richard W.M. Jones - 5.1.18-1 - New upstream release 5.1.18. - Fixes problem with creating incorrect symlinks (RHBZ#1470157).