Hello community, here is the log from the commit of package iprutils for openSUSE:Factory checked in at 2017-10-28 14:18:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iprutils (Old) and /work/SRC/openSUSE:Factory/.iprutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iprutils" Sat Oct 28 14:18:45 2017 rev:58 rq:536221 version:2.4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/iprutils/iprutils.changes 2017-03-10 21:45:02.629188128 +0100 +++ /work/SRC/openSUSE:Factory/.iprutils.new/iprutils.changes 2017-10-28 14:18:45.981953340 +0200 @@ -1,0 +2,14 @@ +Wed Oct 18 15:18:57 UTC 2017 - [email protected] + +- Update to upstream 2.4.15 (fate#322236) + - Enable write cache policy for JBODs + - Fix data direction for some SG_IO ioctls + - improve README documentation + - Display RAID migration status (bsc#1064001) + - Add reserved bits in page 2 of ses device + +- Make buildable in Leap42 +- Fix dangling service symlinks +- Run throuthg spec-cleaner + +------------------------------------------------------------------- Old: ---- iprutils-2.4.14.tar.gz New: ---- iprutils-2.4.15.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iprutils.spec ++++++ --- /var/tmp/diff_new_pack.jnvGoH/_old 2017-10-28 14:18:46.985916629 +0200 +++ /var/tmp/diff_new_pack.jnvGoH/_new 2017-10-28 14:18:46.985916629 +0200 @@ -16,48 +16,54 @@ # +%define revision 1 Name: iprutils # NOTE: package's changelog is hidden in % changelog section # in file iprutils/spec/iprutils.spec -Version: 2.4.14 +Version: 2.4.15 Release: 0 -%define ibmformat %(sed 's/\\./-/g' <<< %{version}) Summary: Utilities for the IBM Power Linux RAID Adapters License: CPL-1.0 Group: Hardware/Other -Url: https://github.com/bjking1/iprutils -Source0: %{name}-%{version}.tar.gz +Url: https://sourceforge.net/projects/iprdd +Source0: https://sourceforge.net/projects/iprdd/files/iprutils%%20for%%202.6%%20kernels/%{version}/%{name}-%{version}.%{revision}.tar.gz +Patch0: iprutils.fix_ncurses_cflags_var.patch BuildRequires: libtool +BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: zlib-devel -BuildRequires: pkgconfig(form) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(ncurses) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch0: iprutils.fix_ncurses_cflags_var.patch ExclusiveArch: ppc ppc64 ppc64le %systemd_requires +%if 0%{?suse_version} > 1320 +BuildRequires: pkgconfig(form) +BuildRequires: pkgconfig(ncurses) +%else +BuildRequires: ncurses-devel +%endif %description Provides a suite of utilities to manage and configure SCSI devices supported by the ipr SCSI storage device driver. %prep -%setup -qn %{name}-rel-%{ibmformat} +%setup -q -n %{name}-%{version}.%{revision} %patch0 -p2 %build export CPPFLAGS="$(pkg-config ncurses form --cflags)" export LIBS="$(pkg-config ncurses form --libs)" -./bootstrap.sh +aclocal +automake --add-missing +autoreconf %configure --sbindir=%{_sbindir} --libdir=%{_libdir} --disable-static -%{__make} %{?_smp_mflags} +make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install -ln -s /sbin/service %{buildroot}/usr/sbin/rciprdump -ln -s /sbin/service %{buildroot}/usr/sbin/rciprinit -ln -s /sbin/service %{buildroot}/usr/sbin/rciprupdate +%make_install +ln -s service %{buildroot}%{_sbindir}/rciprdump +ln -s service %{buildroot}%{_sbindir}/rciprinit +ln -s service %{buildroot}%{_sbindir}/rciprupdate %pre %service_add_pre iprdump.service @@ -80,7 +86,6 @@ %service_del_postun iprupdate.service %files -%defattr(-,root,root,-) %doc README LICENSE %{_sbindir}/iprconfig %{_sbindir}/iprdump ++++++ iprutils-2.4.14.tar.gz -> iprutils-2.4.15.1.tar.gz ++++++ ++++ 43898 lines of diff (skipped)
