[python-py9p/el6: 2/2] 1.0.2-1: authfs fixes

Peter V. Saveliev psavelye at fedoraproject.org
Fri Oct 19 23:09:00 UTC 2012


commit 627e5701fed891912c404643c211844ec8ab6309
Author: Peter V. Saveliev <peet at redhat.com>
Date:   Sat Oct 20 01:07:49 2012 +0200

    1.0.2-1: authfs fixes

 .gitignore       |    1 +
 python-py9p.spec |    6 +++++-
 sources          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 512c655..e1752c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /py9p-1.0.1.tar.gz
+/py9p-1.0.2.tar.gz
diff --git a/python-py9p.spec b/python-py9p.spec
index 4cac316..03af7ad 100644
--- a/python-py9p.spec
+++ b/python-py9p.spec
@@ -1,5 +1,5 @@
 Name: python-py9p
-Version: 1.0.1
+Version: 1.0.2
 Release: 1%{?dist}
 Summary: Pure Python implementation of 9P protocol (Plan9)
 License: MIT
@@ -32,5 +32,9 @@ into python-pyvfs.
 %{python_sitelib}/py9p*
 
 %changelog
+* Fri Oct 19 2012 Peter V. Saveliev <peet at redhat.com> 1.0.2-1
+- support AES-encrypted keys
+- authfs fixed
+
 * Fri Oct 12 2012 Peter V. Saveliev <peet at redhat.com> 1.0.1-1
 - Initial RH build
diff --git a/sources b/sources
index 35cc93b..64021ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a7eba2ec17caa42cd826baeb9325554  py9p-1.0.1.tar.gz
+45ffb18dccb1ef8271fc4f90c18e8389  py9p-1.0.2.tar.gz


More information about the scm-commits mailing list