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 6.1.38
@ 2026-07-12 20:58
0 siblings, 0 replies; only message in thread
From: @ 2026-07-12 20:58 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 : 0bb18c59ba03ac6c60cba96c18a0c856edd1fe4a
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2022-09-03T04:00:54+01:00
Stats : +30/-2 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/0bb18c59ba03ac6c60cba96c18a0c856edd1fe4a?branch=alext-upd-to-7.2.12
Log:
Update virtualbox-guest-additions to 6.1.38
---
diff --git a/.gitignore b/.gitignore
index ceef459..efedd38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
/VirtualBox-6.1.32.tar.bz2
/VirtualBox-6.1.34.tar.bz2
/VirtualBox-6.1.36.tar.bz2
+/VirtualBox-6.1.38.tar.bz2
diff --git a/sources b/sources
index cfe8633..307e7f8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (VirtualBox-6.1.36.tar.bz2) = cc3b984a7da40c9bf14831808a2bc2bf7bf6821e53c25fa11cb4b4275feb1d4b0cb4a47d8a360b90c89e5a4038481efe8fe28ee22996dbefb6446761e88a8dec
+SHA512 (VirtualBox-6.1.38.tar.bz2) = 7a4f2dc80e3251b1da6d29d3c6f6b802527decc70497b1a1d1008c0ab3109c2039d131c587d6ec4786aea619546757655337c2ec3456243336ca13c6f6748116
diff --git a/update_vbox.sh b/update_vbox.sh
index 1a5bdc0..d99d491 100755
--- a/update_vbox.sh
+++ b/update_vbox.sh
@@ -3,6 +3,8 @@ BUG=2108937
REL=1
RAWHIDE=37
BRANCHES="f36 f35"
+package="virtualbox-guest-additions"
+
if [ -z "$1" ]
then
stage=0
@@ -52,3 +54,25 @@ fi
done
fi
+if test $stage -le 3
+then
+echo STAGE 3 you may have the bodhi message on clog.txt file , instead be autogenerated
+if [[ -f clog.txt ]]; then
+cp clog.txt clog
+else
+fedpkg clog
+fi
+bugs_bodhi="--bugs ${BUG}"
+for repo in $BRANCHES ; do
+if [[ $repo == f* ]]; then
+repo=fc${repo:1}
+fi
+will_run="/usr/bin/bodhi updates new --autokarma --autotime --type bugfix --severity medium --notes-file clog $bugs_bodhi --close-bugs --request testing $package-$VERSION-1.$repo"
+echo $will_run;
+echo Press enter to run bodhi on branch $repo or n to skip; read dummy;
+if [[ "$dummy" != "n" ]]; then
+echo $will_run | sh
+fi
+done
+rm clog
+fi
diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index 50bf7fc..e05b5dc 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -1,7 +1,7 @@
%global __provides_exclude_from %{_libdir}/VBoxGuestAdditions
Name: virtualbox-guest-additions
-Version: 6.1.36
+Version: 6.1.38
Release: 1%{?dist}
Summary: VirtualBox Guest Additions
License: GPLv2 or (GPLv2 and CDDL)
@@ -183,6 +183,9 @@ getent passwd vboxadd >/dev/null || \
%changelog
+* Sat Sep 03 2022 Sérgio Basto <sergio@serjux.com> - 6.1.38-1
+- Update virtualbox-guest-additions to 6.1.38
+
* Wed Aug 03 2022 Sérgio Basto <sergio@serjux.com> - 6.1.36-1
- Update Virtualbox Guest Additions to 6.1.36 (#2108937)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 20:58 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:58 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update virtualbox-guest-additions to 6.1.38
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox