diff --git a/.gitignore b/.gitignore index a350e7e..531278f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /libblockdev-0.6.tar.gz /libblockdev-0.7.tar.gz /libblockdev-0.8.tar.gz +/libblockdev-0.9.tar.gz diff --git a/libblockdev.spec b/libblockdev.spec index af61dff..a1d7b81 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -1,5 +1,5 @@ Name: libblockdev -Version: 0.8 +Version: 0.9 Release: 1%{?dist} Summary: A library for low-level manipulation with block devices License: LGPLv2+ @@ -364,6 +364,18 @@ CFLAGS="%{optflags}" make PREFIX=%{buildroot} SITEDIRS=%{buildroot}%{python2_sit %files plugins-all %changelog +* Tue Apr 07 2015 Vratislav Podzimek - 0.9-1 +- Merge pull request #7 from vpodzime/master-fw_raid_fixes (vpodzime) +- Try a bit harder when trying to determine MD RAID name (#1207317) (vpodzime) +- Don't be naïve about mdadm --detail telling us what we want (#1207317) (vpodzime) +- Ignore libblockdev tarballs (vpodzime) +- Implement a test of btrfs_list_subvolumes on data from bug report (vpodzime) +- Implement a context manager for running tests with fake utils (vpodzime) +- Do not try to cannonicalize MD UUIDs if we didn't get them (#1207317) (vpodzime) +- Fix the table in roadmap.rst (vpodzime) +- Enrich the roadmap.rst file and add info about new plans (vpodzime) +- Sync spec file with downstream (vpodzime) + * Fri Mar 27 2015 Vratislav Podzimek - 0.8-1 - Merge pull request #6 from vpodzime/master-sort_btrfs_subvolumes (vpodzime) - Don't be naïve about mdadm providing us data we would like (#1206394) (vpodzime) diff --git a/sources b/sources index 9d28f57..c9df67e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7953b8fd2faf6086990f95760ab4a785 libblockdev-0.8.tar.gz +d42512082c02ac2b04f7a85804f60fc6 libblockdev-0.9.tar.gz