[scl-utils/el6] - fix minor bugs (#788194) - clear temp files - handle commands from stdin properly - run comm

Jindrich Novy jnovy at fedoraproject.org
Mon Feb 13 10:01:39 UTC 2012


commit 81ad5230c860f33a6049e262e1d693bf508f876a
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Mon Feb 13 11:01:32 2012 +0100

    - fix minor bugs (#788194)
      - clear temp files
      - handle commands from stdin properly
      - run command even if ran as "scl enable SCL command" from already
        enabled SCL

 scl-utils.spec |   13 +++++++++----
 sources        |    2 +-
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/scl-utils.spec b/scl-utils.spec
index 1b9a367..6d8fdd1 100644
--- a/scl-utils.spec
+++ b/scl-utils.spec
@@ -1,12 +1,11 @@
 Summary:	Utilities for alternative packaging
 Name:		scl-utils
-Version:	20111214
+Version:	20120209
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/File
 URL:		http://jnovy.fedorapeople.org/scl-utils/
 Source0:	http://jnovy.fedorapeople.org/scl-utils/%{name}-%{version}.tar.gz
-Provides:	dsc-utils = %version
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -15,7 +14,6 @@ Run-time utility for alternative packaging.
 %package build
 Summary:	RPM build macros for alternative packaging
 Group:		Applications/File
-Provides:	dsc-utils-build = %version
 
 %description build
 Essential RPM build macros for alternative packaging.
@@ -46,9 +44,16 @@ rm -rf %buildroot
 
 %files build
 %defattr(-,root,root,-)
-%{_sysconfdir}/rpm/macros.dsc
+%{_sysconfdir}/rpm/macros.scl
 
 %changelog
+* Mon Feb 13 2012 Jindrich Novy <jnovy at redhat.com> 20120209-1
+- fix minor bugs (#788194)
+  - clear temp files
+  - handle commands from stdin properly
+  - run command even if ran as "scl enable SCL command" from already
+    enabled SCL
+
 * Wed Dec 14 2011 Jindrich Novy <jnovy at redhat.com> 20111214-1
 - initial review fixes (#767556)
 
diff --git a/sources b/sources
index 4f7f416..b9684c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7dbe39477d6ad5641ec1df73eeaa36e  scl-utils-20111214.tar.gz
+d52975ee97b0be67ffb8c014b68f9012  scl-utils-20120209.tar.gz


More information about the scm-commits mailing list