SHA256
1
0
forked from pool/pesign

Accepting request 328247 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/328247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pesign?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2015-09-03 16:00:55 +00:00 committed by Git OBS Bridge
commit 7c56d43fa5
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