rpms/bash/devel bash.spec,1.138,1.139

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 7 10:13:35 UTC 2007


Author: twaugh

Update of /cvs/dist/rpms/bash/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20368

Modified Files:
	bash.spec 
Log Message:
* Wed Feb  7 2007 Tim Waugh <twaugh at redhat.com> 3.2-8
- Avoid %makeinstall (bug #225609).
- Resolves: rhbz#225609



Index: bash.spec
===================================================================
RCS file: /cvs/dist/rpms/bash/devel/bash.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- bash.spec	6 Feb 2007 14:05:10 -0000	1.138
+++ bash.spec	7 Feb 2007 10:13:30 -0000	1.139
@@ -1,7 +1,7 @@
 Version: 3.2
 Name: bash
 Summary: The GNU Bourne Again shell (bash) version %{version}
-Release: 7%{?dist}
+Release: 8%{?dist}
 Group: System Environment/Shells
 License: GPL
 Url: http://www.gnu.org/software/bash
@@ -102,7 +102,7 @@
 # Fix bug #83776
 perl -pi -e 's,bashref\.info,bash.info,' doc/bashref.info
 
-%makeinstall
+make DESTDIR=$RPM_BUILD_ROOT install
 
 mkdir -p $RPM_BUILD_ROOT/etc
 
@@ -220,6 +220,9 @@
 %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Wed Feb  7 2007 Tim Waugh <twaugh at redhat.com> 3.2-8
+- Avoid %%makeinstall (bug #225609).
+
 * Tue Feb  6 2007 Tim Waugh <twaugh at redhat.com> 3.2-7
 - Reinstated this change:
   - Post requires ncurses (bug #224567).




More information about the fedora-cvs-commits mailing list