SHA256
1
0
forked from pool/tvheadend

Accepting request 460818 from home:sleep_walker:branches:multimedia:apps

- rename tvheadend-fix-daemon-user-group.patch to
   tvheadend-fix-service-dependency.patch and use it again - don't
   wait for syslog (user/group part is done by sed)

OBS-URL: https://build.opensuse.org/request/show/460818
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/tvheadend?expand=0&rev=7
This commit is contained in:
Tomas Cech 2017-02-28 10:33:29 +00:00 committed by Git OBS Bridge
parent 6e792036ea
commit b862219a34
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 28 08:35:31 UTC 2017 - sleep_walker@opensuse.org
- rename tvheadend-fix-daemon-user-group.patch to
tvheadend-fix-service-dependency.patch and use it again - don't
wait for syslog (user/group part is done by sed)
-------------------------------------------------------------------
Mon Feb 27 18:13:44 UTC 2017 - sleep_walker@opensuse.org

View File

@ -37,6 +37,8 @@ Source3: %{name}_super
Patch0: %{name}-4.0_no-werror.patch
# PATCH-FIX-OPENSUSE tvheadend-fix-misleading-indent.patch malcolmlewis@opensuse.org -- Fix warning/error produced with gcc-6.
Patch1: %{name}-fix-misleading-indent.patch
# PATCH-FIX-OPENSUSE tvheadend-fix-service-dependency.patch -- do not wait for or require syslog
Patch2: %{name}-fix-service-dependency.patch
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-devel
@ -64,9 +66,8 @@ scheduling recordings.
%prep
%setup -q
%patch0
%if 0%{?suse_version} >= 1320
%patch1 -p1
%endif
%patch2 -p1
sed -e "s/-u \([^ ]*\) -g \([^ ]*\)/-u %{htsuser} -g %{htsgroup}/" -i rpm/%{name}.sysconfig
sed -e '/^TVH_ARGS/cTVH_ARGS="-C"' -i debian/%{name}.default