[PATCH] spec: Fix typo in libvirt-daemon Obsoletes macro expansion

Jim Fehlig via Devel posted 1 patch 1 day, 4 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260803164622.164793-1-jfehlig@suse.com
libvirt.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] spec: Fix typo in libvirt-daemon Obsoletes macro expansion
Posted by Jim Fehlig via Devel 1 day, 4 hours ago
From: Jim Fehlig <jfehlig@suse.com>

Fixes: 07b220964f968284533e589a2ac28cc465fd26ae
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 72fc08f9e7..2411fd94c4 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -309,7 +309,7 @@ Source: https://download.libvirt.org/%{?mainturl}libvirt-%{version}.tar.xz
 %if %{with_libvirtd}
 Requires: libvirt-daemon = %{version}-%{release}
 %else
-Obsoletes: libvirt-daemon < %(version)-%(release)
+Obsoletes: libvirt-daemon < %{version}-%{release}
 %endif
 Requires: libvirt-daemon-config-network = %{version}-%{release}
 Requires: libvirt-daemon-config-nwfilter = %{version}-%{release}
-- 
2.51.0
Re: [PATCH] spec: Fix typo in libvirt-daemon Obsoletes macro expansion
Posted by Ján Tomko via Devel 10 hours ago
On a Monday in 2026, Jim Fehlig via Devel wrote:
>From: Jim Fehlig <jfehlig@suse.com>
>
>Fixes: 07b220964f968284533e589a2ac28cc465fd26ae
>Signed-off-by: Jim Fehlig <jfehlig@suse.com>
>---
> libvirt.spec.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano