This is the second time I've run into this issue. Specifically there seems to be a build without a commit so I had to bump the release a second time.
I can see here where the 2nd rebuild bumped the release to 0.4 but git pull doesn't retrieve this commit:
I have since bumed the release again and pushed it but it's not showing up.
commit 49efbd8bc23b44e5bdf417a96ef174c31ccca359 (HEAD -> rawhide, origin/rawhide, origin/HEAD)
Author: Richard Shaw <hobbes1069@xxxxxxxxx>
Date: Sun Aug 1 19:57:58 2021 -0500
Bump release for bad mass rebuild commit.
Author: Richard Shaw <hobbes1069@xxxxxxxxx>
Date: Sun Aug 1 19:57:58 2021 -0500
Bump release for bad mass rebuild commit.
I can see my commit in the log but it's not actually "there":
commit 49efbd8bc23b44e5bdf417a96ef174c31ccca359 (HEAD -> rawhide, origin/rawhide, origin/HEAD)
Author: Richard Shaw <hobbes1069@xxxxxxxxx>
Date: Sun Aug 1 19:57:58 2021 -0500
Bump release for bad mass rebuild commit.
Author: Richard Shaw <hobbes1069@xxxxxxxxx>
Date: Sun Aug 1 19:57:58 2021 -0500
Bump release for bad mass rebuild commit.
$ git show 49efbd8bc23b44e5bdf417a96ef174c31ccca359
commit 49efbd8bc23b44e5bdf417a96ef174c31ccca359 (HEAD -> rawhide, origin/rawhide, origin/HEAD)
Author: Richard Shaw <hobbes1069@xxxxxxxxx>
Date: Sun Aug 1 19:57:58 2021 -0500
Bump release for bad mass rebuild commit.
diff --git a/freeimage.spec b/freeimage.spec
index 0702698..7059274 100644
--- a/freeimage.spec
+++ b/freeimage.spec
@@ -6,7 +6,7 @@
Name: freeimage
Version: 3.19.0
-Release: 0.4%{?svn_rev:.svn%svn_rev}%{?dist}
+Release: 0.5%{?svn_rev:.svn%svn_rev}%{?dist}
Summary: Multi-format image decoder library
# freeimage is tripple-licensed, see
@@ -156,6 +156,9 @@ ldconfig -n %{buildroot}%{_libdir}
%changelog
+* Mon Aug 02 2021 Richard Shaw <hobbes1069@xxxxxxxxx> - 3.19.0-0.5.svn1859
+- Bump release for bad mass rebuild commit.
commit 49efbd8bc23b44e5bdf417a96ef174c31ccca359 (HEAD -> rawhide, origin/rawhide, origin/HEAD)
Author: Richard Shaw <hobbes1069@xxxxxxxxx>
Date: Sun Aug 1 19:57:58 2021 -0500
Bump release for bad mass rebuild commit.
diff --git a/freeimage.spec b/freeimage.spec
index 0702698..7059274 100644
--- a/freeimage.spec
+++ b/freeimage.spec
@@ -6,7 +6,7 @@
Name: freeimage
Version: 3.19.0
-Release: 0.4%{?svn_rev:.svn%svn_rev}%{?dist}
+Release: 0.5%{?svn_rev:.svn%svn_rev}%{?dist}
Summary: Multi-format image decoder library
# freeimage is tripple-licensed, see
@@ -156,6 +156,9 @@ ldconfig -n %{buildroot}%{_libdir}
%changelog
+* Mon Aug 02 2021 Richard Shaw <hobbes1069@xxxxxxxxx> - 3.19.0-0.5.svn1859
+- Bump release for bad mass rebuild commit.
But this does not show here even though I've pushed it:
WTF?!?!?
Here's the error during the build:
$ git clone -n https://src.fedoraproject.org/rpms/freeimage.git /var/lib/mock/f35-build-28911845-3916986/root/chroot_tmpdir/scmroot/freeimage
Cloning into '/var/lib/mock/f35-build-28911845-3916986/root/chroot_tmpdir/scmroot/freeimage'...
$ git reset --hard 49efbd8bc23b44e5bdf417a96ef174c31ccca359
fatal: Could not parse object '49efbd8bc23b44e5bdf417a96ef174c31ccca359'.
Cloning into '/var/lib/mock/f35-build-28911845-3916986/root/chroot_tmpdir/scmroot/freeimage'...
$ git reset --hard 49efbd8bc23b44e5bdf417a96ef174c31ccca359
fatal: Could not parse object '49efbd8bc23b44e5bdf417a96ef174c31ccca359'.
Thanks,
Richard
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure