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)
This commit is contained in:
parent
847df3ab2f
commit
ef10a0f6f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/scl-utils-20131016.tar.gz
|
/scl-utils-20131016.tar.gz
|
||||||
/scl-utils-20131017.tar.gz
|
/scl-utils-20131017.tar.gz
|
||||||
/scl-utils-20140108.tar.gz
|
/scl-utils-20140108.tar.gz
|
||||||
|
/scl-utils-20140127.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Utilities for alternative packaging
|
Summary: Utilities for alternative packaging
|
||||||
Name: scl-utils
|
Name: scl-utils
|
||||||
Version: 20140108
|
Version: 20140127
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
@ -70,6 +70,12 @@ rm -rf %buildroot
|
|||||||
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 27 2014 Jan Zeleny <jzeleny@redhat.com> - 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 <jzeleny@redhat.com> - 20140108-1
|
* Wed Jan 08 2014 Jan Zeleny <jzeleny@redhat.com> - 20140108-1
|
||||||
- split _scl_prefix macro in two parts: scl_basedir and scl_vendor (#985233)
|
- split _scl_prefix macro in two parts: scl_basedir and scl_vendor (#985233)
|
||||||
- check if temp file is created (#1032666)
|
- check if temp file is created (#1032666)
|
||||||
|
Loading…
Reference in New Issue
Block a user