diff --git a/_constraints b/_constraints index edae9ae..47743c0 100644 --- a/_constraints +++ b/_constraints @@ -9,10 +9,10 @@ - 28 + 19950 - 11 + 8 diff --git a/ceph-test.changes b/ceph-test.changes index ec926b4..391bb03 100644 --- a/ceph-test.changes +++ b/ceph-test.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 27 19:34:06 UTC 2016 - dimstar@opensuse.org + +- Pass --disable-static to configure: Let's save the time and + resources by not building the static libraries instead of + deleting them in the install section again. +- Drop required disk limit for ceph to from 28GB 20GB. + ------------------------------------------------------------------- Sun Jul 24 19:49:16 UTC 2016 - ncutler@suse.com diff --git a/ceph-test.spec b/ceph-test.spec index c2407c4..cddaa75 100644 --- a/ceph-test.spec +++ b/ceph-test.spec @@ -257,6 +257,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'` --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir} \ --sysconfdir=%{_sysconfdir} \ + --disable-static \ %if 0%{?rhel} && ! 0%{?centos} --enable-subman \ %endif diff --git a/ceph.changes b/ceph.changes index ec926b4..391bb03 100644 --- a/ceph.changes +++ b/ceph.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 27 19:34:06 UTC 2016 - dimstar@opensuse.org + +- Pass --disable-static to configure: Let's save the time and + resources by not building the static libraries instead of + deleting them in the install section again. +- Drop required disk limit for ceph to from 28GB 20GB. + ------------------------------------------------------------------- Sun Jul 24 19:49:16 UTC 2016 - ncutler@suse.com diff --git a/ceph.spec b/ceph.spec index 9953d47..711dd9a 100644 --- a/ceph.spec +++ b/ceph.spec @@ -608,6 +608,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'` --libexecdir=%{_libexecdir} \ --localstatedir=%{_localstatedir} \ --sysconfdir=%{_sysconfdir} \ + --disable-static \ %if 0%{?rhel} && ! 0%{?centos} --enable-subman \ %endif