[VirtualBox-kmod] Fix a double bug Just build akmods for el7
by Sérgio M. Basto
commit 9d2efc2cd882ab79cf63e591d6c8234f410e5ec5
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun May 13 01:35:59 2018 +0100
Fix a double bug
Just build akmods for el7
VirtualBox-kmod.spec | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 92d41e6..070cac5 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -18,10 +18,10 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%if 0%{?fedora}
+#if 0%{?fedora}
%global buildforkernels akmod
%global debug_package %{nil}
-%endif
+#endif
#akmods still generate debuginfo but have the wrong name:
#/var/cache/akmods/VirtualBox/VirtualBox-kmod-debuginfo-5.0.4-1.fc21.x86_64.rpm
#/var/cache/akmods/VirtualBox/kmod-VirtualBox-4.1.8-100.fc21.x86_64-5.0.4-1.fc21.x86_64.rpm
@@ -41,7 +41,7 @@
Name: VirtualBox-kmod
Version: 5.2.12
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -100,7 +100,7 @@ done
%build
for kernel_version in %{?kernel_versions}; do
- for module in vbox{drv,{!?with_newvboxsf:guest}}; do
+ for module in vbox{drv%{!?with_newvboxsf:,guest}}; do
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
@@ -111,7 +111,7 @@ for kernel_version in %{?kernel_versions}; do
# copy vboxguest (for guest) module symbols which are used by vboxsf km:
cp _kmod_build_${kernel_version%%___*}/{vboxguest/Module.symvers,vboxsf}
%endif
- for module in vbox{netadp,netflt,sf,%{?with_vboxvideo:video,}pci}; do
+ for module in vbox{netadp,netflt,sf%{?with_vboxvideo:,video},pci}; do
make VBOX_USE_INSERT_PAGE=1 %{?_smp_mflags} KERN_DIR="${kernel_version##*___}" -C "${kernel_version##*___}" SUBDIRS="${PWD}/_kmod_build_${kernel_version%%___*}/${module}" modules
done
done
@@ -140,6 +140,10 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Sat May 12 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-2
+- Fix a double bug
+- Just build akmods for el7
+
* Fri May 11 2018 Sérgio Basto <sergio(a)serjux.com> - 5.2.12-1
- Update to 5.2.12
6 years, 6 months
[mythtv/el7] (5 commits) ...Remove double changelog entry
by Sérgio M. Basto
Summary of changes:
f0d76fc... Reset ChangeLog (*)
062f10f... Update to v29.1.19.20180510.g0849e99596 from branch fixes/2 (*)
e2a3392... Upload the source. (*)
7622dcd... Update to v29.1.19.20180510.g0849e99596 from branch fixes/2 (*)
7140d4e... Remove double changelog entry (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[VirtualBox-kmod/el7] (3 commits) ...Update to 5.2.12
by Sérgio M. Basto
Summary of changes:
23c3dbc... Start with jwrdegoede/vboxsf on Fedora 28 (*)
af1cf4b... if we use new vboxsf, we do not need build vboxguest neithe (*)
6b0d074... Update to 5.2.12 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[mythtv/f26] (5 commits) ...Remove double changelog entry
by Sérgio M. Basto
Summary of changes:
f0d76fc... Reset ChangeLog (*)
062f10f... Update to v29.1.19.20180510.g0849e99596 from branch fixes/2 (*)
e2a3392... Upload the source. (*)
7622dcd... Update to v29.1.19.20180510.g0849e99596 from branch fixes/2 (*)
7140d4e... Remove double changelog entry (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[shotcut/f28] Update to 18.05.08
by Martin Gansser
Summary of changes:
42c33c0... Update to 18.05.08 (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months
[shotcut] Update to 18.05.08
by Martin Gansser
commit 42c33c0cdf9f409b2d3c94abf5eebf907b49b81f
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat May 12 12:27:06 2018 +0200
Update to 18.05.08
.gitignore | 1 +
shotcut.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67c8df5..dcb0754 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/shotcut-18.01.tar.gz
/shotcut-18.03.tar.gz
/shotcut-18.03.06.tar.gz
+/shotcut-18.05.08.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 9144687..e6534ef 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -3,7 +3,7 @@
%define _vstring %(echo %{version} |tr -d ".")
Name: shotcut
-Version: 18.03.06
+Version: 18.05.08
Release: 1%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
@@ -191,6 +191,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a
%doc doc
%changelog
+* Sat May 12 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.05.08-1
+- Update to 18.05.08
+
* Fri Apr 27 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.03.06-1
- Update to 18.03.06
diff --git a/sources b/sources
index 4afe85d..9105357 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5293ce38faa731f30b95276b656cc8e0 shotcut-18.03.06.tar.gz
+09c98e582aed81af29bfbfd656c2744a shotcut-18.05.08.tar.gz
6 years, 6 months
[mythtv/f27] (5 commits) ...Remove double changelog entry
by Sérgio M. Basto
Summary of changes:
f0d76fc... Reset ChangeLog (*)
062f10f... Update to v29.1.19.20180510.g0849e99596 from branch fixes/2 (*)
e2a3392... Upload the source. (*)
7622dcd... Update to v29.1.19.20180510.g0849e99596 from branch fixes/2 (*)
7140d4e... Remove double changelog entry (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 6 months