summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2014-05-21 12:32:12 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2014-05-21 12:36:52 +0200
commit23f9c45a1bd610c455eb24a1264c07b27cd89fd2 (patch)
tree1cd938d048899a49731fd187458b083bb78c6ec6 /spec
parentc34c33d9ba69f1458932e468caa10846ebb4e970 (diff)
downloadlvm2-23f9c45a1bd610c455eb24a1264c07b27cd89fd2.tar.gz
profiles: remove default.profile and add {command,metadata}_profile_template.profile
The "default.profile" name was misleading. It's actually a helper *template* that can be used for copying and further editing to create a new profile. Also, we have separate command and metadata profiles now so the templates are separated as well - we can't mix profile settings from one group with another - such profile is rejected by lvm tools.
Diffstat (limited to 'spec')
-rw-r--r--spec/packages.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/packages.inc b/spec/packages.inc
index e70f6adec..48624302e 100644
--- a/spec/packages.inc
+++ b/spec/packages.inc
@@ -148,7 +148,8 @@ fi
%dir %{_sysconfdir}/lvm
%ghost %{_sysconfdir}/lvm/cache/.cache
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lvm/lvm.conf
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lvm/profile/default.profile
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lvm/profile/command_profile_template.profile
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lvm/profile/metadata_profile_template.profile
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lvm/profile/thin-performance.profile
%dir %{_sysconfdir}/lvm/backup
%dir %{_sysconfdir}/lvm/cache