public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedfind] test-pr-branch-2: 4.4.4: use bespoke release metadata instead of Bodhi
@ 2026-06-19 22:31 Adam Williamson
0 siblings, 0 replies; 2+ messages in thread
From: Adam Williamson @ 2026-06-19 22:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedfind
Branch : test-pr-branch-2
Commit : fb866513b9af7c6c7fad7eaa599abbd10f53840a
Author : Adam Williamson <awilliam@redhat.com>
Date : 2020-10-24T10:22:19-07:00
Stats : +6/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedfind/c/fb866513b9af7c6c7fad7eaa599abbd10f53840a?branch=test-pr-branch-2
Log:
4.4.4: use bespoke release metadata instead of Bodhi
---
diff --git a/.gitignore b/.gitignore
index cf3f82b..dfbc8ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,3 +80,4 @@
/fedfind-4.4.1.tar.gz
/fedfind-4.4.2.tar.gz
/fedfind-4.4.3.tar.gz
+/fedfind-4.4.4.tar.gz
diff --git a/fedfind.spec b/fedfind.spec
index 804ffb5..90f0e38 100644
--- a/fedfind.spec
+++ b/fedfind.spec
@@ -17,7 +17,7 @@
%global srcname fedfind
Name: fedfind
-Version: 4.4.3
+Version: 4.4.4
Release: 1%{?dist}
Summary: Fedora compose and image finder
@@ -136,6 +136,9 @@ popd
%changelog
+* Sat Oct 24 2020 Adam Williamson <awilliam@redhat.com> - 4.4.4-1
+- New release 4.4.4: use bespoke release metadata instead of Bodhi
+
* Wed Jul 22 2020 Adam Williamson <awilliam@redhat.com> - 4.4.3-1
- New release 4.4.3: don't delete _pdccid property, just unset it
diff --git a/sources b/sources
index 4f28e78..1cc3243 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedfind-4.4.3.tar.gz) = 02121b324d428b24a998f69dd550ec7ed7b1e0d4604b8e7605f54daedd54e78efb6b86529bcd2c7b29b7513330bc2f403c594932e3ab0a93cb7d9f5fa201a275
+SHA512 (fedfind-4.4.4.tar.gz) = 84db5a999fd3a27000886d53cd1ca717c318660b35cc58280f9f97ef14e0ad5fdfcf013a5b56f9d4a6ab7aa9a0a36bf8b6c1284ee8da206b71d95974d8c32d97
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/fedfind] test-pr-branch-2: 4.4.4: use bespoke release metadata instead of Bodhi
@ 2026-06-19 22:31 Adam Williamson
0 siblings, 0 replies; 2+ messages in thread
From: Adam Williamson @ 2026-06-19 22:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedfind
Branch : test-pr-branch-2
Commit : 19566599108d2289e813090793db7e444f94644a
Author : Adam Williamson <awilliam@redhat.com>
Date : 2020-10-24T10:24:36-07:00
Stats : +7/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedfind/c/19566599108d2289e813090793db7e444f94644a?branch=test-pr-branch-2
Log:
4.4.4: use bespoke release metadata instead of Bodhi
---
diff --git a/.gitignore b/.gitignore
index cf3f82b..dfbc8ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,3 +80,4 @@
/fedfind-4.4.1.tar.gz
/fedfind-4.4.2.tar.gz
/fedfind-4.4.3.tar.gz
+/fedfind-4.4.4.tar.gz
diff --git a/fedfind.spec b/fedfind.spec
index ec823fc..49e85c8 100644
--- a/fedfind.spec
+++ b/fedfind.spec
@@ -17,8 +17,8 @@
%global srcname fedfind
Name: fedfind
-Version: 4.4.3
-Release: 2%{?dist}
+Version: 4.4.4
+Release: 1%{?dist}
Summary: Fedora compose and image finder
License: GPLv3+
@@ -136,6 +136,9 @@ popd
%changelog
+* Sat Oct 24 2020 Adam Williamson <awilliam@redhat.com> - 4.4.4-1
+- New release 4.4.4: use bespoke release metadata instead of Bodhi
+
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 4f28e78..1cc3243 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedfind-4.4.3.tar.gz) = 02121b324d428b24a998f69dd550ec7ed7b1e0d4604b8e7605f54daedd54e78efb6b86529bcd2c7b29b7513330bc2f403c594932e3ab0a93cb7d9f5fa201a275
+SHA512 (fedfind-4.4.4.tar.gz) = 84db5a999fd3a27000886d53cd1ca717c318660b35cc58280f9f97ef14e0ad5fdfcf013a5b56f9d4a6ab7aa9a0a36bf8b6c1284ee8da206b71d95974d8c32d97
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-19 22:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 22:31 [rpms/fedfind] test-pr-branch-2: 4.4.4: use bespoke release metadata instead of Bodhi Adam Williamson
2026-06-19 22:31 Adam Williamson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox