- Split configure options to have one per line

- Split configure options to have one per line
- Split configure options to have one per line

OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=174
This commit is contained in:
Tomáš Chvátal 2017-04-10 10:41:54 +00:00 committed by Git OBS Bridge
parent cc9b493fe9
commit a6cb4fc87d
6 changed files with 18 additions and 21 deletions

View File

@ -1,11 +1,8 @@
-------------------------------------------------------------------
Mon Apr 10 10:39:41 UTC 2017 - tchvatal@suse.com
Mon Apr 10 10:41:02 UTC 2017 - tchvatal@suse.com
- Split configure options to have one per line
- Pass over with spec-cleaner
-------------------------------------------------------------------
Mon Apr 10 10:36:41 UTC 2017 - tchvatal@suse.com
- Add the dlm_version and sandlock_version to common defs, to be
used later on

View File

@ -150,8 +150,10 @@ extra_opts=""
export PATH=$PATH:/sbin:%{_prefix}/sbin
sed -ie "s/%{device_mapper_version}/1.03.01/g" VERSION_DM
%configure \
--enable-dmeventd --enable-cmdlib \
--enable-udev_rules --enable-udev_sync \
--enable-dmeventd \
--enable-cmdlib \
--enable-udev_rules \
--enable-udev_sync \
--with-udev-prefix="%{_prefix}/" \
--enable-selinux \
--enable-pkgconfig \

View File

@ -1,11 +1,8 @@
-------------------------------------------------------------------
Mon Apr 10 10:39:41 UTC 2017 - tchvatal@suse.com
Mon Apr 10 10:41:02 UTC 2017 - tchvatal@suse.com
- Split configure options to have one per line
- Pass over with spec-cleaner
-------------------------------------------------------------------
Mon Apr 10 10:36:41 UTC 2017 - tchvatal@suse.com
- Add the dlm_version and sandlock_version to common defs, to be
used later on

View File

@ -157,8 +157,10 @@ extra_opts="
export PATH=$PATH:/sbin:%{_prefix}/sbin
sed -ie "s/%{device_mapper_version}/1.03.01/g" VERSION_DM
%configure \
--enable-dmeventd --enable-cmdlib \
--enable-udev_rules --enable-udev_sync \
--enable-dmeventd \
--enable-cmdlib \
--enable-udev_rules \
--enable-udev_sync \
--with-udev-prefix="%{_prefix}/" \
--enable-selinux \
--enable-pkgconfig \

View File

@ -1,11 +1,8 @@
-------------------------------------------------------------------
Mon Apr 10 10:39:41 UTC 2017 - tchvatal@suse.com
Mon Apr 10 10:41:02 UTC 2017 - tchvatal@suse.com
- Split configure options to have one per line
- Pass over with spec-cleaner
-------------------------------------------------------------------
Mon Apr 10 10:36:41 UTC 2017 - tchvatal@suse.com
- Add the dlm_version and sandlock_version to common defs, to be
used later on

View File

@ -165,8 +165,10 @@ extra_opts="
export PATH=$PATH:/sbin:%{_prefix}/sbin
sed -ie "s/%{device_mapper_version}/1.03.01/g" VERSION_DM
%configure \
--enable-dmeventd --enable-cmdlib \
--enable-udev_rules --enable-udev_sync \
--enable-dmeventd \
--enable-cmdlib \
--enable-udev_rules \
--enable-udev_sync \
--with-udev-prefix="%{_prefix}/" \
--enable-selinux \
--enable-pkgconfig \