commit 050734b3a1f7c3745b8cc2a85f6d29b98a525e55
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Jan 20 02:30:09 2018 +0000
Small improvements
mythtv.spec | 2 +-
update_fixes.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index e60a799..0d94f9c 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -15,7 +15,7 @@
#
# The latest RPM Fusion version can be found at:
#
-#
http://cvs.rpmfusion.org/viewvc/rpms/mythtv/devel/?root=free
+#
https://pkgs.rpmfusion.org/cgit/free/mythtv.git/
#
# Note:
#
diff --git a/update_fixes.sh b/update_fixes.sh
index 586a8c1..1443c27 100755
--- a/update_fixes.sh
+++ b/update_fixes.sh
@@ -20,7 +20,7 @@ spectool -g mythtv.spec
echo Press enter to run: rfpkg new-sources mythtv-${version}-${shorthash}.tar.gz; read
dummy;
rfpkg new-sources mythtv-${version}-${shorthash}.tar.gz
echo Press enter to continue; read dummy;
-rfpkg clog && rfpkg commit -F clog && /bin/rm clog && git show
+rfpkg clog && rfpkg ci -c && git show
echo Press enter to continue; read dummy;
rfpkg push && rfpkg build --nowait
echo Press enter to continue; read dummy;