diff --git a/.gitignore b/.gitignore index 93c5cf6..74dc83f 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ /blivet-2.0.2.tar.gz /blivet-2.0.3.tar.gz /blivet-2.1.0.tar.gz +/blivet-2.1.1.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 2f39056..7eec4b4 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: 2.1.0 +Version: 2.1.1 #%%define prerelease .b1 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 @@ -23,6 +23,7 @@ Source0: http://github.com/rhinstaller/blivet/archive/%{realname}-%{realversion} %define utillinuxver 2.15.1 %define libblockdevver 1.4 %define libbytesizever 0.3 +%define pyudevver 0.18 BuildArch: noarch BuildRequires: gettext @@ -38,7 +39,7 @@ Summary: A python3 package for examining and modifying storage configuration. Requires: python3 Requires: python3-six Requires: python3-kickstart -Requires: python3-pyudev +Requires: python3-pyudev >= %{pyudevver} Requires: parted >= %{partedver} Requires: python3-pyparted >= %{pypartedver} Requires: libselinux-python3 @@ -78,6 +79,25 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Tue Jun 07 2016 David Lehman - 2.1.1-1 +- Ignore all merge commits when making rpm log. (dlehman) +- Require pyudev 0.18 or newer (vtrefny) +- Do not use deprecated pyudev methods (vtrefny) +- Try harder to identify a partition's disk when necessary. (dlehman) +- Add some fallback methods for finding a partition's disk. (dlehman) +- Include devices on disklabels unsupported by parted in the devicetree. + (dlehman) +- Don't traceback if we fail to examine an md member. (dlehman) +- Disklabel commit errors can occur for disks, too. (dlehman) +- Add unit tests for device methods. (dlehman) +- ARM platforms: support both msdos and gpt partitions (pbrobinson) +- LUKS data moved to singleton (japokorn) +- Add the P_ keyword to xgettext. (dshea) +- Add xfs to default filesystem types (rmarshall) +- Fix blivet constructor fs support check (rmarshall) +- Do not put LVM stuff into syslog (vpodzime) +- Kickstart missing bootloader partitions (#1242666) (rmarshall) + * Thu May 12 2016 David Lehman - 2.1.0-1 - Add name of problematic device to UnusableConfigurationError (vtrefny) - LVM data are now global (japokorn) diff --git a/sources b/sources index af8f404..30cc54e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6c9df4fee8dc20d84e37ca04902783e5 blivet-2.1.0.tar.gz +8fe734a7d932910e09bd78e0c56f2eb0 blivet-2.1.1.tar.gz