rpms/newt/devel newt.spec,1.30,1.31

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 17 08:59:44 UTC 2006


Author: prockai

Update of /cvs/dist/rpms/newt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6083

Modified Files:
	newt.spec 
Log Message:
* Tue Jan 17 2006 Petr Rockai <prockai at 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.



Index: newt.spec
===================================================================
RCS file: /cvs/dist/rpms/newt/devel/newt.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- newt.spec	16 Jan 2006 21:08:29 -0000	1.30
+++ newt.spec	17 Jan 2006 08:59:39 -0000	1.31
@@ -4,14 +4,14 @@
 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 @@
 %{_libdir}/libnewt.so
 
 %changelog
+* Tue Jan 17 2006 Petr Rockai <prockai at 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 at redhat.com> - 0.52.2-2
 - do not build whiptcl, as per 177346 -- so that we avoid dependency on tcl
 




More information about the fedora-cvs-commits mailing list