SHA256
1
0
forked from pool/pesign

Accepting request 328241 from home:dimstar:Factory

This fixes the "unresolvable" currently seen in openSUSE:Factory; the || : is used in many other places (most often introdcued by jengelh)

OBS-URL: https://build.opensuse.org/request/show/328241
OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign?expand=0&rev=35
This commit is contained in:
Gary Ching-Pang Lin 2015-09-01 07:29:06 +00:00 committed by Git OBS Bridge
parent 5595ee282c
commit 8b2e52b508
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Sep 1 06:11:06 UTC 2015 - dimstar@opensuse.org
- Do not buildrequire systemd: it conflicts with systemd-mini,
which is pulled in by systemd-mini-devel (due to BuildRequires:
pkgconfig(systemd).
- As we lack systemd-tmpfiles in the build env, we ignore the
errors cast in the %post scriptlet.
-------------------------------------------------------------------
Fri Aug 14 07:45:31 UTC 2015 - mpluskal@suse.com

View File

@ -49,7 +49,6 @@ BuildRequires: libuuid-devel
BuildRequires: mozilla-nss-devel
BuildRequires: pkg-config
BuildRequires: popt-devel
BuildRequires: systemd
BuildRequires: pkgconfig(systemd)
Requires(pre): pwdutils
%{?systemd_requires}
@ -99,7 +98,7 @@ getent passwd pesign >/dev/null || useradd -r -g pesign -d %{_localstatedir}/lib
%post
%service_add_post pesign.service
systemd-tmpfiles --create %{_libexecdir}/tmpfiles.d/pesign.conf
systemd-tmpfiles --create %{_libexecdir}/tmpfiles.d/pesign.conf || :
%postun
%service_del_postun pesign.service