diff --git a/3.3.0.Final.tar.gz b/3.3.0.Final.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7c0be01d7f43d38f60eb699718e1ddbc0e9373a5 Binary files /dev/null and b/3.3.0.Final.tar.gz differ diff --git a/3.4.1.Final.tar.gz b/3.4.1.Final.tar.gz deleted file mode 100644 index b898fbac19543679e458a18c0d7570a7f23d96d1..0000000000000000000000000000000000000000 Binary files a/3.4.1.Final.tar.gz and /dev/null differ diff --git a/jboss-logging.spec b/jboss-logging.spec index 29f80db7ae6ee5fefaae3930fe833976b5fca949..81c31ffe49ca9ea2f338a1ca5adb653600ac4a08 100644 --- a/jboss-logging.spec +++ b/jboss-logging.spec @@ -1,10 +1,10 @@ Name: jboss-logging -Version: 3.4.1 -Release: 1 +Version: 3.3.0 +Release: 6 Summary: The JBoss Logging Framework License: ASL 2.0 URL: https://github.com/jboss-logging/jboss-logging -Source0: https://github.com/jboss-logging/jboss-logging/archive/3.4.1.Final.tar.gz +Source0: https://github.com/jboss-logging/jboss-logging/archive/3.3.0.Final.tar.gz BuildRequires: git graphviz maven-local mvn(jdepend:jdepend) mvn(log4j:log4j:12) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) mvn(org.apache.logging.log4j:log4j-api) BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) mvn(org.codehaus.mojo:buildnumber-maven-plugin) @@ -22,7 +22,7 @@ Summary: Javadoc for jboss-logging This package contains the API documentation for jboss-logging. %prep -%setup -q -n jboss-logging-3.4.1.Final +%setup -q -n jboss-logging-3.3.0.Final %pom_xpath_set pom:properties/pom:version.org.apache.log4j 12 @@ -47,9 +47,6 @@ sed -i 's/\r//' LICENSE.txt %license LICENSE.txt %changelog -* Tue Jan 18 2022 SimpleUpdate Robot - 3.4.1-1 -- Upgrade to version 3.4.1 - * Thu Dec 16 2021 wangkai - 3.3.0-6 - This package depends on log4j.After the log4j vulnerability CVE-2021-44228 is fixed,the version needs to be rebuild.