release v56
This commit is contained in:
parent
b1c885f24a
commit
866ede7d28
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/ndctl-53.1.tar.gz
|
/ndctl-53.1.tar.gz
|
||||||
/ndctl-54.tar.gz
|
/ndctl-54.tar.gz
|
||||||
/ndctl-55.tar.gz
|
/ndctl-55.tar.gz
|
||||||
|
/ndctl-56.tar.gz
|
||||||
|
28
ndctl.spec
28
ndctl.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ndctl
|
Name: ndctl
|
||||||
Version: 55
|
Version: 56
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -38,6 +38,18 @@ Requires: ndctl-libs%{?_isa} = %{version}-%{release}
|
|||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
%package -n daxctl
|
||||||
|
Summary: Manage Device-DAX instances
|
||||||
|
License: GPLv2
|
||||||
|
Group: System Environment/Base
|
||||||
|
Requires: daxctl-libs%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n daxctl
|
||||||
|
The daxctl utility provides enumeration and provisioning commands for
|
||||||
|
the Linux kernel Device-DAX facility. This facility enables DAX mappings
|
||||||
|
of performance / feature differentiated memory without need of a
|
||||||
|
filesystem.
|
||||||
|
|
||||||
%package -n daxctl-devel
|
%package -n daxctl-devel
|
||||||
Summary: Development files for libdaxctl
|
Summary: Development files for libdaxctl
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -76,7 +88,7 @@ control API for these devices.
|
|||||||
%setup -q ndctl-%{version}
|
%setup -q ndctl-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo "55" > version
|
echo "56" > 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}
|
||||||
@ -101,9 +113,14 @@ make check
|
|||||||
%files
|
%files
|
||||||
%license util/COPYING licenses/BSD-MIT licenses/CC0
|
%license util/COPYING licenses/BSD-MIT licenses/CC0
|
||||||
%{_bindir}/ndctl
|
%{_bindir}/ndctl
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/ndctl*
|
||||||
%{bashcompdir}/
|
%{bashcompdir}/
|
||||||
|
|
||||||
|
%files -n daxctl
|
||||||
|
%license util/COPYING licenses/BSD-MIT licenses/CC0
|
||||||
|
%{_bindir}/daxctl
|
||||||
|
%{_mandir}/man1/daxctl*
|
||||||
|
|
||||||
%files -n ndctl-libs
|
%files -n ndctl-libs
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%license COPYING licenses/BSD-MIT licenses/CC0
|
%license COPYING licenses/BSD-MIT licenses/CC0
|
||||||
@ -128,6 +145,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 10 2017 Dan Williams <dan.j.williams@intel.com> - 56-1
|
||||||
|
- Release v56
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 55-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 55-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user