[python-blivet] - Include tmpfs mounts in post-install kickstart (#1061063) (mkolman) - Count with the extra metadat
by Brian C. Lane
commit 5fae59ceec5c0e1b2029ab2dece83adba42c2775
Author: Brian C. Lane <bcl(a)redhat.com>
Date: Fri Feb 28 17:07:50 2014 -0800
- Include tmpfs mounts in post-install kickstart (#1061063) (mkolman)
- Count with the extra metadata extents for RAID consistently (#1065737)
(vpodzime)
- Make partitioning error message more friendly (#1020388) (amulhern)
- Fix partition handling across multiple processActions calls. (#1065522)
(dlehman)
- Let the udev queue settle before populating the devicetree. (#1049772)
(dlehman)
- Don't activate or deactivate devices from the action classes. (#1064898)
(dlehman)
- Improve handling of parted.DiskLabelCommitError slightly. (dlehman)
- Make teardownAll work regardless of flags. (dlehman)
- Fix maxSize test when setting device target size. (dlehman)
- Size.convertTo should return a Decimal. (dlehman)
- Don't use float for anything. (dlehman)
- Fix type of block count in PartitionDevice._wipe. (dlehman)
- Fix handling of size argument to devicelibs.lvm.thinlvcreate. (#1062223)
(dlehman)
- return empty set when no matching fcoe nic (#1067159) (bcl)
- Return str from Size.humanReadable (#1066721) (dshea)
- Add a coverage test target (#1064895) (amulhern)
- Filesystem labeling tests will not run without utilities (#1065422)
(amulhern)
- Rename misc_test.py to something more descriptive (#1065422) (amulhern)
- Refactor labeling tests (#1065422) (amulhern)
- Move SwapSpace tests into a separate class (#1065422) (amulhern)
.gitignore | 1 +
python-blivet.spec | 30 +++++++++++++++++++++++++++++-
sources | 2 +-
3 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82d68c4..31fdea1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@
/blivet-0.40.tar.gz
/blivet-0.41.tar.gz
/blivet-0.42.tar.gz
+/blivet-0.43.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 2a89cc8..6ab827d 100644
--- a/python-blivet.spec
+++ b/python-blivet.spec
@@ -1,7 +1,7 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet
-Version: 0.42
+Version: 0.43
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -62,6 +62,34 @@ make DESTDIR=%{buildroot} install
%{python_sitelib}/*
%changelog
+* Fri Feb 28 2014 Brian C. Lane <bcl(a)redhat.com> - 0.43-1
+- Include tmpfs mounts in post-install kickstart (#1061063) (mkolman)
+- Count with the extra metadata extents for RAID consistently (#1065737)
+ (vpodzime)
+- Make partitioning error message more friendly (#1020388) (amulhern)
+- Fix partition handling across multiple processActions calls. (#1065522)
+ (dlehman)
+- Let the udev queue settle before populating the devicetree. (#1049772)
+ (dlehman)
+- Don't activate or deactivate devices from the action classes. (#1064898)
+ (dlehman)
+- Improve handling of parted.DiskLabelCommitError slightly. (dlehman)
+- Make teardownAll work regardless of flags. (dlehman)
+- Fix maxSize test when setting device target size. (dlehman)
+- Size.convertTo should return a Decimal. (dlehman)
+- Don't use float for anything. (dlehman)
+- Fix type of block count in PartitionDevice._wipe. (dlehman)
+- Fix handling of size argument to devicelibs.lvm.thinlvcreate. (#1062223)
+ (dlehman)
+- return empty set when no matching fcoe nic (#1067159) (bcl)
+- Return str from Size.humanReadable (#1066721) (dshea)
+- Add a coverage test target (#1064895) (amulhern)
+- Filesystem labeling tests will not run without utilities (#1065422)
+ (amulhern)
+- Rename misc_test.py to something more descriptive (#1065422) (amulhern)
+- Refactor labeling tests (#1065422) (amulhern)
+- Move SwapSpace tests into a separate class (#1065422) (amulhern)
+
* Tue Feb 18 2014 Brian C. Lane <bcl(a)redhat.com> - 0.42-1
- Wait for udev to create device node for new md arrays. (#1036014) (dlehman)
- Fix detection of thin pool with non-standard segment types. (#1022810)
diff --git a/sources b/sources
index 3fe5eec..83a4449 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25e7f57d25e12db4f04e10a6ca66b3a6 blivet-0.42.tar.gz
+e359e1622e3d0891387ff0246d94e43b blivet-0.43.tar.gz
8Â years, 11Â months
[lorax] - Use string for releasever not int (#1067746) (bcl@redhat.com) - createrepo is needed by driver dis
by Brian C. Lane
commit 897f05e62addb5a976645fe86aa472d79e1e4dd8
Author: Brian C. Lane <bcl(a)redhat.com>
Date: Fri Feb 28 16:49:06 2014 -0800
- Use string for releasever not int (#1067746) (bcl(a)redhat.com)
- createrepo is needed by driver disks (#1016004) (bcl(a)redhat.com)
- Improve aarch64 UEFI support (#1067671) (dmarlin(a)redhat.com)
- livemedia-creator: Set the product and release version env variables
(#1067746) (bcl(a)redhat.com)
- Check initrd size on ppc64 and warn (#1060691) (bcl(a)redhat.com)
- Remove drivers and modules on ppc64 (#1060691) (bcl(a)redhat.com)
.gitignore | 1 +
lorax.spec | 11 ++++++++++-
sources | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f1bc05..6d44af9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
/lorax-21.2.tar.gz
/lorax-21.3.tar.gz
/lorax-21.4.tar.gz
+/lorax-21.5.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 68dac64..eb6b6a3 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
-Version: 21.4
+Version: 21.5
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@@ -92,6 +92,15 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
+* Fri Feb 28 2014 Brian C. Lane <bcl(a)redhat.com> 21.5-1
+- Use string for releasever not int (#1067746) (bcl(a)redhat.com)
+- createrepo is needed by driver disks (#1016004) (bcl(a)redhat.com)
+- Improve aarch64 UEFI support (#1067671) (dmarlin(a)redhat.com)
+- livemedia-creator: Set the product and release version env variables
+ (#1067746) (bcl(a)redhat.com)
+- Check initrd size on ppc64 and warn (#1060691) (bcl(a)redhat.com)
+- Remove drivers and modules on ppc64 (#1060691) (bcl(a)redhat.com)
+
* Mon Feb 10 2014 Brian C. Lane <bcl(a)redhat.com> 21.4-1
- livemedia-creator: virt-image needs ram in MiB not KiB (#1061773)
(bcl(a)redhat.com)
diff --git a/sources b/sources
index f83d103..95a3c39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f8b8438c5c2f077cc1180bca080b481 lorax-21.4.tar.gz
+2ae33d77bb9967b0548291a9e7eb1159 lorax-21.5.tar.gz
8Â years, 11Â months
[python-astroid/f19] - Upstream v1.0.1 Drop patch included in upstream - Add patch to fix gobject introspection of ille
by Brian C. Lane
commit 8780d83d6d261789ed1652c86757f4dad024d9e6
Author: Brian C. Lane <bcl(a)redhat.com>
Date: Thu Feb 27 09:33:08 2014 -0800
- Upstream v1.0.1
Drop patch included in upstream
- Add patch to fix gobject introspection of illegal symbol names (dshea)
.gitignore | 1 +
...-illegal-symbols-in-gobject-introspection.patch | 50 ++++++++++++++++++++
...n-namedtuple-inference-we-should-add-an-a.patch | 28 -----------
python-astroid.spec | 27 +++++++----
sources | 2 +-
5 files changed, 69 insertions(+), 39 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f767b7c..f47b7e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/astroid-version-1.0.0.tar.bz2
+/astroid-version-1.0.1.tar.bz2
diff --git a/0001-Ignore-illegal-symbols-in-gobject-introspection.patch b/0001-Ignore-illegal-symbols-in-gobject-introspection.patch
new file mode 100644
index 0000000..0098b5f
--- /dev/null
+++ b/0001-Ignore-illegal-symbols-in-gobject-introspection.patch
@@ -0,0 +1,50 @@
+From 24116cfe98d40c51cbbf24059460b9910064c93e Mon Sep 17 00:00:00 2001
+From: David Shea <dshea(a)redhat.com>
+Date: Fri, 28 Feb 2014 12:00:52 -0800
+Subject: [PATCH] Ignore illegal symbols in gobject introspection
+
+See upstream bug:
+
+https://bitbucket.org/logilab/astroid/issue/19/syntaxerror-when-examining-gi-modules
+
+gobject introspection can result in symbols that are not valid in
+python. Ignore them.
+---
+ brain/py2gi.py | 7 +++++++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/brain/py2gi.py b/brain/py2gi.py
+index 5001b7c..b001625 100644
+--- a/brain/py2gi.py
++++ b/brain/py2gi.py
+@@ -5,6 +5,7 @@ Helps with understanding everything imported from 'gi.repository'
+
+ import inspect
+ import sys
++import re
+
+ from astroid import MANAGER, AstroidBuildingException
+ from astroid.builder import AstroidBuilder
+@@ -12,6 +13,7 @@ from astroid.builder import AstroidBuilder
+
+ _inspected_modules = {}
+
++_identifier_re = r'^[A-Za-z_]\w*$'
+
+ def _gi_build_stub(parent):
+ """
+@@ -26,6 +28,11 @@ def _gi_build_stub(parent):
+ if not name or name.startswith("__"):
+ # GLib.IConv has a parameter named "" :/
+ continue
++
++ # Check if this is a valid name in python
++ if not re.match(_identifier_re, name):
++ continue
++
+ try:
+ obj = getattr(parent, name)
+ except:
+--
+1.8.5.3
+
diff --git a/python-astroid.spec b/python-astroid.spec
index 90a940b..887fb35 100644
--- a/python-astroid.spec
+++ b/python-astroid.spec
@@ -5,30 +5,30 @@
%endif
# This needs to be pulled from the source tarball
-%global commit 1d6914a1a1a0
+%global commit f67f24131b3a
Name: python-astroid
-Version: 1.0.0
-Release: 5%{?dist}
+Version: 1.0.1
+Release: 1%{?dist}
Summary: Python Abstract Syntax Tree New Generation
Group: Development/Languages
License: GPLv2+
URL: http://www.astroid.org
Source0: https://bitbucket.org/logilab/astroid/get/astroid-version-%{version}.tar.bz2
-Patch0: 0001-fix-error-in-namedtuple-inference-we-should-add-an-a.patch
+Patch0: 0001-Ignore-illegal-symbols-in-gobject-introspection.patch
Provides: python-astroid = %{version}-%{release}
Obsoletes: python-logilab-astng <= 0.24.1-3
BuildArch: noarch
-BuildRequires: python-devel python-setuptools
-BuildRequires: python-logilab-common >= 0.60.0
-Requires: python-logilab-common >= 0.60.0
+BuildRequires: python-devel python-setuptools python-tools
+BuildRequires: python-logilab-common >= 0.61.0
+Requires: python-logilab-common >= 0.61.0
%if 0%{?with_python3}
-BuildRequires: python3-devel python3-setuptools
-BuildRequires: python3-logilab-common >= 0.60.0
+BuildRequires: python3-devel python3-setuptools python3-tools
+BuildRequires: python3-logilab-common >= 0.61.0
%endif # if with_python3
%description
@@ -41,7 +41,7 @@ python module with some additional methods and attributes.
%package -n python3-astroid
Summary: Python Abstract Syntax Tree New Generation
Group: Development/Languages
-Requires: python3-logilab-common >= 0.60.0
+Requires: python3-logilab-common >= 0.61.0
%description -n python3-astroid
The aim of this module is to provide a common base representation of
@@ -115,6 +115,13 @@ popd
%endif # with_python3
%changelog
+* Fri Feb 28 2014 Brian C. Lane <bcl(a)redhat.com> 1.0.1-1
+- Add patch to fix gobject introspection of illegal symbol names (dshea)
+
+* Thu Feb 27 2014 Brian C. Lane <bcl(a)redhat.com> 1.0.1-1
+- Upstream v1.0.1
+ Drop patch included in upstream
+
* Tue Sep 17 2013 Brian C. Lane <bcl(a)redhat.com> 1.0.0-5
- Switch to versioned obsolete. (#996780)
diff --git a/sources b/sources
index b19dbc8..729f108 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7aeaf5b02af4526e577ba5787243445 astroid-version-1.0.0.tar.bz2
+556daeab0e496795ae791992cc373ca0 astroid-version-1.0.1.tar.bz2
8Â years, 11Â months
[eclipse-m2e-core: 10/10] Upload new sources
by Gerard Ryan
commit c098c0103514f25e35b5c1b59ede524a7b6e3c39
Author: Gerard Ryan <gerard(a)ryan.lt>
Date: Sat Mar 1 00:14:31 2014 +0000
Upload new sources
sources | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sources b/sources
index 503e370..c7fb3e8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-490586f2526a4795961bfbf1d7c74caf 1.4.0.20130601-0317.tar.bz2
+73027f22cfbe8813c8616b3aa3c75a34 m2e-core-8f1095d2e358ddda2002431f1e535d57451cad84.tar.bz2
8Â years, 11Â months
[eclipse-m2e-core] (10 commits) ...Upload new sources
by Gerard Ryan
Summary of changes:
dcee71d... Some basic info for 1.5.0-SNAPSHOT update (*)
5e2a9d9... Rebase patches for 1.5.x (*)
d92b1e7... Add new patches for aether & maven-indexer API changes (*)
635aea5... Organise patch sections in spec file (*)
c7bf42d... Remove pom macros for aether namespace change (*)
c35dd87... Fix modification to MANIFEST file (*)
3d396fb... Add/remove some sedding (*)
15a598f... Change maven.local.repo to maven.repo.local (*)
a9fe87c... Update commit to build from (*)
c098c01... Upload new sources
(*) This commit already existed in another branch; no separate mail sent
8Â years, 11Â months