public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update Virtualbox Guest Additions to 5.2.18
@ 2026-07-12 20:57
0 siblings, 0 replies; only message in thread
From: @ 2026-07-12 20:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/virtualbox-guest-additions
Branch : alext-upd-to-7.2.12
Commit : e4a441f00c77e874e7dd9f5db8baea3cb2dc91c5
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2018-08-30T20:29:16+01:00
Stats : +10/-4 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/e4a441f00c77e874e7dd9f5db8baea3cb2dc91c5?branch=alext-upd-to-7.2.12
Log:
Update Virtualbox Guest Additions to 5.2.18
---
diff --git a/.gitignore b/.gitignore
index 8d0499f..3a2743f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/VirtualBox-5.2.12.tar.bz2
/VirtualBox-5.2.14.tar.bz2
/VirtualBox-5.2.16.tar.bz2
+/VirtualBox-5.2.18.tar.bz2
diff --git a/sources b/sources
index cb6dc09..bab1776 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-5.2.16.tar.bz2) = 361607c43e3f7fb60da6db898951317c45a7f7b782c42808759f7c29502e3778ae28e5a54b5c49d1c5e46d94f85dbd1891d69f16d756767f0155bb48531b9519
+SHA512 (VirtualBox-5.2.18.tar.bz2) = f67c17cdd39e699e6c80af82a2c2d0c5dab073ddba2b55393740e605debb973030c48ce736ae753fc1e680845f0b62209c0f8951db08b665e9cdd83c52d5be20
diff --git a/update_vbox.sh b/update_vbox.sh
index 2af58ea..d2ed052 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -1,4 +1,4 @@
-VERSION=5.2.16
+VERSION=5.2.18
REL=1
git pull
@@ -9,4 +9,6 @@ git show
echo Press enter to continue; read dummy;
fedpkg push && fedpkg build --nowait
echo Press enter to continue; read dummy;
+git checkout f29 && git merge master && git push && fedpkg build --nowait; git checkout master
+echo Press enter to continue; read dummy;
git checkout f28 && git merge master && git push && fedpkg build --nowait; git checkout master
diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index e7d885b..aaa1be1 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,8 +1,8 @@
%global __provides_exclude_from %{_libdir}/VBoxGuestAdditions
Name: virtualbox-guest-additions
-Version: 5.2.16
-Release: 2%{?dist}
+Version: 5.2.18
+Release: 1%{?dist}
Summary: VirtualBox Guest Additions
License: GPLv2 or (GPLv2 and CDDL)
URL: https://www.virtualbox.org/wiki/VirtualBox
@@ -198,6 +198,9 @@ getent passwd vboxadd >/dev/null || \
%changelog
+* Thu Aug 30 2018 Sérgio Basto <sergio@serjux.com> - 5.2.18-1
+- Update Virtualbox Guest Additions to 5.2.18
+
* Wed Aug 01 2018 Sérgio Basto <sergio@serjux.com> - 5.2.16-2
- Force instalation of same version VirtualBox-kmodsrc and
virtualBox-guest-additions
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 20:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 20:57 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update Virtualbox Guest Additions to 5.2.18
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox