forked from pool/psmisc
Accepting request 1055724 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1055724 OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=143
This commit is contained in:
parent
433a057a23
commit
fcebba836b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 13:15:30 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||||
|
|
||||||
|
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 13 08:01:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
Tue Dec 13 08:01:33 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -83,7 +83,7 @@ make check
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
mkdir -p %{buildroot}/bin/
|
mkdir -p %{buildroot}/bin/
|
||||||
ln -sf %{_bindir}/fuser %{buildroot}/bin/
|
ln -sf %{_bindir}/fuser %{buildroot}/bin/
|
||||||
%endif
|
%endif
|
||||||
@ -95,7 +95,7 @@ rm -f %{buildroot}%{_mandir}/man1/peekfd.1*
|
|||||||
%files
|
%files
|
||||||
%defattr (-,root,root,755)
|
%defattr (-,root,root,755)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
/bin/fuser
|
/bin/fuser
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/fuser
|
%{_bindir}/fuser
|
||||||
|
Loading…
Reference in New Issue
Block a user