public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Update virtualbox-guest-additions to 6.1.38
Date: Sun, 12 Jul 2026 20:58:11 GMT	[thread overview]
Message-ID: <178388989137.1.1547291906486006668.rpms-virtualbox-guest-additions-0bb18c59ba03@fedoraproject.org> (raw)

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)
 

                 reply	other threads:[~2026-07-12 20:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178388989137.1.1547291906486006668.rpms-virtualbox-guest-additions-0bb18c59ba03@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox