Accepting request 260615 from OFED:Factory

1

OBS-URL: https://build.opensuse.org/request/show/260615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/infinipath-psm?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2014-11-10 16:28:00 +00:00 committed by Git OBS Bridge
parent 279f00a49f
commit 60785519c2
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Oct 31 15:09:00 UTC 2014 - Led <ledest@gmail.com>
- fix %%if version condition in spec
-------------------------------------------------------------------
Wed Oct 29 13:52:29 CET 2014 - pth@suse.de
- Only use -Wno-unused-but-set-variable for SLE12 and up.
- Don't use a macro for installing.
-------------------------------------------------------------------
Fri Oct 17 01:05:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -75,11 +75,13 @@ interfaces in parallel environments.
%patch3
%build
%if 0%{?suse_version} >= 1150
export RPM_OPT_FLAGS="%{optflags} -Wno-unused-but-set-variable"
%endif
make USE_PSM_UUID=1 %{?_smp_mflags}
%install
%make_install
make DESTDIR=%{buildroot} install
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig