forked from pool/tvheadend
- require existence of group(%{htsgroup})
(which evals to 'group(video)' now) OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/tvheadend?expand=0&rev=10
This commit is contained in:
parent
b0a9536830
commit
49189d28bf
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 13 12:17:05 UTC 2017 - sleep_walker@opensuse.org
|
||||||
|
|
||||||
|
- require existence of group(%{htsgroup})
|
||||||
|
(which evals to 'group(video)' now)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 2 17:41:32 UTC 2017 - sleep_walker@opensuse.org
|
Thu Mar 2 17:41:32 UTC 2017 - sleep_walker@opensuse.org
|
||||||
|
|
||||||
|
@ -41,7 +41,6 @@ Patch1: %{name}-fix-misleading-indent.patch
|
|||||||
Patch2: %{name}-fix-service-dependency.patch
|
Patch2: %{name}-fix-service-dependency.patch
|
||||||
# FFMPEG related patches
|
# FFMPEG related patches
|
||||||
Patch3: tvheadend-4.0.9-ffmpeg_3.0.patch
|
Patch3: tvheadend-4.0.9-ffmpeg_3.0.patch
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -55,6 +54,7 @@ BuildRequires: pkgconfig(libssl)
|
|||||||
BuildRequires: pkgconfig(libswscale)
|
BuildRequires: pkgconfig(libswscale)
|
||||||
BuildRequires: pkgconfig(liburiparser)
|
BuildRequires: pkgconfig(liburiparser)
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
Requires(pre): group(%{htsgroup})
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user