rpms/unison213/EL-5 unison213.spec,1.2,1.3

Stephen Warren (swarren) fedora-extras-commits at redhat.com
Sun Mar 23 18:07:00 UTC 2008


Author: swarren

Update of /cvs/pkgs/rpms/unison213/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30350/EL-5

Modified Files:
	unison213.spec 
Log Message:
unison213 EL-5: Still use posttrans not post, because we need clean upgrade from rpmforge.



Index: unison213.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unison213/EL-5/unison213.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unison213.spec	23 Mar 2008 17:59:55 -0000	1.2
+++ unison213.spec	23 Mar 2008 18:06:22 -0000	1.3
@@ -46,8 +46,8 @@
 BuildRequires: gtk2-devel
 %endif
 
-Requires(post):   %{_sbindir}/alternatives
-Requires(postun): %{_sbindir}/alternatives
+Requires(posttrans): %{_sbindir}/alternatives
+Requires(postun):    %{_sbindir}/alternatives
 
 # Enforce the switch from unison to unisonN.NN
 Obsoletes: unison < 2.27.57-3
@@ -109,7 +109,7 @@
 %clean
 rm -rf %{buildroot}
 
-%post
+%posttrans
 %if 0%{?build_gui}
 %define build_gui_slash \
 %else




More information about the fedora-extras-commits mailing list