Drop INSTALL from docs, escape percents in %changelog.
This commit is contained in:
parent
c0d0f37e77
commit
47af91379f
19
lvm2.spec
19
lvm2.spec
@ -37,7 +37,7 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.104
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -144,7 +144,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.LIB INSTALL README VERSION WHATS_NEW
|
||||
%doc COPYING COPYING.LIB README VERSION WHATS_NEW
|
||||
%doc doc/lvm_fault_handling.txt
|
||||
%{_sbindir}/blkdeactivate
|
||||
%{_sbindir}/fsadm
|
||||
@ -462,7 +462,7 @@ for the kernel device-mapper.
|
||||
|
||||
%files -n device-mapper
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING COPYING.LIB WHATS_NEW_DM VERSION_DM README INSTALL
|
||||
%doc COPYING COPYING.LIB WHATS_NEW_DM VERSION_DM README
|
||||
%attr(755,root,root) %{_sbindir}/dmsetup
|
||||
%{_mandir}/man8/dmsetup.8.gz
|
||||
%doc udev/12-dm-permissions.rules
|
||||
@ -579,6 +579,9 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jan 16 2014 Ville Skyttä <ville.skytta@iki.fi> - 2.02.104-4
|
||||
- Drop INSTALL from docs, escape percents in %%changelog.
|
||||
|
||||
* Fri Dec 13 2013 Peter Rajnoha <prajnoha@redhat.com> - 2.02.104-3
|
||||
- Change lvm2-python-libs to require lvm2, not just lvm2-libs.
|
||||
|
||||
@ -808,7 +811,7 @@ the device-mapper event library.
|
||||
- Report blank origin_size field if the LV doesn't have an origin instead of 0.
|
||||
- Report partial and in-sync RAID attribute based on kernel status
|
||||
- Log output also to syslog when abort_on_internal_error is set.
|
||||
- Change lvs heading Copy% to Cpy%Sync and print RAID4/5/6 sync% there too.
|
||||
- Change lvs heading Copy%% to Cpy%%Sync and print RAID4/5/6 sync%% there too.
|
||||
- Report error for nonexisting devices in dmeventd communication.
|
||||
- Reduce some log_error messages to log_warn where we don't fail.
|
||||
- o Configuration:
|
||||
@ -857,7 +860,7 @@ the device-mapper event library.
|
||||
- Also filter partitions on mpath components if multipath_component_detection=1.
|
||||
- Do not use persistent filter with lvmetad.
|
||||
- Move syslog code out of signal handle in dmeventd.
|
||||
- Fix lvresize --use-policies of VALID but 100% full snapshot.
|
||||
- Fix lvresize --use-policies of VALID but 100%% full snapshot.
|
||||
- Skip monitoring of snapshots that are already bigger then origin.
|
||||
- Refuse to init a snapshot merge in lvconvert if there's no kernel support.
|
||||
- Fix alignment of PV data area if detected alignment less than 1 MB (2.02.74).
|
||||
@ -904,7 +907,7 @@ the device-mapper event library.
|
||||
- o Other:
|
||||
- Use local activation for clearing snapshot COW device.
|
||||
- Add configure --with-default-profile-subdir to select dir to keep profiles in.
|
||||
- Creation of snapshot takes at most 100% origin coverage.
|
||||
- Creation of snapshot takes at most 100%% origin coverage.
|
||||
- Use LC_ALL to set locale in daemons and fsadm instead of lower priority LANG.
|
||||
- Optimize out setting the same value of read_ahead.
|
||||
- Automatically deactivate failed preloaded dm tree node.
|
||||
@ -1145,7 +1148,7 @@ the device-mapper event library.
|
||||
- Update man pages to give them all the same look&feel.
|
||||
- Fix lvresize of thin pool for striped devices.
|
||||
- For lvresize round upward when specifying number of extents.
|
||||
- For lvcreate with %FREE support rounding downward stripe alignment.
|
||||
- For lvcreate with %%FREE support rounding downward stripe alignment.
|
||||
- Change message severity to log_very_verbose for missing dev info in udev db.
|
||||
- Fix lvconvert when specifying removal of a RAID device other than last one.
|
||||
- Fix ability to handle failures in mirrored log in dmeventd plugin. (2.02.89)
|
||||
@ -1263,7 +1266,7 @@ the device-mapper event library.
|
||||
- Do not print warning for pv_min_size between 512KB and 2MB.
|
||||
- Clean up systemd unit ordering and requirements.
|
||||
- Allow ALLOC_NORMAL to track reserved extents for log and data on same PV.
|
||||
- Fix data% report for thin volume used as origin for non-thin snapshot.
|
||||
- Fix data%% report for thin volume used as origin for non-thin snapshot.
|
||||
|
||||
* Thu Jan 26 2012 Alasdair Kergon <agk@redhat.com> - 2.02.89-2
|
||||
- New upstream release with experimental support for thinly-provisioned devices.
|
||||
|
Loading…
Reference in New Issue
Block a user