Rebuild with changelog fixed up
The previous build contained some udesired removal of changelog. This puts all the pieces back.
This commit is contained in:
parent
8277b5df80
commit
f865036b6a
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A library for low-level manipulation with block devices
|
Summary: A library for low-level manipulation with block devices
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/rhinstaller/libblockdev
|
URL: https://github.com/rhinstaller/libblockdev
|
||||||
@ -600,6 +600,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
%files plugins-all
|
%files plugins-all
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.2-2
|
||||||
|
- Rebuild with changelog fixed up
|
||||||
|
|
||||||
* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.2-1
|
* Wed Jan 11 2017 Vratislav Podzimek <vpodzime@redhat.com> - 2.2-1
|
||||||
- Use the .in file as source when bumping version (vpodzime)
|
- Use the .in file as source when bumping version (vpodzime)
|
||||||
- Run pylint based on the python version and make it optional (vpodzime)
|
- Run pylint based on the python version and make it optional (vpodzime)
|
||||||
@ -623,6 +626,12 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
- Fix checking /proc/mdstat for resync action (vtrefny)
|
- Fix checking /proc/mdstat for resync action (vtrefny)
|
||||||
- Adapt the test config files to version 2.x (vpodzime)
|
- Adapt the test config files to version 2.x (vpodzime)
|
||||||
|
|
||||||
|
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.1-3
|
||||||
|
- Rebuild for Python 3.6
|
||||||
|
|
||||||
|
* Tue Nov 15 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.1-2
|
||||||
|
- Rebuild for a chain-build with storaged (vpodzime)
|
||||||
|
|
||||||
* Thu Nov 10 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.1-1
|
* Thu Nov 10 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.1-1
|
||||||
- Do not require an exclusive lock on the device to commit part stuff (vpodzime)
|
- Do not require an exclusive lock on the device to commit part stuff (vpodzime)
|
||||||
- Prevent failure if there are no btrfs subvolumes (vpodzime)
|
- Prevent failure if there are no btrfs subvolumes (vpodzime)
|
||||||
@ -639,6 +648,10 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
|
|||||||
* Wed Nov 2 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.0-1
|
* Wed Nov 2 2016 Vratislav Podzimek <vpodzime@redhat.com> - 2.0-1
|
||||||
- New major upstream release
|
- New major upstream release
|
||||||
|
|
||||||
|
* Wed Nov 9 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-8
|
||||||
|
- Revert "Prevent issues between libparted and udev" (vpodzime)
|
||||||
|
- Revert "Open the device file as RDWR when committing parts" (vpodzime)
|
||||||
|
|
||||||
* Thu Oct 27 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-7
|
* Thu Oct 27 2016 Vratislav Podzimek <vpodzime@redhat.com> - 1.9-7
|
||||||
- Open the device file as RDWR when committing parts (vpodzime)
|
- Open the device file as RDWR when committing parts (vpodzime)
|
||||||
- Handle mdadm --examine output during migration (adamw)
|
- Handle mdadm --examine output during migration (adamw)
|
||||||
|
Loading…
Reference in New Issue
Block a user