[yum-cvs] yum-utils yum-utils.spec,1.27,1.28
Tim Lauridsen
timlau at linux.duke.edu
Tue Feb 6 11:29:35 UTC 2007
Update of /home/groups/yum/cvs/yum-utils
In directory login1.linux.duke.edu:/tmp/cvs-serv9643
Modified Files:
yum-utils.spec
Log Message:
Added %{?dist} to release in spec file, so the spec can be used as is in
Fedora Extras and it dont hurt other distros.
Index: yum-utils.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/yum-utils.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- yum-utils.spec 31 Dec 2006 20:40:28 -0000 1.27
+++ yum-utils.spec 6 Feb 2007 11:29:33 -0000 1.28
@@ -1,7 +1,7 @@
Summary: Utilities based around the yum package manager
Name: yum-utils
Version: 1.0.2
-Release: 1
+Release: 1%{?dist}
License: GPL
Group: Development/Tools
Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
@@ -240,6 +240,9 @@
%changelog
+* Tue Feb 6 2006 Tim Lauridsen <tla at rasmil.dk>
+- Added %%{?dist} tag
+
* Sun Dec 31 2006 Tim Lauridsen <tla at rasmil.dk>
- mark it as 1.0.2
More information about the Yum-cvs-commits
mailing list