From aab9058717bb0df1dfe8ec0195fb1344ea11a91d Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 25 Jan 2022 13:23:46 +0100 Subject: [PATCH] Fix packaging - bogus date, file listed twice and missing release --- module-build.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module-build.spec b/module-build.spec index ec924bd..8f3e1e2 100644 --- a/module-build.spec +++ b/module-build.spec @@ -44,13 +44,12 @@ A library and a cli tool for building module streams. %doc README.md %license LICENSE %{python3_sitelib}/module_build -%{python3_sitelib}/module_build/builders/ %{python3_sitelib}/module_build-*.egg-info/ %{_bindir}/module-build %changelog -* Tue Jan 21 2022 Martin Čurlej - 0.1.0 +* Tue Feb 01 2022 Martin Čurlej - 0.1.0-1 - Added the ability to build stand-alone module streams (mcurlej@redhat.com) - Uses modular dependencies when building module streams (mcurlej@redhat.com) - Resuming of a failed module stream build on the component level (mcurlej@redhat.com)