- BuildRequire modutils so build script detects modprobe and module
autoloading works again (boo#983221) - BuildRequire modutils so build script detects modprobe and module autoloading works again (boo#983221) - BuildRequire modutils so build script detects modprobe and module autoloading works again (boo#983221) OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=180
This commit is contained in:
parent
917229d6d3
commit
c42d9595ba
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 24 17:08:34 UTC 2017 - arvidjaar@gmail.com
|
||||||
|
|
||||||
|
- BuildRequire modutils so build script detects modprobe and module
|
||||||
|
autoloading works again (boo#983221)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 24 17:08:34 UTC 2017 - arvidjaar@gmail.com
|
||||||
|
|
||||||
|
- BuildRequire modutils so build script detects modprobe and module
|
||||||
|
autoloading works again (boo#983221)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 24 17:08:34 UTC 2017 - arvidjaar@gmail.com
|
||||||
|
|
||||||
|
- BuildRequire modutils so build script detects modprobe and module
|
||||||
|
autoloading works again (boo#983221)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
Tue Apr 18 11:07:01 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -37,6 +37,8 @@ Source42: ftp://sources.redhat.com/pub/lvm2/LVM2.%{version}.tgz.asc
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
# To detect modprobe during build
|
||||||
|
BuildRequires: modutils
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: thin-provisioning-tools >= %{thin_provisioning_version}
|
BuildRequires: thin-provisioning-tools >= %{thin_provisioning_version}
|
||||||
@ -45,6 +47,7 @@ BuildRequires: pkgconfig(libudev)
|
|||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
Requires: device-mapper >= %{device_mapper_version}
|
Requires: device-mapper >= %{device_mapper_version}
|
||||||
|
Requires: modutils
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(postun): coreutils
|
Requires(postun): coreutils
|
||||||
Provides: lvm = %{version}
|
Provides: lvm = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user