add explicit lib version dependencies
This commit is contained in:
parent
2e8bba2817
commit
cac0865e97
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/v52.tar.gz
|
/v52.tar.gz
|
||||||
/ndctl-53.tar.gz
|
/ndctl-53.tar.gz
|
||||||
/ndctl-53.1.tar.gz
|
/ndctl-53.1.tar.gz
|
||||||
|
/ndctl-54.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: ndctl
|
Name: ndctl
|
||||||
Version: 53.1
|
Version: 54
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -7,6 +7,8 @@ Group: System Environment/Base
|
|||||||
Url: https://github.com/pmem/ndctl
|
Url: https://github.com/pmem/ndctl
|
||||||
Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/pmem/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
Requires: ndctl-libs%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: daxctl-libs%{?_isa} = %{version}-%{release}
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
@ -74,7 +76,7 @@ control API for these devices.
|
|||||||
%setup -q ndctl-%{version}
|
%setup -q ndctl-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo "53.1" > version
|
echo "54" > version
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure --disable-static --enable-local --disable-silent-rules
|
%configure --disable-static --enable-local --disable-silent-rules
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -126,6 +128,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 05 2016 Dan Williams <dan.j.williams@intel.com> - 54-1
|
||||||
|
- add explicit lib version dependencies
|
||||||
|
|
||||||
* Sat May 28 2016 Dan Williams <dan.j.williams@intel.com> - 53.1-1
|
* Sat May 28 2016 Dan Williams <dan.j.williams@intel.com> - 53.1-1
|
||||||
- Fix up tag format vs source url confusion
|
- Fix up tag format vs source url confusion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user