From ef10a0f6f19abc98d242f3aad3fb0d2c7bb2650e Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Mon, 27 Jan 2014 12:50:39 +0100 Subject: [PATCH] Minor updates and cleanup in macros - don't exclude provides from SCLs (#1056183) - don't generate scl-package(%scl) in macros.scl, it's already handled in dependency generator - add automatic Requires: %scl_runtime to every SCL package (#1054711) --- .gitignore | 1 + scl-utils.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ae56701..e4eb21c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /scl-utils-20131016.tar.gz /scl-utils-20131017.tar.gz /scl-utils-20140108.tar.gz +/scl-utils-20140127.tar.gz diff --git a/scl-utils.spec b/scl-utils.spec index 85c3f29..6a7d938 100644 --- a/scl-utils.spec +++ b/scl-utils.spec @@ -1,6 +1,6 @@ Summary: Utilities for alternative packaging Name: scl-utils -Version: 20140108 +Version: 20140127 Release: 1%{?dist} License: GPLv2+ Group: Applications/File @@ -70,6 +70,12 @@ rm -rf %buildroot %{_rpmconfigdir}/brp-scl-python-bytecompile %changelog +* Mon Jan 27 2014 Jan Zeleny - 20140127-1 +- don't exclude provides from SCLs (#1056183) +- don't generate scl-package(%scl) in macros.scl, it's already + handled in dependency generator +- add automatic Requires: %scl_runtime to every SCL package (#1054711) + * Wed Jan 08 2014 Jan Zeleny - 20140108-1 - split _scl_prefix macro in two parts: scl_basedir and scl_vendor (#985233) - check if temp file is created (#1032666) diff --git a/sources b/sources index 813640e..8a7d419 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b68961a83838ed8bd13a88c23ab18254 scl-utils-20140108.tar.gz +f9e0ed5d3a2bfe98432e88bcfea3947d scl-utils-20140127.tar.gz