[scl-utils/f17] update to 20120613 - Requires: iso-codes for basic filesystem in build subpackage - add scl_require_

Jindrich Novy jnovy at fedoraproject.org
Sat Jun 16 05:50:06 UTC 2012


commit 45df0f0e3e9c17495c2bd88a022b6794cc5ff7c2
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Sat Jun 16 07:52:48 2012 +0200

    update to 20120613
    - Requires: iso-codes for basic filesystem in build subpackage
    - add scl_require_package() macro to depend on a particular package
      from the collection
    - fix filesystem file list
    - tighten runtime package dependency via scl_require()
    - fix _localstatedir to point to the correct path according to redhat-rpm-config
    - avoid doublefree corruption when reading commands from stdin
    - thanks to Bohuslav Kabrda for feature proposals/QA/fixes

 .gitignore            |    2 +-
 macros.scl            |   48 ------------------------------------------------
 macros.scl-filesystem |    2 +-
 scl-utils.spec        |   13 ++++++++++++-
 sources               |    2 +-
 5 files changed, 15 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e159b93..5735897 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 /scl
 /scl.o
 /scl.1
-/scl-utils-20120423.tar.gz
+/scl-utils-20120613.tar.gz
diff --git a/macros.scl-filesystem b/macros.scl-filesystem
index 758eded..3251e57 100644
--- a/macros.scl-filesystem
+++ b/macros.scl-filesystem
@@ -1,6 +1,6 @@
 %scl_files %{expand:
 %dir %attr(555,root,root) %{_scl_root}
-%{_scl_scripts}
+%dir %attr(555,root,root) %{_scl_scripts}
 %{_scl_scripts}/enable
 %{_root_sysconfdir}/scl/prefixes/%scl
 %{_scl_root}/bin
diff --git a/scl-utils.spec b/scl-utils.spec
index 95c5be2..2a23d43 100644
--- a/scl-utils.spec
+++ b/scl-utils.spec
@@ -1,6 +1,6 @@
 Summary:	Utilities for alternative packaging
 Name:		scl-utils
-Version:	20120423
+Version:	20120613
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/File
@@ -15,6 +15,7 @@ Run-time utility for alternative packaging.
 %package build
 Summary:	RPM build macros for alternative packaging
 Group:		Applications/File
+Requires:	iso-codes
 
 %description build
 Essential RPM build macros for alternative packaging.
@@ -51,6 +52,16 @@ rm -rf %buildroot
 %{_sysconfdir}/rpm/macros.scl
 
 %changelog
+* Sat Jun 16 2012 Jindrich Novy <jnovy at redhat.com> 20120613-1
+- Requires: iso-codes for basic filesystem in build subpackage
+- add scl_require_package() macro to depend on a particular package
+  from the collection
+- fix filesystem file list
+- tighten runtime package dependency via scl_require()
+- fix _localstatedir to point to the correct path according to redhat-rpm-config
+- avoid doublefree corruption when reading commands from stdin
+- thanks to Bohuslav Kabrda for feature proposals/QA/fixes
+
 * Wed Apr 25 2012 Jindrich Novy <jnovy at redhat.com> 20120423-1
 - keep filesystem macros out of the main sources as
   it is distro-dependent
diff --git a/sources b/sources
index 447baa7..1c690eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e0eb37281bac29b4c6ce3bb7876f8e2  scl-utils-20120423.tar.gz
+c21ef8094140752052f83d90d176a0b5  scl-utils-20120613.tar.gz


More information about the scm-commits mailing list