#9 Enable vfs support
Merged 11 months ago by didiksupriadi41. Opened 11 months ago by jjames.
Unknown source rawhide  into  rawhide

file modified
+5 -2
@@ -1,13 +1,13 @@

  %bcond_without httpclient

  %bcond_without oro

- %bcond_with vfs

+ %bcond_without vfs

  %bcond_without sftp

  

  %global jarname ivy

  

  Name:           apache-%{jarname}

  Version:        2.5.1

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Java-based dependency manager

  License:        Apache-2.0

  URL:            https://ant.apache.org/ivy
@@ -146,6 +146,9 @@

  %{_sysconfdir}/ant.d/%{name}

  

  %changelog

+ * Thu Jul 13 2023 Jerry James <loganjerry@gmail.com> - 2.5.1-4

+ - Enable vfs support

+ 

  * Sun Jun 25 2023 Didik Supriadi <didiksupriadi41@fedoraproject.org> - 2.5.1-3

  - Build with ivy instead of maven

  

The apache-commons-vfs package has been built in Rawhide, and an update submitted for F38. (It fails to build for F37 for reasons I have not yet diagnosed.) This commit enables vfs support in apache-ivy so that xmvn-connector-ivy can be built again.

Incidentally, I noticed that apache-ivy-2.5.1-src.tar.gz.asc has been checked into git. According to the Packaging Guidelines, it should be uploaded to the lookaside cache along with the sources.

Merged.
I have uploaded the signature to the lookaside cache. Thanks for sharing this information and keeping things in line with the guidelines. :100:

Pull-Request has been merged by didiksupriadi41

11 months ago
Metadata