From ad652c33468574347d974547ba0a3c95a1aa51a5 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 17 Oct 2017 10:07:06 -0700 Subject: [PATCH] Add the updated .spec file --- lorax.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index 7022383..55b9509 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 27.11 +Version: 28.0 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -153,6 +153,15 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %changelog +* Tue Oct 17 2017 Brian C. Lane 28.0-1 +- Add make test target and update .gitignore (atodorov@redhat.com) +- Add first unit test so we can start collecting coverage (atodorov@redhat.com) +- Convert mk-s390-cdboot to python3 (#1497141) (bcl@redhat.com) +- Update false positives (atodorov@redhat.com) +- Rename parameters to match names that dnf uses (atodorov@redhat.com) +- Don't override 'line' from outer scope (atodorov@redhat.com) +- Add swaplabel command (vponcova@redhat.com) + * Wed Sep 27 2017 Brian C. Lane 27.11-1 - s390 doesn't need to graft product.img and updates.img into /images (#1496461) (bcl@redhat.com) - distribute the mk-s390-cdboot utility (dan@danny.cz)