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:
parent
279f00a49f
commit
60785519c2
@ -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>
|
Fri Oct 17 01:05:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
@ -75,11 +75,13 @@ interfaces in parallel environments.
|
|||||||
%patch3
|
%patch3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if 0%{?suse_version} >= 1150
|
||||||
export RPM_OPT_FLAGS="%{optflags} -Wno-unused-but-set-variable"
|
export RPM_OPT_FLAGS="%{optflags} -Wno-unused-but-set-variable"
|
||||||
|
%endif
|
||||||
make USE_PSM_UUID=1 %{?_smp_mflags}
|
make USE_PSM_UUID=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
make DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user