rpms/aalib/devel aalib.spec,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Dec 16 20:40:25 UTC 2004


Author: mschwendt

Update of /cvs/extras/rpms/aalib/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv13581

Modified Files:
	aalib.spec 
Log Message:
Fix undefined epoch in aalib-devel dependency


Index: aalib.spec
===================================================================
RCS file: /cvs/extras/rpms/aalib/devel/aalib.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- aalib.spec	11 Nov 2004 19:21:36 -0000	1.5
+++ aalib.spec	16 Dec 2004 20:40:23 -0000	1.6
@@ -3,7 +3,7 @@
 Summary: 	An ASCII art library.
 Name: 		aalib
 Version: 	1.4.0
-Release: 	0.%{rc_subver}.2
+Release: 	0.%{rc_subver}.3
 License: 	LGPL
 Group: 		System Environment/Libraries
 URL: 		http://aa-project.sourceforge.net/aalib/
@@ -16,7 +16,7 @@
 %package devel
 Summary:	aalib development files
 Group:		Development/Libraries
-Requires:	%{name} = %{epoch}:%{version}-%{release}
+Requires:	%{name} = %{version}-%{release}
 Requires:	XFree86-devel, slang-devel, gpm-devel
 Requires(post):	/sbin/install-info
 Requires(postun): /sbin/install-info
@@ -90,6 +90,9 @@
 %{_datadir}/aclocal/aalib.m4
 
 %changelog
+* Thu Dec 16 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 1.4.0-0.rc5.3
+- If Epoch is dropped, %%epoch must not be used anywhere else.
+
 * Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 1.4.0-0.rc5.2
 - Bump release for compatibility (still, it'll break *sigh*).
 - Fix possible non zero exit status from %%install.




More information about the fedora-extras-commits mailing list