summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makemkv/makemkv.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 5cc16e5..e42ee38 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -10,6 +10,7 @@
# on x86_64.
%global _missing_build_ids_terminate_build 0
+%define debug_package %{nil}
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
@@ -140,6 +141,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/makemkv
%{_bindir}/makemkvcon
%{_bindir}/sdftool
+%{_bindir}/mmccextr
%{_bindir}/%{name}-wrapper
%{_datadir}/MakeMKV
%if 0%{?fedora}
@@ -154,6 +156,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
* Fri Nov 05 2021 B. Stack <bgstack15@gmail.com> - 1.16.5-10
- Update
+- Remove debug package
* Thu Jul 08 2021 B. Stack <bgstack15@gmail.com> - 1.16.4-10
- Update
bgstack15