Accepting request 1055202 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1055202 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/initviocons?expand=0&rev=24
This commit is contained in:
commit
b098d195eb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 12:27:04 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||||
|
|
||||||
|
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 16 09:56:18 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
Fri Oct 16 09:56:18 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package initviocons
|
# spec file for package initviocons
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -54,7 +54,7 @@ make CFLAGS="$RPM_OPT_FLAGS -Wall"
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
|
install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
mkdir -p $RPM_BUILD_ROOT/bin
|
mkdir -p $RPM_BUILD_ROOT/bin
|
||||||
ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin
|
ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin
|
||||||
%endif
|
%endif
|
||||||
@ -62,7 +62,7 @@ ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
/bin/*
|
/bin/*
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
Loading…
Reference in New Issue
Block a user