From b6e295a343ddb78a9b4e5ac17ec823ff87e3ab75 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Nov 05 2018 03:10:23 +0000 Subject: Add changelog entry for "Unify the source macros" --- diff --git a/linux-system-roles.spec b/linux-system-roles.spec index 30a4871..6d6c922 100644 --- a/linux-system-roles.spec +++ b/linux-system-roles.spec @@ -15,7 +15,7 @@ License: GPLv3+ and MIT and BSD %global roleprefix %{name}. # For each role, call either decommit() or deftag(). The other macros -# (%id and %shortid) can be then used in the same way in both cases. +# (%%id and %%shortid) can be then used in the same way in both cases. # This way the rest of the spec file des not need to know whether we are # dealing with a tag or a commit. %define defcommit() %{expand:%%global id%{1} %{2} @@ -240,6 +240,7 @@ rmdir $RPM_BUILD_ROOT%{_datadir}/ansible/roles/%{roleprefix}network/examples - Update to latest versions of selinux, kdump and timesync. - Update to the latest revision of postfix, fixes README markup - Add Obsoletes for the -techpreview subpackage introduced mistakenly in 1.0-1 +- spec file improvement: Unify the source macros with deftag() and defcommit() * Tue Oct 23 2018 Till Maas - 1.0-6 - Update Network system role to latest commit to include Fedora 29 fixes