rpms/epylog/devel epylog.spec,1.1,1.2

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Tue Apr 5 21:16:17 UTC 2005


Author: icon

Update of /cvs/extras/rpms/epylog/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7841

Modified Files:
	epylog.spec 
Log Message:
Do not buildrequire sed.



Index: epylog.spec
===================================================================
RCS file: /cvs/extras/rpms/epylog/devel/epylog.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epylog.spec	1 Apr 2005 14:16:11 -0000	1.1
+++ epylog.spec	5 Apr 2005 21:16:15 -0000	1.2
@@ -4,7 +4,7 @@
 
 Name:           epylog
 Version:        1.0.3
-Release:        1
+Release:        2
 Epoch:          0
 Summary:        New logs analyzer and parser
 
@@ -16,7 +16,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 
-BuildRequires:  python-devel, sed >= 4
+BuildRequires:  python-devel
 Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires:       libxml2-python
 
@@ -47,8 +47,8 @@
 %prep
 %setup -q
 ##
-# The --with-lynx is just a sane default. It doesn't actually require it to
-# run.
+# The --with-lynx is just a sane default. Epylog doesn't actually require 
+# it to run in the out-of-the-box configuration.
 #
 %configure \
     --with-python=%{__python} \
@@ -107,6 +107,9 @@
 
 
 %changelog
+* Tue Apr 05 2005 Konstantin Ryabitsev <icon at linux.duke.edu> 1.0.3-2
+- Do not BuildRequire seth.
+
 * Thu Mar 31 2005 Konstantin Ryabitsev <icon at linux.duke.edu> 1.0.3-1
 - Rework the specfile to match Fedora Extras format.
 - Use _perl_vendorlib




More information about the fedora-extras-commits mailing list