commit ndctl for openSUSE:Factory
Hello community, here is the log from the commit of package ndctl for openSUSE:Factory checked in at 2016-04-30 23:31:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ndctl (Old) and /work/SRC/openSUSE:Factory/.ndctl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ndctl" Changes: -------- --- /work/SRC/openSUSE:Factory/ndctl/ndctl.changes 2016-04-05 10:43:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ndctl.new/ndctl.changes 2016-04-30 23:31:17.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Apr 27 11:47:49 UTC 2016 - jthumshirn@suse.com + +- NVDIMM is not defined for any CPU architecture other than x86_64 at the + moment. + +------------------------------------------------------------------- +Sun Apr 24 06:43:26 UTC 2016 - jengelh@inai.de + +- RPM group and description update + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ndctl.spec ++++++ --- /var/tmp/diff_new_pack.cmAjFN/_old 2016-04-30 23:31:18.000000000 +0200 +++ /var/tmp/diff_new_pack.cmAjFN/_new 2016-04-30 23:31:18.000000000 +0200 @@ -23,13 +23,14 @@ Name: ndctl Version: 52 -Release: 1%{?dist} +Release: 1 Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPL-2.0 Group: Hardware/Other Url: https://github.com/pmem/ndctl # Snapshot tarball can be created using: ./make-git-shapshot.sh [gitcommit] Source0: %{name}-%{version}.tar.gz +ExclusiveArch: x86_64 BuildRequires: asciidoc BuildRequires: autoconf @@ -43,30 +44,35 @@ BuildRequires: pkgconfig(uuid) %description -Utility library for managing the "libnvdimm" subsystem. The "libnvdimm" -subsystem defines a kernel device model and control message interface for -platform NVDIMM resources like those defined by the ACPI 6.0 NFIT (NVDIMM -Firmware Interface Table). - +Utility library for managing the "libnvdimm" subsystem, used for +platform NVDIMM resources like those defined by the ACPI 6.0 NFIT +(NVDIMM Firmware Interface Table). %package -n %dname Summary: Development files for libndctl License: LGPL-2.1+ -Group: Development/Libraries/Other -Requires: %{lname}%{?_isa} = %{version}-%{release} +Group: Development/Libraries/C and C++ +Requires: %lname = %version-%release %description -n %dname +Utility library for managing the "libnvdimm" subsystem, which defines +a kernel device model and control message interface for platform +NVDIMM resources like those defined by the ACPI 6.0 NFIT (NVDIMM +Firmware Interface Table). + The %{name}-devel package contains libraries and header files for developing applications that use %{name}. - %package -n %lname Summary: Management library for "libnvdimm" subsystem devices (Non-volatile Memory) License: LGPL-2.1+ Group: System/Libraries %description -n %lname -Libraries for %{name}. +Utility library for managing the "libnvdimm" subsystem, which defines +a kernel device model and control message interface for platform +NVDIMM resources like those defined by the ACPI 6.0 NFIT (NVDIMM +Firmware Interface Table). %prep %setup @@ -79,7 +85,7 @@ %install %make_install -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +find "%buildroot" -type f -name "*.la" -delete %check make check
participants (1)
-
root@hilbert.suse.de