rpms/uniconvertor/devel uniconvertor.spec,1.2,1.3

Andy Shevchenko (andriy) fedora-extras-commits at redhat.com
Thu Nov 29 20:50:32 UTC 2007


Author: andriy

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

Modified Files:
	uniconvertor.spec 
Log Message:
Fix conflict with netatalk (05011)



Index: uniconvertor.spec
===================================================================
RCS file: /cvs/extras/rpms/uniconvertor/devel/uniconvertor.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uniconvertor.spec	23 Nov 2007 20:17:10 -0000	1.2
+++ uniconvertor.spec	29 Nov 2007 20:49:59 -0000	1.3
@@ -47,6 +47,10 @@
 # Satisfy rpmlint claim on debuginfo subpackage
 chmod 644 src/modules/*/*.{c,h}
 
+# Rename uniconv script due to conflicts with netatalk
+# (https://bugzilla.redhat.com/show_bug.cgi?id=405011)
+mv $RPM_BUILD_ROOT%{_bindir}/uniconv $RPM_BUILD_ROOT%{_bindir}/uniconvertor
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -56,11 +60,14 @@
 %defattr(-,root,root,-)
 %doc README
 %doc COPYRIGHTS GNU_GPL_v2 GNU_LGPL_v2
-%{_bindir}/uniconv
+%{_bindir}/uniconvertor
 %{python_sitearch}/*
 
 
 %changelog
+* Thu Nov 29 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.0-5
+- fix conflict with netatalk: rename uniconv to uniconvertor (#405011)
+
 * Thu Nov 22 2007 Andy Shevchenko <andy at smile.org.ua> 1.0.0-4
 - use python_sitearch and CFLAGS
 




More information about the fedora-extras-commits mailing list