[lancet] Removed the Requires: ant-nodeps as the virtual provides was removed from

Orcan Ogetbil oget at fedoraproject.org
Sun Aug 4 16:06:09 UTC 2013


commit dfa7510f95b62e0f67801dd2e20874bb71d0b2e8
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Aug 4 12:06:01 2013 -0400

    Removed the Requires: ant-nodeps as the virtual provides was removed from
    
      ant >= 1.9.

 lancet.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/lancet.spec b/lancet.spec
index 6727ef7..b4d8e06 100644
--- a/lancet.spec
+++ b/lancet.spec
@@ -6,7 +6,7 @@
 
 Name:           %{artifactId}
 Version:        1.0.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A build tool like Ant or Rake
 
 Group:          Development/Languages
@@ -32,8 +32,7 @@ Requires(postun): jpackage-utils
 %endif
 
 Requires:       java-devel >= 1:1.6.0
-Requires:       ant >= 1.7.1
-Requires:       ant-nodeps >= 1.7.1
+Requires:       ant >= 1.8.2
 
 %description
 Lancet is a build tool like Ant or Rake. Lancet makes it
@@ -84,6 +83,10 @@ rm -rf %{buildroot}
 %{_javadir}/%{name}.jar
 
 %changelog
+* Sun Aug 04 2013 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.1-8
+- Removed the Requires: ant-nodeps as the virtual provides was removed from
+  ant >= 1.9.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list