- 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.
This commit is contained in:
prockai 2006-01-17 08:59:39 +00:00
parent c094f02310
commit f7645f1042

View File

@ -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 <prockai@redhat.com> - 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 <prockai@redhat.com> - 0.52.2-2
- do not build whiptcl, as per 177346 -- so that we avoid dependency on tcl