commit ddb947811fe4a111f9756abaf564c9f967a8f378
Author: Göran Uddeborg <goeran(a)uddeborg.se>
Date: Thu Jan 4 12:01:25 2024 +0100
Undo the previous patch, a better fix is done in the base mythtv package.
mythtv-space_in_GB.patch | 90 ------------------------------------------------
mythtv-status.spec | 10 +++---
2 files changed, 5 insertions(+), 95 deletions(-)
---
diff --git a/mythtv-status.spec b/mythtv-status.spec
index 81d6ff0..d0bff72 100644
--- a/mythtv-status.spec
+++ b/mythtv-status.spec
@@ -1,6 +1,6 @@
Name: mythtv-status
Version: 1.0.1
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Get the current status of your MythTV system at the command line
Summary(sv): Hämta ett MythTV-systems status på kommandoraden
License: GPLv3
@@ -9,9 +9,6 @@
Source0:
http://www.etc.gen.nz/projects/mythtv/tarballs/mythtv-status-%{version}
Source1: sysconfig
# Patch for Fedora specifics
Patch0: mythtv-status-fedora.patch
-# To match a corresponding patch in the base mythtv package; it reports in GB
-# rather than MB as upstreams.
-Patch3: mythtv-space_in_GB.patch
BuildArch: noarch
# For perl dependency auto-detection
BuildRequires: perl-generators
@@ -47,7 +44,6 @@ Uppdateringen körs en gång i timmen. Den resulterande motd:n baseras
på
%prep
%setup -q
%patch0 -p1 -b .orig
-%patch3 -p1 -b .orig
%build
pod2man bin/mythtv-status man/mythtv-status.1
@@ -81,6 +77,10 @@ chmod 755
%{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%config %{_sysconfdir}/sysconfig/%{name}
%changelog
+* Thu Jan 04 2024 Göran Uddeborg <goeran(a)uddeborg.se> - 1.0.1-11
+- Undo the previous patch, a better fix is done in the base mythtv
+ package.
+
* Sat Dec 30 2023 Göran Uddeborg <goeran(a)uddeborg.se> - 1.0.1-10
- Patch to expect GB in status reports, matching a patch in the base mythtv
package