summaryrefslogtreecommitdiff
path: root/makemkv/makemkv.spec
diff options
context:
space:
mode:
Diffstat (limited to 'makemkv/makemkv.spec')
-rw-r--r--makemkv/makemkv.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 9abca68..7f75cbe 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -13,7 +13,7 @@
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
-Version: 1.15.3
+Version: 1.15.4
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -49,10 +49,10 @@ Requires: hicolor-icon-theme
# This makes sure you can open AACS and BD+ encrypted BluRays transparently.
# See below in the install section.
-Provides: libaacs%{?_isa} = %{version}-%{release}
-Provides: libbdplus%{?_isa} = %{version}-%{release}
-Obsoletes: libaacs%{?_isa} < %{version}-%{release}
-Obsoletes: libbdplus%{?_isa} < %{version}-%{release}
+Provides: libaacs%{?__isa:%{__isa}}%{!?__isa:%{nil}} = %{version}-%{release}
+Provides: libbdplus%{?__isa:%{__isa}}%{!?__isa:%{nil}} = %{version}-%{release}
+Obsoletes: libaacs%{?__isa:%{__isa}}%{!?__isa:%{nil}} < %{version}-%{release}
+Obsoletes: libbdplus%{?__isa:%{__isa}}%{!?__isa:%{nil}} < %{version}-%{release}
%description
MakeMKV is your one-click solution to convert video that you own into free and
@@ -139,6 +139,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%config(noreplace) %{_sysconfdir}/profile.d/%{name}.*sh
%{_bindir}/makemkv
%{_bindir}/makemkvcon
+%{_bindir}/sdftool
%{_bindir}/%{name}-wrapper
%{_datadir}/MakeMKV
%if 0%{?fedora}
@@ -151,6 +152,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Tue Dec 15 2020 B Stack <bgstack15@gmail.com> - 1.15.4-10
+- Update
+
* Mon Oct 05 2020 B Stack <bgstack15@gmail.com> - 1.15.3-10
- Update
bgstack15