diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec index 9345d56..85e7392 100644 --- a/apache-commons-daemon.spec +++ b/apache-commons-daemon.spec @@ -1,6 +1,6 @@ Name: apache-commons-daemon -Version: 1.3.2 -Release: 2 +Version: 1.3.3 +Release: 1 Summary: Defines API to support an alternative invocation mechanism License: ASL 2.0 URL: http://commons.apache.org/daemon @@ -46,7 +46,7 @@ cd - %mvn_file : commons-daemon apache-commons-daemon %mvn_alias : org.apache.commons:commons-daemon -%mvn_build +%mvn_build -f %install install -Dpm 755 src/native/unix/jsvc $RPM_BUILD_ROOT%{_bindir}/jsvc @@ -63,6 +63,9 @@ install -Dpm 644 src/native/unix/jsvc.1 $RPM_BUILD_ROOT%{_mandir}/man1/jsvc.1 %{_mandir}/man1/jsvc.1* %changelog +* Tue May 09 2023 Ge Wang - 1.3.3-1 +- Update to version 1.3.3 + * Wed Mar 22 2023 misaka00251 - 1.3.2-2 - Fix build failed on openEuler RISC-V diff --git a/commons-daemon-1.3.2-src.tar.gz b/commons-daemon-1.3.2-src.tar.gz deleted file mode 100644 index 9c631f7..0000000 Binary files a/commons-daemon-1.3.2-src.tar.gz and /dev/null differ diff --git a/commons-daemon-1.3.3-src.tar.gz b/commons-daemon-1.3.3-src.tar.gz new file mode 100644 index 0000000..d4e4c29 Binary files /dev/null and b/commons-daemon-1.3.3-src.tar.gz differ