From f7645f10422e1c3d61a3d3b97789930195d38084 Mon Sep 17 00:00:00 2001 From: prockai Date: Tue, 17 Jan 2006 08:59:39 +0000 Subject: [PATCH] - Provide: snack = %{version} instead of plain "snack", so that we don't block upgrades of custom "snack" packages. This should not break anything. (Hopefully) fixes BR 171415. --- newt.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/newt.spec b/newt.spec index e409b0e..cd9d110 100644 --- a/newt.spec +++ b/newt.spec @@ -4,14 +4,14 @@ Summary: A development library for text mode user interfaces. Name: newt %define version 0.52.2 Version: %{version} -Release: 2 +Release: 3 License: LGPL Group: System Environment/Libraries Source: newt-%{version}.tar.gz Patch0: newt-0.52.2-notcl.patch BuildRequires: python, python-devel, perl, slang-devel Requires: slang -Provides: snack +Provides: snack = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-root %package devel @@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libnewt.so %changelog +* Tue Jan 17 2006 Petr Rockai - 0.52.2-3 +- Provide: snack = %{version} instead of plain "snack", so that + we don't block upgrades of custom "snack" packages. This should + not break anything. (Hopefully) fixes BR 171415. + * Mon Jan 16 2006 Petr Rockai - 0.52.2-2 - do not build whiptcl, as per 177346 -- so that we avoid dependency on tcl