Accepting request 1051492 from home:lnussel:usrmerge
- Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1051492 OBS-URL: https://build.opensuse.org/package/show/Base:System/blog?expand=0&rev=52
This commit is contained in:
parent
776aea12c7
commit
916c6fd31f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 10:23:56 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||||
|
|
||||||
|
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 3 08:20:08 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
Fri Dec 3 08:20:08 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package blog
|
# spec file for package blog
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 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
|
||||||
@ -92,7 +92,7 @@ make %{?_smp_mflags} CC="%__cc" \
|
|||||||
%make_install \
|
%make_install \
|
||||||
MANPATH=%{_mandir} \
|
MANPATH=%{_mandir} \
|
||||||
INSTBINFLAGS="-m 0744" \
|
INSTBINFLAGS="-m 0744" \
|
||||||
%if 0%{?usrmerged}
|
%if 0%{?suse_version} >= 1550
|
||||||
SBINDIR=%{_sbindir} \
|
SBINDIR=%{_sbindir} \
|
||||||
%endif
|
%endif
|
||||||
LIBDIR=%{_libdir} \
|
LIBDIR=%{_libdir} \
|
||||||
@ -121,7 +121,7 @@ test -x /bin/systemctl && /bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc README
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
/sbin/blogctl
|
/sbin/blogctl
|
||||||
/sbin/blogd
|
/sbin/blogd
|
||||||
/sbin/blogger
|
/sbin/blogger
|
||||||
|
Loading…
Reference in New Issue
Block a user