rpms/maven-install-plugin/devel maven-install-plugin.spec,1.2,1.3

Hui Wang huwang at fedoraproject.org
Wed May 19 15:50:38 UTC 2010


Author: huwang

Update of /cvs/pkgs/rpms/maven-install-plugin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31042

Modified Files:
	maven-install-plugin.spec 
Log Message:
added missing provides/obsoletes


Index: maven-install-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maven-install-plugin/devel/maven-install-plugin.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- maven-install-plugin.spec	19 May 2010 09:07:20 -0000	1.2
+++ maven-install-plugin.spec	19 May 2010 15:50:38 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           maven-install-plugin
 Version:        2.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Maven Install Plugin
 
 Group:          Development/Libraries
@@ -37,6 +37,9 @@ Requires: maven-archiver
 Requires(post):       jpackage-utils
 Requires(postun):     jpackage-utils
 
+Provides:       maven2-plugin-install = %{version}-%{release}
+Obsoletes:      maven2-plugin-install <= 0:2.0.8
+
 %description
 Copies the project artifacts to the user's local repository.
 
@@ -105,7 +108,10 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
-* Wed May 19 2010 Hui Wang <huwang at redhat,com> - 2.3.3
+* Wed May 19 2010 Hui Wang <huwang at redhat.com> - 2.3-4
+- Added missing obsoletes/provides
+
+* Wed May 19 2010 Hui Wang <huwang at redhat.com> - 2.3-3
 - Added missing BR : maven-archiver
 
 * Mon May 17 2010 Hui Wang <huwang at redhat.com> - 2.3-2



More information about the scm-commits mailing list