[mock] - replace call to perl with native python edit function - change permissions of selinux plugin 'file

John Clark Williams jcwillia at fedoraproject.org
Thu Oct 14 22:00:33 UTC 2010


commit d52e2d7058fbdede7e614bb648ba7a291289d265
Author: Clark Williams <williams at redhat.com>
Date:   Thu Oct 14 17:00:24 2010 -0500

    - replace call to perl with native python edit function
    - change permissions of selinux plugin 'filesystems' file
    - from Ville Skyttä <ville.skytta at iki.fi>:
      - Find out completions for --*-plugin dynamically
      - Keep $COLUMNS in consolehelper environment for --help formatting
      - Document --scrub, --enable-plugin, and --disable-plugin
      - Fix option name in --enable-plugin/--disable-plugin error string
      - Add --scrub completion
      - Complete on *.spm (*.src.rpm are sometimes named like that e.g. in SUSE)
      - Fix buildsrpm() docstring
      - Error message improvements

 .gitignore |    1 +
 mock.spec  |   15 ++++++++++++++-
 sources    |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0bb8bd..32bc312 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ mock-1.1.2.tar.gz
 mock-1.1.3.tar.gz
 mock-1.1.4.tar.gz
 /mock-1.1.5.tar.gz
+/mock-1.1.6.tar.gz
diff --git a/mock.spec b/mock.spec
index 9cd2689..ac7e80d 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 1
 %define minor 1
-%define sub 5
+%define sub 6
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -102,6 +102,19 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Thu Oct 14 2010 Clark Williams <williams at redhat.com> - 1.1.6-1
+- replace call to perl with native python edit function
+- change permissions of selinux plugin 'filesystems' file
+- from Ville Skyttä <ville.skytta at iki.fi>:
+  - Find out completions for --*-plugin dynamically
+  - Keep $COLUMNS in consolehelper environment for --help formatting
+  - Document --scrub, --enable-plugin, and --disable-plugin
+  - Fix option name in --enable-plugin/--disable-plugin error string
+  - Add --scrub completion
+  - Complete on *.spm (*.src.rpm are sometimes named like that e.g. in SUSE)
+  - Fix buildsrpm() docstring
+  - Error message improvements
+
 * Fri Sep 17 2010 Clark Williams <williams at redhat.com> - 1.1.5-1
 - fix typo in exception.py
 - add cmpKernelEVR function to compare kernel versions (BZ# 526414)
diff --git a/sources b/sources
index 273f2f1..b5f8e59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5cd8c27f9cff48017d4a1f777d3b5548  mock-1.1.5.tar.gz
+8f0a1a5a0d720ac1c382ebdc18b82a3c  mock-1.1.6.tar.gz


More information about the scm-commits mailing list