commit 354607b13f723052ccb848fc0a3719f8d4122b93
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Aug 21 12:59:23 2020 +0100
Fix updates script
buildsys-build-rpmfusion.spec | 5 ++++-
update-to-latest-kernels.sh | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/buildsys-build-rpmfusion.spec b/buildsys-build-rpmfusion.spec
index 0013a19..47e6399 100644
--- a/buildsys-build-rpmfusion.spec
+++ b/buildsys-build-rpmfusion.spec
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 11
Version: 33
-Release: 0.2
+Release: 0.3
Summary: Tools and files used by the %{repo} buildsys
License: MIT
@@ -77,6 +77,9 @@ sed -i
's|^default_prefix=.*|default_prefix=%{_datadir}/%{name}/|' \
%changelog
+* Fri Aug 21 2020 Leigh Scott <leigh123linux(a)gmail.com> - 11:33-0.3
+- Fix updates script
+
* Fri Aug 21 2020 Leigh Scott <leigh123linux(a)gmail.com> - 11:33-0.2
- rebuild for kernel 5.8.2-300.fc33
diff --git a/update-to-latest-kernels.sh b/update-to-latest-kernels.sh
index 0fb6f63..8f250dd 100755
--- a/update-to-latest-kernels.sh
+++ b/update-to-latest-kernels.sh
@@ -29,4 +29,4 @@ rm clog
rfpkg push
branch=$(git rev-parse --abbrev-ref HEAD)
[ $branch == "master" ] && branch=rawhide
-rfpkg build --target ${branch}-free
+rfpkg build --target ${branch}-free-multilibs