public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Fix build
@ 2026-06-09 12:45 Dmitry Belyavskiy
  0 siblings, 0 replies; only message in thread
From: Dmitry Belyavskiy @ 2026-06-09 12:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openssl
Branch : rebase_40beta
Commit : ac3c0c866ba845752fe990186cab81bc2b09e3e3
Author : Dmitry Belyavskiy <dbelyavs@redhat.com>
Date   : 2026-04-10T15:13:22+02:00
Stats  : +2/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl/c/ac3c0c866ba845752fe990186cab81bc2b09e3e3?branch=rebase_40beta

Log:
Fix build

---
diff --git a/openssl.spec b/openssl.spec
index edc4ea9..59553ce 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -41,7 +41,7 @@ Version: 4.0.0~rc1
 Release: 2%{?dist}
 Epoch: 1
 %if 0%{?prerelease:1}
-Source0: openssl-%{version}-%{prerelease}.tar.gz
+Source0: openssl-4.0.0-%{prerelease}.tar.gz
 %else
 Source0: openssl-%{version}.tar.gz
 %endif
@@ -157,7 +157,7 @@ from other formats to the formats used by the OpenSSL toolkit.
 
 %prep
 %if 0%{?prerelease:1}
-%autosetup -S git -n %{name}-%{version}-%{prerelease}
+%autosetup -S git -n %{name}-4.0.0-%{prerelease}
 %else
 %autosetup -S git -n %{name}-%{version}
 %endif

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:45 [rpms/openssl] rebase_40beta: Fix build Dmitry Belyavskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox