commit 8e6f551a59d624156ecfab6379a81eb2a7d30a05
Author: Mohamed El Morabity <melmorabity(a)fedoraproject.org>
Date: Sat Mar 17 12:43:26 2018 +0100
Add explicite Requires on tar and bzip2 (needed by Tvheadend for configuration
backups)
tvheadend.spec | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/tvheadend.spec b/tvheadend.spec
index b0f4558..1594fd3 100644
--- a/tvheadend.spec
+++ b/tvheadend.spec
@@ -3,7 +3,7 @@
Name: tvheadend
Version: 4.2.5
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: TV streaming server and digital video recorder
Group: Applications/Multimedia
@@ -50,7 +50,9 @@ BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(zlib)
BuildRequires: python2
BuildRequires: systemd
+Requires: bzip2
Requires: dtv-scan-tables
+Requires: tar
%{?systemd_requires}
Provides: bundled(extjs) = 3.4.1.1
@@ -142,7 +144,7 @@ exit 0
%files
%doc CONTRIBUTING.md README.md
-%license LICENSE.md licenses/gpl-3.0.txt
+%license LICENSE.md licenses/gpl-3.0.txt
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_unitdir}/%{name}.service
@@ -152,6 +154,10 @@ exit 0
%changelog
+* Sat Mar 17 2018 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.5-7
+- Add explicite Requires on tar and bzip2 (required by Tvheadend for
+ configuration backups)
+
* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> -
4.2.5-6
- Rebuilt for new ffmpeg snapshot
@@ -190,13 +196,13 @@ exit 0
* Sun Apr 30 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 4.2.1-2
- Rebuild for ffmpeg update
-* Sun Apr 23 2017 Mohamed El Morabity <melmorabity(a)fedorapeople.org> - 4.2.1-1
+* Sun Apr 23 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.2.1-1
- Update to 4.2.1
* Wed Apr 12 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.0.10-1
- Update to 4.0.10
-* Sat Mar 25 2017 Mohamed El Morabity <melmorabity(a)fedorapeople.org> - 4.0.9-5
+* Sat Mar 25 2017 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 4.0.9-5
- Fix build with GCC 7
- Enable DVBCSA support