rpms/nmh/devel nmh.spec,1.8,1.9

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Mon Dec 5 22:07:05 UTC 2005


Author: bressers

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

Modified Files:
	nmh.spec 
Log Message:
Add a buildrequires on /bin/vi to make the build process happy.



Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nmh.spec	10 Nov 2005 21:16:29 -0000	1.8
+++ nmh.spec	5 Dec 2005 22:07:03 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.1
-Release:        11.fc5
+Release:        12.fc5
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -13,7 +13,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    libtermcap-devel
 BuildRequires:  db4-devel
-BuildRequires:  sendmail
+BuildRequires:  /usr/sbin/sendmail
+BuildRequires:  /bin/vi
 
 %description
 Nmh is an email system based on the MH email system and is intended to
@@ -65,6 +66,10 @@
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Mon Dec 05 2005 Josh Bressers <bressers at redhat.com> 0:1.1-12.fc5
+- Add a buildrequires on /bin/vi
+- Modify the sendmail buildrequires to use /usr/sbin/sendmail
+
 * Thu Nov 10 2005 Josh Bressers <bressers at redhat.com> 0:1.1-11.fc5
 - Add a sendmail buildrequires to make spost work properly
 




More information about the scm-commits mailing list