rpms/man-pages-ko/devel import.log, 1.1, 1.2 man-pages-ko.spec, 1.18, 1.19

Ding-Yi Chen dchen at fedoraproject.org
Mon Sep 15 07:16:38 UTC 2008


Author: dchen

Update of /cvs/pkgs/rpms/man-pages-ko/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20801/devel

Modified Files:
	import.log man-pages-ko.spec 
Log Message:
Bug 462197


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ko/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	4 Aug 2008 03:12:24 -0000	1.1
+++ import.log	15 Sep 2008 07:16:07 -0000	1.2
@@ -1 +1,2 @@
 man-pages-ko-20050219-4_fc9:HEAD:man-pages-ko-20050219-4.fc9.src.rpm:1217819541
+man-pages-ko-20050219-5_fc9:HEAD:man-pages-ko-20050219-5.fc9.src.rpm:1221462843


Index: man-pages-ko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ko/devel/man-pages-ko.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- man-pages-ko.spec	4 Aug 2008 03:12:24 -0000	1.18
+++ man-pages-ko.spec	15 Sep 2008 07:16:07 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: Korean(Hangul) Man(manual) Pages from the Korean Manpage Project
 Name: man-pages-ko
 Version: 20050219
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: Copyright only
 Epoch: 2
 Group: Documentation
@@ -38,15 +38,16 @@
 #conflict with shadow-utils in Fedora 9
 rm -f ./man8/vipw.8
 #conflict with rpms in Fedora 9
-rm -f ./man8/rpm.8 ./man8/rpmcpio.8
+rm -f ./man8/rpm.8 ./man8/rpm2cpio.8
 
 
+%build 
 for i in `find . -type f -name \*.gz`; do
     gunzip $i
 done
 for i in 1 1x 2 3 4 5 6 7 8 9; do
     for j in `find . -type f -name \*.$i`; do
-        case "$j" in
+        case "$j" in 
             './man7/iso_8859-1.7' | './man7/iso_8859-7.7')
                 #Already in UTF-8
                 iconv -f UTF-8 -t UTF-8 $j -o $j.out
@@ -61,14 +62,12 @@
                 gzip $j
                 ;;
         esac
-
     done
     for j in `find . -type f -name \*.$i.bak`; do
         rm -f $j
     done
 done
 
-%build 
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -86,6 +85,9 @@
 %{_mandir}/ko
 
 %changelog
+* Mon Sep 15 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-5
+- Fix Bug 462197 -  File conflict between man-pages-ko and rpm
+
 * Mon Aug 04 2008 Ding-Yi Chen <dchen at redhat dot com> - 2:20050219-4
 - Fix the file conflict with rpm-4.5.90
 




More information about the fedora-extras-commits mailing list