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:
parent
6e792036ea
commit
b862219a34
@ -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
|
Mon Feb 27 18:13:44 UTC 2017 - sleep_walker@opensuse.org
|
||||||
|
|
||||||
|
@ -37,6 +37,8 @@ Source3: %{name}_super
|
|||||||
Patch0: %{name}-4.0_no-werror.patch
|
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.
|
# PATCH-FIX-OPENSUSE tvheadend-fix-misleading-indent.patch malcolmlewis@opensuse.org -- Fix warning/error produced with gcc-6.
|
||||||
Patch1: %{name}-fix-misleading-indent.patch
|
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: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -64,9 +66,8 @@ scheduling recordings.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%if 0%{?suse_version} >= 1320
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%patch2 -p1
|
||||||
|
|
||||||
sed -e "s/-u \([^ ]*\) -g \([^ ]*\)/-u %{htsuser} -g %{htsgroup}/" -i rpm/%{name}.sysconfig
|
sed -e "s/-u \([^ ]*\) -g \([^ ]*\)/-u %{htsuser} -g %{htsgroup}/" -i rpm/%{name}.sysconfig
|
||||||
sed -e '/^TVH_ARGS/cTVH_ARGS="-C"' -i debian/%{name}.default
|
sed -e '/^TVH_ARGS/cTVH_ARGS="-C"' -i debian/%{name}.default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user