diff --git a/SPECS-EXTENDED/javapackages-tools-meta/javapackages-tools-meta.spec b/SPECS-EXTENDED/javapackages-tools-meta/javapackages-tools-meta.spec index 287e01982e..2318779887 100644 --- a/SPECS-EXTENDED/javapackages-tools-meta/javapackages-tools-meta.spec +++ b/SPECS-EXTENDED/javapackages-tools-meta/javapackages-tools-meta.spec @@ -12,7 +12,7 @@ License: BSD Vendor: Microsoft Corporation Distribution: Mariner URL: https://github.com/fedora-java/javapackages -Source0: %{name}-%{version}.tar.gz +Source0: https://github.com/fedora-java/javapackages/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch %description @@ -24,7 +24,7 @@ Requires: javapackages-tools = %{version} Requires: javapackages-local = %{version}-%{release} Requires: xmvn-minimal Requires: xmvn-mojo -#Requires: xmvn-connector-aether +Requires: xmvn-connector-aether # Common Maven plugins required by almost every build. It wouldn't make # sense to explicitly require them in every package built with Maven. Requires: mvn(org.apache.maven.plugins:maven-compiler-plugin) @@ -70,6 +70,7 @@ Requires: python3 This package provides non-essential macros and scripts to support Java packaging. %files -n javapackages-local +%license LICENSE %files -n maven-local @@ -80,6 +81,7 @@ This package provides non-essential macros and scripts to support Java packaging - Initial CBL-Mariner import from Fedora 32 (license: MIT). - Create javapackages-local-bootstrap without xmvn requires. - Add requires on upstream javapackages-tools. +- License verified. * Wed Jan 29 2020 Fedora Release Engineering - 5.3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/SPECS-EXTENDED/velocity/velocity.spec b/SPECS-EXTENDED/velocity/velocity.spec index e59cc0359e..53249d6a32 100644 --- a/SPECS-EXTENDED/velocity/velocity.spec +++ b/SPECS-EXTENDED/velocity/velocity.spec @@ -1,29 +1,58 @@ -%bcond_with bootstrap - -Summary: Java-based template engine -Name: velocity -Version: 1.7 -Release: 37%{?dist} -License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner +# +# spec file for package velocity +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: velocity +Version: 1.7 +Release: 10%{?dist} +Summary: Java-based template engine +License: ASL 2.0 +Group: Development/Libraries/Java URL: https://velocity.apache.org/ Source0: https://github.com/apache/%{name}-engine/archive/refs/tags/%{version}.tar.gz#/%{name}-engine-%{version}.tar.gz Patch1: 0001-Port-to-apache-commons-lang3.patch Patch2: 0002-Force-use-of-JDK-log-chute.patch Patch3: 0003-CVE-2020-13936.patch - +BuildRequires: ant >= 1.6.5 +BuildRequires: ant-junit +BuildRequires: antlr +BuildRequires: commons-collections +BuildRequires: commons-lang3 +BuildRequires: commons-logging +BuildRequires: fdupes +BuildRequires: hsqldb +BuildRequires: javapackages-local-bootstrap +BuildRequires: jdom >= 1.0-1 +BuildRequires: junit +BuildRequires: oro +BuildRequires: plexus-classworlds +BuildRequires: servletapi4 +BuildRequires: werken-xpath +Requires: commons-collections +Requires: commons-lang3 +Requires: java >= 1.6.0 +Requires: jdom >= 1.0-1 +Requires: oro +Requires: servletapi4 +Requires: werken-xpath BuildArch: noarch -BuildRequires: maven-local -%if %{with bootstrap} -BuildRequires: javapackages-bootstrap -%else -BuildRequires: mvn(commons-collections:commons-collections) -BuildRequires: mvn(org.apache.commons:commons-lang3) -BuildRequires: mvn(org.apache:apache:pom:) -%endif - %description Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in @@ -45,355 +74,230 @@ template services for the Turbine web application framework. Velocity+Turbine provides a template service that will allow web applications to be developed according to a true MVC model. +%package manual +Summary: Manual for %{name} +Group: Development/Libraries/Java + +%description manual +Velocity is a Java-based template engine. It permits anyone to use the +simple yet powerful template language to reference objects defined in +Java code. +When Velocity is used for web development, Web designers can work in +parallel with Java programmers to develop web sites according to the +Model-View-Controller (MVC) model, meaning that web page designers can +focus solely on creating a site that looks good, and programmers can +focus solely on writing top-notch code. Velocity separates Java code +from the web pages, making the web site more maintainable over the long +run and providing a viable alternative to Java Server Pages (JSPs) or +PHP. +Velocity's capabilities reach well beyond the realm of web sites; for +example, it can generate SQL and PostScript and XML (see Anakia for more +information on XML transformations) from templates. It can be used +either as a standalone utility for generating source code and reports, +or as an integrated component of other systems. Velocity also provides +template services for the Turbine web application framework. +Velocity+Turbine provides a template service that will allow web +applications to be developed according to a true MVC model. + %package javadoc Summary: Javadoc for %{name} +Group: Documentation/HTML %description javadoc -Javadoc for %{name}. +Velocity is a Java-based template engine. It permits anyone to use the +simple yet powerful template language to reference objects defined in +Java code. +When Velocity is used for web development, Web designers can work in +parallel with Java programmers to develop web sites according to the +Model-View-Controller (MVC) model, meaning that web page designers can +focus solely on creating a site that looks good, and programmers can +focus solely on writing top-notch code. Velocity separates Java code +from the web pages, making the web site more maintainable over the long +run and providing a viable alternative to Java Server Pages (JSPs) or +PHP. +Velocity's capabilities reach well beyond the realm of web sites; for +example, it can generate SQL and PostScript and XML (see Anakia for more +information on XML transformations) from templates. It can be used +either as a standalone utility for generating source code and reports, +or as an integrated component of other systems. Velocity also provides +template services for the Turbine web application framework. +Velocity+Turbine provides a template service that will allow web +applications to be developed according to a true MVC model. + +%package demo +Summary: Demo for %{name} +Group: Development/Libraries/Java +Requires: %{name} = %{version}-%{release} + +%description demo +Velocity is a Java-based template engine. It permits anyone to use the +simple yet powerful template language to reference objects defined in +Java code. +When Velocity is used for web development, Web designers can work in +parallel with Java programmers to develop web sites according to the +Model-View-Controller (MVC) model, meaning that web page designers can +focus solely on creating a site that looks good, and programmers can +focus solely on writing top-notch code. Velocity separates Java code +from the web pages, making the web site more maintainable over the long +run and providing a viable alternative to Java Server Pages (JSPs) or +PHP. +Velocity's capabilities reach well beyond the realm of web sites; for +example, it can generate SQL and PostScript and XML (see Anakia for more +information on XML transformations) from templates. It can be used +either as a standalone utility for generating source code and reports, +or as an integrated component of other systems. Velocity also provides +template services for the Turbine web application framework. +Velocity+Turbine provides a template service that will allow web +applications to be developed according to a true MVC model. %prep -%autosetup -p1 -n %{name}-engine-%{version} +%autosetup -p1 +# Remove all binary libs used in compiling the package. +# Note that velocity has some jar files containing macros under +# examples and test that should not be removed. +#find build -name '*.jar' -exec rm -f \{\} \; +for j in $(find . -name "*.jar" | grep -v /test/); do + mv $j $j.no +done -find . -name '*.jar' ! -name 'test*.jar' -print -delete -find . -name '*.class' ! -name 'Foo.class' -print -delete - -# Disable unneeded features -rm -r src/java/org/apache/velocity/{anakia,texen,servlet,convert} -rm src/java/org/apache/velocity/runtime/log/{Avalon,Log4J}Log{Chute,System}.java -rm src/java/org/apache/velocity/runtime/log/{CommonsLog,Servlet}LogChute.java -rm src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java +# Removing dependency on "avalong-logkit". +rm src/java/org/apache/velocity/runtime/log/AvalonLogChute.java +rm src/java/org/apache/velocity/runtime/log/AvalonLogSystem.java rm src/java/org/apache/velocity/runtime/log/VelocityFormatter.java -rm src/java/org/apache/velocity/app/event/implement/Escape{Html,JavaScript,Sql,Xml,}Reference.java -%pom_remove_dep :oro -%pom_remove_dep :jdom +# Removing dependency on "log4j12". +rm src/java/org/apache/velocity/runtime/log/Log4JLogChute.java +rm src/java/org/apache/velocity/runtime/log/Log4JLogSystem.java +rm src/java/org/apache/velocity/runtime/log/SimpleLog4JLogSystem.java + +# Removing dependency on "commons-logging". +rm src/java/org/apache/velocity/runtime/log/CommonsLogLogChute.java + +# Need porting to new servlet API. We would just add a lot of empty functions. +rm src/test/org/apache/velocity/test/VelocityServletTestCase.java + +# This test doesn't work with new hsqldb. +rm src/test/org/apache/velocity/test/sql/DataSourceResourceLoaderTestCase.java + +%pom_remove_parent pom.xml %pom_remove_dep :commons-logging %pom_remove_dep :log4j -%pom_remove_dep :servlet-api %pom_remove_dep :logkit -%pom_remove_dep :ant -%pom_remove_dep :werken-xpath - -%{mvn_alias} : %{name}:%{name} %build -%{mvn_build} -f +#export JAVA_HOME=%{_jvmdir}/java-1.5.0 +# Use servletapi4 instead of servletapi5 in CLASSPATH +mkdir -p bin/test-lib +pushd bin/test-lib +ln -sf $(build-classpath hsqldb) +ln -sf $(build-classpath junit) +popd +mkdir -p bin/lib +pushd bin/lib +ln -sf $(build-classpath ant) +ln -sf $(build-classpath antlr) +ln -sf $(build-classpath commons-collections) +ln -sf $(build-classpath commons-lang3) +ln -sf $(build-classpath commons-logging) +ln -sf $(build-classpath jdom) +ln -sf $(build-classpath oro) +# Use servletapi4 instead of servletapi5 in CLASSPATH +ln -sf $(build-classpath servletapi4) +ln -sf $(build-classpath werken-xpath) +ln -sf $(build-classpath plexus/classworlds) +popd +export CLASSPATH=$(build-classpath jdom commons-collections commons-lang3 werken-xpath antlr) +CLASSPATH=$CLASSPATH:$(pwd)/test/texen-classpath/test.jar +export OPT_JAR_LIST="ant/ant-junit junit" +#FIXME: tests failed on CommonsExtPropTestCase +#but resulting files seems to be same +ant \ + -Djavac.source=1.6 -Djavac.target=1.6 \ + -buildfile build/build.xml \ + jar javadocs %install -%{mvn_install} +# jars +install -d -m 755 %{buildroot}%{_javadir} +install -p -m 644 bin/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar +# pom +install -d -m 755 %{buildroot}%{_mavenpomdir} +install -pm 644 pom.xml \ + %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom +%add_maven_depmap -a velocity:velocity + +# javadoc +install -d -m 755 %{buildroot}%{_javadocdir}/%{name} +cp -pr docs/api/* %{buildroot}%{_javadocdir}/%{name} +%fdupes -s %{buildroot}%{_javadocdir} + +rm -rf docs/api + +# zero-length file +rm -r test/issues/velocity-537/compare/velocity537.vm.cmp +# data +install -d -m 755 %{buildroot}%{_datadir}/%{name} +cp -pr examples test %{buildroot}%{_datadir}/%{name} +%fdupes -s %{buildroot}%{_datadir}/%{name} %files -f .mfiles %license LICENSE NOTICE %doc README.txt -%files javadoc -f .mfiles-javadoc -%license LICENSE NOTICE +%files manual +%doc docs/* + +%files javadoc +%{_javadocdir}/%{name} + +%files demo +%{_datadir}/%{name} %changelog -* Mon Jan 24 2022 Pawel Winogrodzki - 1.7-37 -- Initial CBL-Mariner import from Fedora 36 (license: MIT). +* Mon Jan 31 2022 Pawel Winogrodzki - 1.7-10 +- Removing dependency on "avalog-logkit" and "log4j12". +- Ported to "commons-lang3". - License verified. - -* Fri Jul 23 2021 Fedora Release Engineering - 1.7-36 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon May 17 2021 Mikolaj Izdebski - 1.7-35 -- Bootstrap build -- Non-bootstrap build - -* Wed Jan 27 2021 Fedora Release Engineering - 0:1.7-34 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Sep 11 2020 Fabio Valentini - 0:1.7-33 -- Default to JDK logging and drop commons-logging and log4j12 implementations. - -* Thu Jul 30 2020 Fabio Valentini - 0:1.7-32 -- Port to commons-lang3. - -* Wed Jul 29 2020 Fedora Release Engineering - 0:1.7-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jul 14 2020 Jiri Vanek - 0:1.7-30 -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Mon Jul 13 2020 Mat Booth - 0:1.7-29 -- Ignore test case that fails on Java 11 - -* Sat Jul 11 2020 Jiri Vanek - 0:1.7-28 -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Fri May 15 2020 Mikolaj Izdebski - 1.7-27 -- Build with Maven - -* Fri Jan 31 2020 Fedora Release Engineering - 0:1.7-27 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Nov 05 2019 Mikolaj Izdebski - 1.7-26 -- Mass rebuild for javapackages-tools 201902 - -* Sat Jul 27 2019 Fedora Release Engineering - 0:1.7-26 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri May 24 2019 Mikolaj Izdebski - 1.7-25 -- Mass rebuild for javapackages-tools 201901 - -* Sun Feb 03 2019 Fedora Release Engineering - 0:1.7-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jul 31 2018 Michael Simacek - 0:1.7-24 -- Repack the tarball without binaries - -* Sat Jul 14 2018 Fedora Release Engineering - 0:1.7-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 0:1.7-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0:1.7-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Tue Feb 07 2017 Michael Simacek - 0:1.7-20 -- Add hsqldb conditional -- Switch to glassfish-servlet-api - -* Fri Feb 05 2016 Fedora Release Engineering - 0:1.7-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jul 22 2015 gil cattaneo 0:1.7-18 -- fix FTBFS rhbz#1240035 -- fix BR list, change log4j with log4j12 -- set javac source/target to 1.6 -- disable Java8doc doclint -- remove werken-xpath Import/Export refences in manifest file -- resolve some rpmlint problems -- remove zero-length file -- introduce license macro - -* Fri Jun 19 2015 Fedora Release Engineering - 0:1.7-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Fri Nov 28 2014 Mikolaj Izdebski - 0:1.7-16 -- Update to current packaging guidelines - -* Thu Sep 4 2014 Mikolaj Izdebski - 0:1.7-15 -- Require hsqldb-lib instead of hsqldb - -* Wed Jun 18 2014 Mikolaj Izdebski - 0:1.7-14 -- Apply patch for log4j 1.2.17 - -* Wed Jun 18 2014 Mikolaj Izdebski - 0:1.7-13 -- Use log4j 1.2 compat package -- Skip Java 8 incompatible test - -* Sun Jun 08 2014 Fedora Release Engineering - 0:1.7-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed May 21 2014 Mikolaj Izdebski - 0:1.7-11 -- Use .mfiles generated during build - -* Sat Sep 21 2013 Mikolaj Izdebski - 0:1.7-10 -- Port from werken-xpath to jdom -- Resolves: rhbz#875817 - -* Mon Aug 05 2013 Michal Srb - 0:1.7-9 -- Fix FTBFS (Resolves: #992852) - -* Sun Aug 04 2013 Fedora Release Engineering - 0:1.7-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0:1.7-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Nov 21 2012 Mikolaj Izdebski - 0:1.7-6 -- Install NOTICE files -- Resolves: rhbz#879021 - -* Sun Jul 22 2012 Fedora Release Engineering - 0:1.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Jun 05 2012 Stanislav Ochotnicky - 0:1.7-4 -- Use new tomcat-servlet-api -- Update to latest guidelines - -* Fri Feb 17 2012 Deepak Bhole - 0:1.7-3 -- Resolved rhbz#791045 -- Added patch from Omaid Majid to fix build with Java 7 - -* Sat Jan 14 2012 Fedora Release Engineering - 0:1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 21 2011 Stanislav Ochotnicky - 0:1.7-1 -- Update to latest version -- Drop old patches - -* Mon Feb 07 2011 Fedora Release Engineering - 0:1.6.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Dec 17 2010 Stanislav Ochotnicky - 0:1.6.4-2 -- Add compatibility depmap - -* Wed Nov 3 2010 Stanislav Ochotnicky - 0:1.6.4-1 -- Rebase to latest upstream -- Fix problems from bz#226525 - -* Thu Oct 14 2010 Stanislav Ochotnicky - 0:1.6.3-5 -- Use apache-commons-collections instead of jakarta name -- Use tomcat6 for dependency instead of tomcat5 (bz#640660) - -* Mon Jun 7 2010 Alexander Kurtakov 0:1.6.3-4 -- Fix BR/R for jakarta-commons-rename. - -* Sat Feb 13 2010 Mary Ellen Foster 0:1.6.3-3 -- Get (Build)Requires right - -* Sat Feb 13 2010 Mary Ellen Foster 0:1.6.3-2 -- Require all of the packages in the POM -- Add dist to version - -* Fri Jan 15 2010 Mary Ellen Foster 0:1.6.3-1 -- Update to 1.6.3 -- Remove dependency on avalon-logkit -- Add maven metadata and pom - -* Sun Jan 10 2010 Alexander Kurtakov 0:1.4-10.5 -- Drop gcj_support. -- Fix groups and url. -- Use upstream tarball. - -* Mon Aug 10 2009 Ville Skyttä - 0:1.4-10.4 -- Convert specfile to UTF-8. - -* Sun Jul 26 2009 Fedora Release Engineering - 0:1.4-9.4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Fri Apr 24 2009 Milos Jakubicek - 0:1.4-8.4 -- Fix FTBFS: added velocity-enum.patch (enum is a reserved keyword in java >= 1.5) - -* Wed Feb 25 2009 Fedora Release Engineering - 0:1.4-8.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Jul 10 2008 Tom "spot" Callaway - 0:1.4-7.3 -- drop repotag - -* Thu May 29 2008 Tom "spot" Callaway - 0:1.4-7jpp.2 -- fix license tag - -* Tue Feb 19 2008 Fedora Release Engineering - 0:1.4-7jpp.1 -- Autorebuild for GCC 4.3 - -* Tue Aug 08 2006 Vivek Lakshmanan - 0:1.4-6jpp.1 -- Resync with latest from JPP. -- Partially adopt new naming convention. - -* Sat Jul 22 2006 Vivek Lakshmanan - 0:1.4-5jpp_2fc -- Rebuilt - -* Sat Jul 22 2006 Vivek Lakshmanan - 0:1.4-5jpp_1fc -- Merge with latest from JPP. -- Remove fileversion and my_version macros. -- Remove notexentests patch and replace with a patch to disable -- failure on tests. - -* Sat Jul 22 2006 Jakub Jelinek - 0:1.4-3jpp_8fc -- Rebuilt - -* Tue Jul 18 2006 Deepak Bhole - 0:1.4-3jpp_7fc -- Build on all archs. - -* Wed Jul 12 2006 Jesse Keating - 0:1.4-3jpp_6fc -- rebuild - -* Wed Mar 8 2006 Rafael Schloming - 0:1.4-3jpp_5fc -- excluded s390[x] and ppc64 due to eclipse - -* Mon Mar 6 2006 Jeremy Katz - 0:1.4-3jpp_4fc -- stop scriptlet spew - -* Wed Dec 21 2005 Jesse Keating - 0:1.4-3jpp_3fc -- rebuilt again - -* Fri Dec 09 2005 Jesse Keating - 0:1.4-3jpp_2fc -- rebuilt - -* Tue Nov 8 2005 Vadim Nasardinov - 0:1.4-3jpp_1fc -- Converted from ISO-8859-1 to UTF-8 - -* Wed Jun 15 2005 Gary Benson 0:1.4-3jpp_1fc -- Build into Fedora. - -* Thu Jun 9 2005 Gary Benson -- Remove jarfiles from the tarball. - -* Mon Jun 6 2005 Gary Benson -- Build with servletapi5. -- Add NOTICE file as per Apache License version 2.0. -- Skip some failing tests. - -* Mon Oct 18 2004 Fernando Nasser 0:1.4-3jpp_1rh -- First Red Hat build - -* Thu Sep 23 2004 Ralph Apel 0:1.4-3jpp -- Adapt to jdom-1.0-1 replacing org.jdom.input.DefaultJDOMFactory - by org.jdom.DefaultJDOMFactory in AnakiaJDOMFactory.java - as well as using org.jdom.output.Format in AnakiaTask.java -- Therefore require jdom >= 0:1.0-1 - -* Thu Sep 02 2004 Ralph Apel 0:1.4-2jpp -- Build with ant-1.6.2 - -* Mon Jun 07 2004 Kaj J. Niemi 0:1.4-1jpp -- 1.4 final -- Patch #0 is unnecessary (upstream) -- We have to build velocity against servletapi3 - -* Wed Feb 18 2004 Kaj J. Niemi 0:1.4-0.rc1.2jpp -- Fix a few jpackage related .spec typos, oops. - -* Wed Feb 18 2004 Kaj J. Niemi 0:1.4-0.rc1.1jpp -- Added Patch #0 (velocity-1.4-rc1-ServletTest.patch) from CVS which fixes - build problems. - -* Sun May 25 2003 Ville Skyttä - 0:1.3.1-2jpp -- Add Epochs to dependencies. -- Add explicit defattrs. -- Add non-versioned javadoc symlinks. -- Use sed instead of bash 2 extension when symlinking jars during build. -- Use full URL in Source. -- Fix -javadoc Group tag. -- Drop patch in favour of ant options. -- BuildRequire jpackage-utils and antlr (latter needed for Anakia tests). - -* Sat May 24 2003 Richard Bullington-McGuire 1.3.1-1jpp -- 1.3.1 stable release - -* Fri May 23 2003 Richard Bullington-McGuire 1.3-1jpp -- 1.3 stable release -- Updated for JPackage 1.5 -- Run JUnit regression tests as part of the build process -- Added patch file to fix test case classpath for JUnit standard locations - -* Mon May 06 2002 Guillaume Rousse 1.3-0.rc1.1jpp -- 1.3.0rc1 -- dropped patch -- versioned dir for javadoc -- no dependencies for manual and javadoc packages -- stricter dependency for demo package - -* Wed Dec 12 2001 Guillaume Rousse 1.2-1jpp -- 1.2 -- regenerated patch and corrected manifest -- requires and buildrequires jdom >= 1.0-0.b7.1 - -* Wed Dec 5 2001 Guillaume Rousse 1.1-4jpp -- javadoc into javadoc package - -* Wed Nov 21 2001 Christian Zoffoli 1.1-3jpp -- removed packager tag -- new jpp extension - -* Thu Nov 1 2001 Guillaume Rousse 1.1-2jpp -- first unified release -- s/jPackage/JPackage - -* Fri Sep 14 2001 Guillaume Rousse 1.1-1jpp -- first Mandrake release +- Changes done using Fedora 33 (license: MIT) spec as guidance. + +* Thu Oct 14 2021 Pawel Winogrodzki - 1.7-9 +- Converting the 'Release' tag to the '[number].[distribution]' format. + +* Mon Nov 16 2020 Ruying Chen - 1.7-8.4 +- Initial CBL-Mariner import from openSUSE Tumbleweed (license: same as "License" tag). +- Use javapackages-local-bootstrap to avoid build cycle. + +* Tue Oct 1 2019 Fridrich Strba +- Build against the compatibility package log4j12 +* Mon Apr 8 2019 Fridrich Strba +- Do not depend on the apache-parent, since we are not building + using Maven. +* Thu Feb 14 2019 Fridrich Strba +- Build against the new plexus-classworlds package +* Mon Nov 5 2018 Fridrich Strba +- Add alias "velocity:velocity" to the maven artifact +* Tue Sep 19 2017 fstrba@suse.com +- Fix buid with jdk9: specify java source and target level 1.6 +* Fri May 19 2017 tchvatal@suse.com +- Remove unneeded deps +* Fri May 19 2017 dziolkowski@suse.com +- New build dependency: javapackages-local +* Wed Mar 18 2015 tchvatal@suse.com +- Fix build with new javapackages-tools +* Fri Dec 5 2014 p.drouand@gmail.com +- Update to version 1.7 + + No changelog available +- Add requirement to commons-logging; new dependency +- Remove java-devel >= 1.6.0 requirement; not needed anymore +- Do not copy convert folder; doesn't exist anymore +* Fri Jun 27 2014 tchvatal@suse.com +- Fix build on SLE11 +* Wed Sep 11 2013 mvyskocil@suse.com +- use add_maven_depmap from javapackages-tools +* Mon Sep 9 2013 tchvatal@suse.com +- Move from jpackage-utils to javapackage-tools +* Mon Dec 17 2012 mvyskocil@suse.com +- require avalon-logkit + * drop excalibur from Factory +* Wed Jun 3 2009 mvyskocil@suse.cz +- Initial SUSE packaging diff --git a/SPECS-EXTENDED/xbean/xbean.spec b/SPECS-EXTENDED/xbean/xbean.spec index c6f050a8c4..8843d7dc11 100644 --- a/SPECS-EXTENDED/xbean/xbean.spec +++ b/SPECS-EXTENDED/xbean/xbean.spec @@ -1,345 +1,190 @@ -%bcond_with bootstrap - -Summary: Java plugin based web server -Name: xbean -Version: 4.18 -Release: 6%{?dist} -License: ASL 2.0 Vendor: Microsoft Corporation Distribution: Mariner +# +# spec file for package xbean +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: xbean +Version: 4.18 +Release: 1%{?dist} +Summary: Java plugin based web server +License: ASL 2.0 +Group: Development/Libraries/Java URL: https://geronimo.apache.org/xbean/ -Source0: https://repo1.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip +Source0: http://repo2.maven.org/maven2/org/apache/%{name}/%{name}/%{version}/%{name}-%{version}-source-release.zip Patch1: 0001-Remove-unused-import.patch +# Fix dependency on xbean-asm4-shaded to original objectweb-asm Patch2: 0002-Unbundle-ASM.patch Patch3: 0003-Remove-dependency-on-log4j-and-commons-logging.patch +BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 +BuildRequires: javapackages-local-bootstrap +BuildRequires: objectweb-asm >= 5 +BuildRequires: slf4j +BuildRequires: unzip +# The code uses sun.misc.URLClassloader +BuildConflicts: java-devel >= 9 +BuildConflicts: java-headless >= 9 +# Avoid build cycles +BuildConflicts: java-devel-openj9 +BuildConflicts: java-headless-openj9 +Requires: objectweb-asm >= 5 +Requires: slf4j BuildArch: noarch -BuildRequires: maven-local -%if %{with bootstrap} -BuildRequires: javapackages-bootstrap -%else -BuildRequires: mvn(junit:junit) -BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) -BuildRequires: mvn(org.osgi:org.osgi.core) -BuildRequires: mvn(org.ow2.asm:asm) -BuildRequires: mvn(org.ow2.asm:asm-commons) -BuildRequires: mvn(org.slf4j:slf4j-api) -%endif - %description -The goal of XBean project is to create a plugin based server -analogous to Eclipse being a plugin based IDE. XBean will be able to -discover, download and install server plugins from an Internet based -repository. In addition, we include support for multiple IoC systems, -support for running with no IoC system, JMX without JMX code, -lifecycle and class loader management, and a rock solid Spring -integration. +XBean is a plugin-based server analogous to Eclipse being a +plugin-based IDE. XBean is able to discover, download and install +server plugins from an Internet-based repository. Support for +multiple IoC systems, support for running with no IoC system, JMX +without JMX code, lifecycle and class loader management, and a Spring +integration is included. %package javadoc Summary: API documentation for %{name} +Group: Documentation/HTML %description javadoc -This package provides %{summary}. +This package provides API documentation for xbean. %prep -%autosetup -p1 +%setup -q +# build failing on this due to doxia-sitetools problems +rm src/site/site.xml -cp xbean-asm-util/src/main/java/org/apache/xbean/asm9/original/commons/AsmConstants.java xbean-reflect/src/main/java/org/apache/xbean/recipe/ +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 -# Parent POM is not packaged %pom_remove_parent +%pom_remove_dep mx4j:mx4j -%pom_disable_module xbean-classloader -%pom_disable_module xbean-classpath -%pom_disable_module xbean-bundleutils -%pom_disable_module xbean-asm9-shaded +%pom_remove_dep -r :xbean-asm5-shaded +%pom_remove_dep -r :xbean-finder-shaded +%pom_disable_module xbean-asm5-shaded %pom_disable_module xbean-finder-shaded -%pom_disable_module xbean-naming -%pom_disable_module xbean-blueprint + +%pom_xpath_remove pom:scope xbean-asm-util +%pom_xpath_remove pom:optional xbean-asm-util + +# Prevent modules depending on springframework from building. +%pom_remove_dep org.springframework: +%pom_disable_module xbean-classloader %pom_disable_module xbean-spring -%pom_disable_module xbean-telnet %pom_disable_module maven-xbean-plugin - -%pom_remove_dep :commons-logging-api xbean-reflect -%pom_remove_dep :log4j xbean-reflect -%pom_remove_dep :xbean-asm9-shaded xbean-reflect -find -name CommonsLoggingConverter.java -delete -find -name Log4jConverter.java -delete - -# Plugins useful for upstream only -%pom_remove_plugin :apache-rat-plugin -%pom_remove_plugin :maven-source-plugin +rm -rf maven-xbean-plugin +# blueprint FTBFS, disable for now +%pom_disable_module xbean-blueprint %pom_remove_dep :xbean-bundleutils xbean-finder rm -r xbean-finder/src/main/java/org/apache/xbean/finder{,/archive}/Bundle* +%pom_disable_module xbean-bundleutils -# Disable one test that fails on JDK 11 -sed -i '/testGetBytecode/i@org.junit.Ignore' xbean-finder/src/test/java/org/apache/xbean/finder/archive/MJarJarArchiveTest.java +%pom_disable_module xbean-telnet + +# maven-xbean-plugin invocation makes no sense as there are no namespaces +%pom_remove_plugin :maven-xbean-plugin xbean-classloader + +# As auditing tool RAT is useful for upstream only. +%pom_remove_plugin :apache-rat-plugin + +# disable copy of internal aries-blueprint +sed -i "s|||" xbean-blueprint/pom.xml + +%pom_change_dep -r -f ::::: ::::: + +# Removing dependency on Apache commons logging +%pom_remove_dep :commons-logging-api xbean-reflect +%pom_remove_dep :xbean-asm7-shaded xbean-reflect +find -name CommonsLoggingConverter.java -delete + +# Removing dependency on log4j. +%pom_remove_dep :log4j xbean-reflect +find -name Log4jConverter.java -delete %build -%mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7 +for i in xbean-asm-util xbean-classpath xbean-finder xbean-naming xbean-reflect; do + pushd $i + mkdir -p build/classes + javac -d build/classes -encoding utf-8 -source 6 -target 6 \ + -cp $(build-classpath commons-logging-api slf4j/api objectweb-asm/asm objectweb-asm/asm-commons):../xbean-asm-util/xbean-asm-util.jar \ + $(find src/main/java -name *.java) + jar cf $i.jar -C build/classes . + popd +done +mkdir -p build/apidoc +javadoc -d build/apidoc -source 6 -encoding utf-8 \ + -Xdoclint:none \ + -classpath $(build-classpath commons-logging-api slf4j/api objectweb-asm/asm objectweb-asm/asm-commons) \ + $(for i in xbean-asm-util xbean-classpath xbean-finder xbean-naming xbean-reflect; do find $i/src/main/java -name *.java; done | xargs) %install -%mvn_install +# jars && poms +install -dm 755 %{buildroot}%{_javadir}/%{name} +install -dm 755 %{buildroot}%{_mavenpomdir}/%{name} +for i in xbean-asm-util xbean-classpath xbean-finder xbean-naming xbean-reflect; do + install -m 0644 $i/$i.jar %{buildroot}%{_javadir}/%{name} + %pom_remove_parent ${i} + %pom_xpath_inject pom:project "org.apache.xbean%{version}" ${i} + install -m 0644 $i/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/$i.pom + %add_maven_depmap %{name}/$i.pom %{name}/$i.jar +done + +# javadoc +install -dm 755 %{buildroot}/%{_javadocdir}/%{name} +cp -aL build/apidoc/* %{buildroot}/%{_javadocdir}/%{name} +%fdupes -s %{buildroot}/%{_javadocdir}/%{name} %files -f .mfiles -%license LICENSE NOTICE +%license LICENSE +%doc NOTICE -%files javadoc -f .mfiles-javadoc -%license LICENSE NOTICE +%files javadoc +%{_javadocdir}/%{name} %changelog -* Tue Jan 25 2022 Pawel Winogrodzki - 4.18-6 -- Initial CBL-Mariner import from Fedora 36 (license: MIT). +* Mon Jan 31 2022 Pawel Winogrodzki - 4.18-1 +- Updating to version 4.18. +- Removing dependency on "log4j12". - License verified. -* Tue Nov 02 2021 Mikolaj Izdebski - 4.18-5 -- Set explicit Java compiler source/target levels to 1.7 - -* Fri Jul 23 2021 Fedora Release Engineering - 4.18-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jun 21 2021 Mikolaj Izdebski - 4.18-3 -- Enable xbean-finder -- Resolves: rhbz#1969297 - -* Mon May 17 2021 Mikolaj Izdebski - 4.18-2 -- Bootstrap build -- Non-bootstrap build - -* Wed Jan 27 2021 Fedora Release Engineering - 4.15-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Jan 26 2021 Marian Koncek - 4.18-1 -- Update to upstream version 4.18 - -* Wed Sep 09 2020 Fabio Valentini - 4.15-6 -- Switch from log4j 1.2 compat package to log4j 1.2 API shim. - -* Wed Jul 29 2020 Marian Koncek - 4.17-1 -- Update to upsteam version 4.17 - -* Wed Jul 29 2020 Mat Booth - 4.15-5 -- Remove springframework conditionals, the deps are a long time removed from - Fedora and this simplifies the spec a bit -- Disable unused modules that can't build on JDK 11 - -* Sat Jul 11 2020 Jiri Vanek - 4.15-4 -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Thu Jun 25 2020 Jeff Johnston - 4.15-3 -- Fix JVM as 1.8.0 as package cannot be built with Java 9 and above - -* Fri May 15 2020 Mikolaj Izdebski - 4.14-4 -- Remove dependency on log4j and commons-logging - -* Fri Jan 31 2020 Fedora Release Engineering - 4.15-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Nov 13 2019 Fabio Valentini - 4.15-1 -- Update to version 4.15. - -* Tue Nov 05 2019 Mikolaj Izdebski - 4.14-3 -- Mass rebuild for javapackages-tools 201902 - -* Tue Nov 05 2019 Mikolaj Izdebski - 4.14-2 -- Disable all modules except xbean-reflect - -* Wed Sep 18 2019 Fabio Valentini - 4.14-2 -- Migrate from the obsolete felix-osgi-core to osgi-core. - -* Tue Aug 20 2019 Fabio Valentini - 4.14-1 -- Update to version 4.14. - -* Sun Jul 28 2019 Fabio Valentini - 4.9-5 -- Disable support for spring and groovy. - -* Sat Jul 27 2019 Fedora Release Engineering - 4.9-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jul 09 2019 Fabio Valentini - 4.9-3 -- Disable eclipse equinox functionality to fix the FTBFS issue on 32bit arches. - -* Wed Jun 26 2019 Marian Koncek - 4.14-1 -- Update to upstream version 4.14 - -* Fri May 24 2019 Mikolaj Izdebski - 4.8-2 -- Mass rebuild for javapackages-tools 201901 - -* Sun Feb 03 2019 Fedora Release Engineering - 4.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Aug 07 2018 Michael Simacek - 4.9-1 -- Update to upstream version 4.9 - -* Sat Jul 14 2018 Fedora Release Engineering - 4.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Apr 19 2018 Michael Simacek - 4.8-1 -- Update to upstream version 4.8 - -* Tue Mar 13 2018 Michael Simacek - 4.6-1 -- Update to upstream version 4.6 - -* Fri Feb 09 2018 Fedora Release Engineering - 4.5-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 4.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 4.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 1 2017 Mikolaj Izdebski - 4.5-6 -- Introduce groovy build conditional - -* Wed Feb 01 2017 Michael Simacek - 4.5-5 -- Fix build with conditionals - -* Wed Feb 01 2017 Michael Simacek - 4.5-4 -- Port to current QDox - -* Thu Jun 16 2016 Mikolaj Izdebski - 4.5-3 -- Add missing build-requires - -* Thu May 12 2016 Michael Simacek - 4.5-2 -- Enable xbean-asm-util - -* Mon May 02 2016 Michael Simacek - 4.5-1 -- Update to upstream version 4.5 - -* Fri Feb 05 2016 Fedora Release Engineering - 4.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 24 2015 Michael Simacek - 4.4-1 -- Update to upstream version 4.4 -- Rebase patches -- Remove obsolete groovy patch - -* Mon Jul 13 2015 Mikolaj Izdebski - 4.3-1 -- Update to upstream version 4.3 - -* Fri Jun 19 2015 Fedora Release Engineering - 4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Apr 1 2015 Mikolaj Izdebski - 4.2-1 -- Update to upstream version 4.2 - -* Thu Feb 5 2015 Mikolaj Izdebski - 4.1-2 -- Fix patch unshading ASM - -* Fri Nov 21 2014 Mikolaj Izdebski - 4.1-1 -- Update to upstream version 4.1 - -* Sun Jun 08 2014 Fedora Release Engineering - 3.17-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Apr 14 2014 Mikolaj Izdebski - 3.17-1 -- Update to upstream version 3.17 -- Add patch for Eclipse Luna - -* Thu Dec 5 2013 Mikolaj Izdebski - 3.16-1 -- Update to upstream version 3.16 - -* Thu Aug 08 2013 Stanislav Ochotnicky - 3.13-4 -- Update to latest packaging guidelines - -* Sun Aug 04 2013 Fedora Release Engineering - 3.13-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Mon Apr 29 2013 Mikolaj Izdebski - 3.13-2 -- Remove unneeded BR: maven-idea-plugin - -* Fri Mar 15 2013 Michal Srb - 3.13-1 -- Update to upstream version 3.13 - -* Fri Feb 15 2013 Fedora Release Engineering - 3.12-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Feb 06 2013 Java SIG - 3.12-5 -- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild -- Replace maven BuildRequires with maven-local - -* Mon Dec 17 2012 Mikolaj Izdebski - 3.12-4 -- Enable xbean-spring, resolves rhbz#887496 -- Disable xbean-blueprint due to FTBFS - -* Mon Oct 22 2012 Mikolaj Izdebski - 3.12-3 -- Replace eclipse-rcp requires with eclipse-equinox-osgi -- Reenable Equinox - -* Tue Oct 16 2012 gil cattaneo - 3.12-2 -- Enable xbean-blueprint and xbean-classloader modules - -* Wed Oct 10 2012 Mikolaj Izdebski - 3.12-1 -- Update to upstream version 3.12 - -* Wed Oct 10 2012 Krzysztof Daniel 3.11.1-8 -- Revert previous changes. - -* Wed Oct 10 2012 Krzysztof Daniel 3.11.1-7 -- Disable parts dependent on Eclipse (for bootstraping purpose). - -* Wed Oct 10 2012 Mikolaj Izdebski - 3.11.1-6 -- Implement equinox and spring conditionals - -* Mon Sep 3 2012 Mikolaj Izdebski - 3.11.1-5 -- Fix eclipse requires - -* Mon Aug 27 2012 Mikolaj Izdebski - 3.11.1-4 -- Fix felix-framework enabling patch - -* Mon Aug 6 2012 Mikolaj Izdebski - 3.11.1-3 -- Enable xbean-spring -- Enable maven-xbean-plugin -- Remove RPM bug workaround - -* Sun Jul 22 2012 Fedora Release Engineering - 3.11.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jul 13 2012 Mikolaj Izdebski - 3.11.1-1 -- Update to the upstream version 3.11.1 -- Force use of Equinox instead of Felix -- Convert patch to POM macros - -* Thu May 3 2012 Stanislav Ochotnicky - 3.8-5 -- Remove mx4j from deps (javax.management provided by JDK 1.5+) - -* Tue Apr 24 2012 Alexander Kurtakov 3.8-4 -- BR felix-framework instead of felix-osgi-core. - -* Tue Apr 24 2012 Alexander Kurtakov 3.8-3 -- Do not build equinox specific parts for RHEL. - -* Sat Jan 14 2012 Fedora Release Engineering - 3.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Dec 6 2011 Stanislav Ochotnicky - 3.8-1 -- Update to latest upstream version -- Build with maven 3 -- Packaging & guidelines fixes - -* Sat May 28 2011 Marek Goldmann - 3.7-7 -- Added xbean-finder and xbean-bundleutils submodules - -* Fri Mar 4 2011 Stanislav Ochotnicky - 3.7-6 -- Add comment for removing javadoc -- Fix maven 3 build - -* Mon Feb 07 2011 Fedora Release Engineering - 3.7-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Dec 6 2010 Stanislav Ochotnicky - 3.7-4 -- Fix pom filename (Resolves rhbz#655827) -- Add depmap for main pom file -- Fixes according to new guidelines (versionless jars, javadocs) - -* Fri Jul 30 2010 Stanislav Ochotnicky - 3.7-3 -- Use javadoc:aggregate to generate javadocs - -* Fri Jul 9 2010 Stanislav Ochotnicky - 3.7-2 -- Add license to javadoc subpackage - -* Mon Jun 21 2010 Stanislav Ochotnicky - 3.7-1 -- First release +* Thu Oct 14 2021 Pawel Winogrodzki - 4.5-6 +- Converting the 'Release' tag to the '[number].[distribution]' format. + +* Fri Nov 13 2020 Ruying Chen - 4.5-5.5 +- Initial CBL-Mariner import from openSUSE Tumbleweed (license: same as "License" tag). +- Use javapackages-local-bootstrap to avoid build cycle. +- Disable javadoc Xdoclint. + +* Mon Jan 27 2020 Fridrich Strba +- On supported platforms, avoid building with OpenJ9, in order to + prevent build cycles +* Sat Oct 5 2019 Fridrich Strba +- Remove references to parent from all pom files +- Avoid version-less dependencies +* Tue Oct 1 2019 Fridrich Strba +- Build against the new log4j12 compat package +* Thu Apr 4 2019 Fridrich Strba +- Do not require optional dependencies +* Thu Feb 7 2019 Jan Engelhardt +- Trim future goals from description. +- Avoid double-shipping documentation. +* Thu Oct 25 2018 Fridrich Strba +- Initial packaging of xbean version 4.5 +- Spec file inspired by Fedora rpm package diff --git a/SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md b/SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md index 723e3ed6fb..8f2d7a61dd 100644 --- a/SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md +++ b/SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md @@ -4,12 +4,12 @@ The CBL-Mariner SPEC files originated from a variety of sources with varying lic | --- | --- | --- | | CentOS | [GPLv2 License](https://www.centos.org/legal/#licensing-policy) | crash-ptdump-command
delve
nodejs-nodemon
rhnlib | | Ceph source | [LGPL2.1](https://github.com/ceph/ceph/blob/master/COPYING-LGPL2.1) | ceph | -| Fedora | [Fedora MIT License Declaration](https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#License_of_Fedora_SPEC_Files) | a52dec
abattis-cantarell-fonts
abseil-cpp
accountsservice
acpica-tools
acpid
adcli
adobe-mappings-cmap
adobe-mappings-pdf
advancecomp
adwaita-icon-theme
afflib
aide
alsa-firmware
alsa-plugins
amtk
amtterm
annobin
ansible-freeipa
ant-antunit
apache-commons-exec
apache-commons-jxpath
apache-commons-pool
apache-commons-validator
apache-commons-vfs
apache-rat
apache-resource-bundles
apiguardian
appstream
appstream-data
archivemount
argparse-manpage
arptables
arpwatch
asio
aspell
aspell-en
assertj-core
at
at-spi2-atk
at-spi2-core
atf
atk
atkmm
atlas
atop
attr
audiofile
augeas
authd
authselect
autoconf213
avahi
babeltrace
babeltrace2
babl
baekmuk-ttf-fonts
baobab
bats
bcache-tools
biosdevname
bluez
bmake
bogofilter
bolt
boom-boot
boost
booth
botan2
breezy
brltty
brotli
bsh
buildah
busybox
bwidget
byacc
byte-buddy
byte-buddy-bootstrap
ca-certificates
cachefilesd
cairomm
calamares
capstone
catatonit
catch
catch1
cdparanoia
cdrdao
celt051
certmonger
cgdcbxd
chan
checkpolicy
checksec
chrony
cim-schema
cjkuni-uming-fonts
cjose
cldr-emoji-annotation
clucene
clufter
clutter
clutter-gst3
clutter-gtk
cmocka
codemodel
cogl
collectd
colm
color-filesystem
colord
colorize
compat-lua
conda
conmon
conntrack-tools
console-setup
container-exception-logger
containernetworking-plugins
convmv
copy-jdk-configs
corosync
corosync-qdevice
cpp-hocon
cppcheck
cpprest
cpptest
cpuid
criu
crontabs
crypto-policies
cryptsetup
cscope
CUnit
cups
custodia
Cython
dbus-c++
dbus-python
dbxtool
dconf
dcraw
debootstrap
deltarpm
desktop-file-utils
device-mapper-multipath
device-mapper-persistent-data
dietlibc
diffstat
ding-libs
discount
disruptor
dleyna-connector-dbus
dleyna-core
dleyna-renderer
dleyna-server
dlm
dmraid
dnf
dnf-plugins-core
docbook-dtds
docbook-simple
docbook-slides
docbook-style-dsssl
docbook-utils
docbook2X
docbook5-schemas
docbook5-style-xsl
dogtail
dom4j
dos2unix
dotconf
dovecot
dpdk
dpkg
driverctl
dropwatch
drpm
dump
dumpet
dvd+rw-tools
dvgrab
dwarves
dwz
dyninst
ebtables
edac-utils
edk2
efax
efi-rpm-macros
egl-wayland
eglexternalplatform
elinks
emacs
enca
enchant
enchant2
enscript
environment-modules
esc
evemu
exec-maven-plugin
execstack
exempi
exiv2
extra-cmake-modules
fabtests
facter
fakechroot
fakeroot
fapolicyd
farstream02
fasterxml-oss-parent
fdk-aac-free
fdupes
felix-osgi-obr
fence-agents
fence-virt
fetchmail
fftw
filebench
fio
fipscheck
firewalld
fish
flac
flatpak
flatpak-builder
flite
fltk
fluidsynth
flute
fmt
fontawesome-fonts
fontpackages
foomatic
foomatic-db
fprintd
freeglut
freeipmi
freeradius
freerdp
freetds
fribidi
fros
frr
fuse-overlayfs
fuse-sshfs
fuse-zip
fuse3
fusesource-pom
future
fxload
gavl
gconf-editor
GConf2
gcovr
gcr
gdisk
gdk-pixbuf2
gdm
generic-logos
genwqe-tools
geoclue2
geocode-glib
GeoIP
geolite2
geronimo-annotation
geronimo-jaxrpc
geronimo-jms
geronimo-jta
geronimo-osgi-support
geronimo-parent-poms
geronimo-saaj
gfs2-utils
ghc-srpm-macros
ghostscript
giflib
gl-manpages
glassfish-dtd-parser
glassfish-fastinfoset
glassfish-hk2
glassfish-jax-rs-api
glassfish-jaxb
glassfish-jaxb-api
glassfish-jsp
glassfish-jsp-api
glew
glm
glog
glusterfs
gnome-desktop-testing
gnome-doc-utils
gnome-icon-theme
gnome-keyring
gnome-menus
gnome-session
gnome-settings-daemon
gnome-shell
gnu-efi
gnuplot
go-rpm-macros
gom
google-api-python-client
google-crosextra-caladea-fonts
google-crosextra-carlito-fonts
google-gson
google-noto-cjk-fonts
google-noto-emoji-fonts
google-roboto-slab-fonts
gphoto2
gpm
graphene
graphite2
graphviz
grubby
gsettings-desktop-schemas
gsl
gsm
gsound
gspell
gssdp
gssntlmssp
gstreamer1
gstreamer1-plugins-bad-free
gstreamer1-plugins-base
gstreamer1-plugins-good
gtk-vnc
gtk2
gtk3
gtkmm30
gtksourceview4
gtkspell
gucharmap
gupnp
gupnp-av
gupnp-dlna
gupnp-igd
hardening-check
HdrHistogram
heimdal
help2man
hexedit
hfsplus-tools
hicolor-icon-theme
hiera
highlight
hivex
hsakmt
htop
httpcomponents-project
hunspell
hunspell-af
hunspell-ar
hunspell-as
hunspell-ast
hunspell-az
hunspell-be
hunspell-bg
hunspell-bn
hunspell-br
hunspell-ca
hunspell-cop
hunspell-csb
hunspell-cv
hunspell-cy
hunspell-da
hunspell-de
hunspell-dsb
hunspell-el
hunspell-en
hunspell-eo
hunspell-es
hunspell-et
hunspell-eu
hunspell-fa
hunspell-fj
hunspell-fo
hunspell-fr
hunspell-fur
hunspell-fy
hunspell-ga
hunspell-gd
hunspell-gl
hunspell-grc
hunspell-gu
hunspell-gv
hunspell-haw
hunspell-hi
hunspell-hil
hunspell-hr
hunspell-hsb
hunspell-ht
hunspell-hu
hunspell-hy
hunspell-ia
hunspell-id
hunspell-is
hunspell-it
hunspell-kk
hunspell-km
hunspell-kn
hunspell-ko
hunspell-ku
hunspell-ky
hunspell-la
hunspell-lb
hunspell-ln
hunspell-mai
hunspell-mg
hunspell-mi
hunspell-mk
hunspell-ml
hunspell-mn
hunspell-mos
hunspell-mr
hunspell-ms
hunspell-mt
hunspell-nds
hunspell-ne
hunspell-nl
hunspell-no
hunspell-nr
hunspell-nso
hunspell-ny
hunspell-om
hunspell-or
hunspell-pa
hunspell-pl
hunspell-pt
hunspell-quh
hunspell-ro
hunspell-ru
hunspell-rw
hunspell-se
hunspell-shs
hunspell-si
hunspell-sk
hunspell-sl
hunspell-smj
hunspell-so
hunspell-sq
hunspell-sr
hunspell-sv
hunspell-sw
hunspell-ta
hunspell-te
hunspell-tet
hunspell-th
hunspell-tk
hunspell-tl
hunspell-tn
hunspell-tpi
hunspell-ts
hunspell-uk
hunspell-uz
hunspell-ve
hunspell-vi
hunspell-wa
hunspell-xh
hunspell-yi
hwdata
hwloc
hyperscan
hyperv-daemons
hyphen
hyphen-as
hyphen-bg
hyphen-bn
hyphen-ca
hyphen-da
hyphen-de
hyphen-el
hyphen-es
hyphen-fa
hyphen-fo
hyphen-fr
hyphen-ga
hyphen-gl
hyphen-grc
hyphen-gu
hyphen-hi
hyphen-hsb
hyphen-hu
hyphen-ia
hyphen-id
hyphen-is
hyphen-it
hyphen-kn
hyphen-ku
hyphen-lt
hyphen-mi
hyphen-ml
hyphen-mn
hyphen-mr
hyphen-nl
hyphen-or
hyphen-pa
hyphen-pl
hyphen-pt
hyphen-ro
hyphen-ru
hyphen-sa
hyphen-sk
hyphen-sl
hyphen-sv
hyphen-ta
hyphen-te
hyphen-tk
hyphen-uk
ibus
ibus-chewing
ibus-hangul
ibus-kkc
ibus-libpinyin
ibus-libzhuyin
ibus-m17n
ibus-rawcode
ibus-sayura
ibus-table
ibus-table-chinese
icc-profiles-openicc
icon-naming-utils
icoutils
idm-console-framework
iftop
igt-gpu-tools
iio-sensor-proxy
ilmbase
im-chooser
imake
imaptest
imsettings
indent
infinipath-psm
iniparser
intel-cmt-cat
ioping
ipa-gothic-fonts
ipa-pgothic-fonts
ipcalc
ipmitool
iprutils
iptraf-ng
iptstate
ipv6calc
irssi
iscsi-initiator-utils
isns-utils
iso-codes
isomd5sum
istack-commons
iw
iwd
jabberpy
jack-audio-connection-kit
jackson-annotations
jackson-bom
jackson-core
jackson-databind
jackson-jaxrs-providers
jackson-modules-base
jackson-parent
jaf
jakarta-commons-httpclient
jakarta-oro
jasper
java-atk-wrapper
javacc-maven-plugin
javapackages-tools
javapackages-tools-meta
javaparser
jbig2dec
jbigkit
jboss-annotations-1.2-api
jboss-el-2.2-api
jboss-jaxrs-2.0-api
jboss-jsp-2.2-api
jboss-logging
jboss-logging-tools
jboss-logmanager
jboss-modules
jboss-parent
jboss-servlet-3.0-api
jctools
jdeparser
jemalloc
jetty
jetty-build-support
jetty-parent
jetty-toolchain
jfsutils
jimtcl
jing-trang
joda-convert
joda-time
jolokia-jvm-agent
jose
js-jquery
json_simple
jsoncpp
jsr-311
jss
Judy
junit5
jvnet-parent
kde-filesystem
kde-settings
kdump-anaconda-addon
kexec-tools
keybinder3
keycloak-httpd-client-install
kf5
kf5-kconfig
kf5-kcoreaddons
kf5-ki18n
kf5-kwidgetsaddons
koan
kpmcore
kronosnet
ksh
kxml
kyotocabinet
kyua
ladspa
lame
langtable
lapack
lasso
latencytop
lato-fonts
lcms2
lcov
ldapjdk
ldns
leatherman
ledmon
lensfun
leveldb
lftp
libabw
libaec
libao
libappindicator
libappstream-glib
libart_lgpl
libasyncns
libatasmart
libavc1394
libblockdev
libbpf
libbsd
libburn
libbytesize
libcacard
libcanberra
libcdio
libcdio-paranoia
libcdr
libcgroup
libchamplain
libchewing
libcli
libcmis
libcmpiutil
libcomps
libdaemon
libdap
libdatrie
libdazzle
libdbi
libdbi-drivers
libdbusmenu
libdc1394
libdmapsharing
libdmx
libdnf
libdrm
libdv
libdvdnav
libdvdread
libdwarf
libeasyfc
libecap
libecb
libell
libEMF
libeot
libepoxy
libepubgen
libesmtp
libetonyek
libev
libevdev
libewf
libexif
libexttextcat
libfabric
libfontenc
libfprint
libfreehand
libftdi
libgadu
libgdither
libgee
libgee06
libgexiv2
libgit2
libgit2-glib
libglade2
libglvnd
libgovirt
libgphoto2
libgsf
libguestfs
libgusb
libgxim
libgxps
libhangul
libibcommon
libical
libICE
libicns
libid3tag
libIDL
libidn
libidn2
libiec61883
libieee1284
libijs
libimobiledevice
libindicator
libinput
libiodbc
libipt
libiptcdata
libiscsi
libisoburn
libisofs
libjcat
libkcapi
libkeepalive
libkkc
libkkc-data
liblangtag
libldb
libldm
liblockfile
liblognorm
liblouis
liblqr-1
liblzf
libmad
libmediaart
libmetalink
libmicrohttpd
libmikmod
libmodman
libmodplug
libmodulemd1
libmpcdec
libmspub
libmtp
libmusicbrainz5
libmwaw
libnbd
libnet
libnfs
libnice
libnotify
libntlm
libnumbertext
liboauth
libodfgen
libofa
libogg
liboggz
liboil
libomp
libomxil-bellagio
libopenraw
liboping
libosinfo
libotf
libotr
libpagemaker
libpaper
libpciaccess
libpeas
libpfm
libpinyin
libplist
libpmemobj-cpp
libpq
libproxy
libpsm2
libpwquality
libqb
libqxp
libraqm
LibRaw
libraw1394
libreport
librevenge
librsvg2
librx
libsamplerate
libsass
libsecret
libsemanage
libshout
libsigc++20
libsigsegv
libslirp
libSM
libsmbios
libsmi
libsndfile
libsodium
libspectre
libspiro
libsrtp
libssh
libstaroffice
libstemmer
libstoragemgmt
libtdb
libteam
libtevent
libthai
libtheora
libtimezonemap
libtnc
libtomcrypt
libtommath
libtranslit
libucil
libunicap
libuninameslist
liburing
libusbmuxd
libuser
libutempter
libvarlink
libverto
libvirt-dbus
libvirt-glib
libvirt-java
libvirt-python
libvisio
libvisual
libvncserver
libvoikko
libvorbis
libvpx
libwacom
libwmf
libwnck3
libwpd
libwpe
libwpg
libwps
libwvstreams
libX11
libXau
libXaw
libxcb
libXcomposite
libxcrypt
libXcursor
libXdamage
libXdmcp
libXext
libxfce4util
libXfixes
libXfont2
libXft
libXi
libXinerama
libxkbcommon
libxkbfile
libxklavier
libxmlb
libXmu
libXpm
libXrandr
libXrender
libXres
libXScrnSaver
libxshmfence
libXt
libXtst
libXv
libXxf86vm
libyami
libyang
libyubikey
libzip
libzmf
lilv
linuxconsoletools
linuxptp
lksctp-tools
lldpd
Lmod
lockdev
log4j
logwatch
lpsolve
lrzsz
lua
lua-expat
lua-filesystem
lua-json
lua-lpeg
lua-lunit
lua-posix
lua-rpm-macros
lua-term
luksmeta
lutok
lv2
lxsession
lzip
lzop
m17n-db
m17n-lib
mac-robber
mailcap
mailx
malaga
malaga-suomi-voikko
mallard-rng
man-pages-cs
man-pages-es
man-pages-it
man-pages-ja
man-pages-ko
man-pages-pl
man-pages-ru
man-pages-zh-CN
mariadb-connector-c
mariadb-connector-odbc
mariadb-java-client
marisa
maven-clean-plugin
maven-dependency-analyzer
maven-dependency-plugin
maven-install-plugin
maven-osgi
maven-replacer-plugin
maven-verifier-plugin
mcelog
mcpp
mcstrans
mdadm
mdds
meanwhile
mecab
mecab-ipadic
media-player-info
memcached
memkind
mesa
mesa-libGLU
metis
microcode_ctl
microdnf
migrationtools
ming
minicom
minizip
mksh
mobile-broadband-provider-info
mod_auth_gssapi
mod_auth_mellon
mod_auth_openidc
mod_authnz_pam
mod_fcgid
mod_http2
mod_intercept_form_submit
mod_lookup_identity
mod_md
mod_nss
mod_security
mod_security_crs
mod_wsgi
mokutil
mpage
mpg123
mpich
mrtg
msv
mt-st
mtdev
mtools
mtr
mtx
multilib-rpm-config
munge
munge-maven-plugin
mutt
mysql-connector-java
mysql-connector-odbc
mythes
mythes-bg
mythes-ca
mythes-cs
mythes-da
mythes-de
mythes-el
mythes-en
mythes-eo
mythes-es
mythes-fr
mythes-ga
mythes-hu
mythes-it
mythes-mi
mythes-ne
mythes-nl
mythes-pl
mythes-pt
mythes-ro
mythes-ru
mythes-sk
mythes-sl
mythes-sv
mythes-uk
nbd
nbdkit
ndctl
neon
netcf
netlabel_tools
netpbm
netsniff-ng
nfs4-acl-tools
nftables
nilfs-utils
nkf
nload
nodejs-packaging
nss-pam-ldapd
nss_nis
nss_wrapper
ntfs-3g
ntfs-3g-system-compression
numad
numatop
nvmetcli
nvml
oath-toolkit
ocaml
ocaml-alcotest
ocaml-astring
ocaml-base
ocaml-bigarray-compat
ocaml-bisect-ppx
ocaml-calendar
ocaml-camlp5
ocaml-camomile
ocaml-cinaps
ocaml-cmdliner
ocaml-compiler-libs-janestreet
ocaml-cppo
ocaml-csexp
ocaml-csv
ocaml-ctypes
ocaml-curses
ocaml-dune
ocaml-extlib
ocaml-fileutils
ocaml-findlib
ocaml-fmt
ocaml-fpath
ocaml-gettext
ocaml-integers
ocaml-labltk
ocaml-libvirt
ocaml-luv
ocaml-lwt
ocaml-markup
ocaml-migrate-parsetree
ocaml-mmap
ocaml-num
ocaml-ocamlbuild
ocaml-ocplib-endian
ocaml-odoc
ocaml-ounit
ocaml-parsexp
ocaml-ppx-derivers
ocaml-ppxlib
ocaml-re
ocaml-react
ocaml-result
ocaml-seq
ocaml-sexplib
ocaml-sexplib0
ocaml-stdio
ocaml-topkg
ocaml-tyxml
ocaml-uuidm
ocaml-uutf
ocaml-xml-light
ocaml-zarith
ocl-icd
oddjob
omping
ongres-scram
opa
opal
open-vm-tools
openblas
opencc
opencl-filesystem
opencl-headers
opencryptoki
opendnssec
OpenEXR
openhpi
OpenIPMI
openjade
openjpeg2
openmpi
openobex
openoffice-lv
openrdate
opensc
openslp
opensm
opensp
openssl
openssl-ibmpkcs11
openssl-pkcs11
opentest4j
openwsman
optipng
opus
opusfile
orangefs
ORBit2
orc
ortp
os-prober
osinfo-db
osinfo-db-tools
overpass-fonts
p11-kit
p7zip
pacemaker
PackageKit
pacrunner
pakchois
pam_wrapper
pangomm
papi
paps
parallel
patchelf
patchutils
pbzip2
pcp
pcsc-lite
pcsc-lite-ccid
PEGTL
perftest
perl
perl-Algorithm-C3
perl-Algorithm-Diff
perl-Alien-Build
perl-Alien-Libxml2
perl-Alien-pkgconf
perl-AnyEvent
perl-AnyEvent-AIO
perl-AnyEvent-BDB
perl-App-cpanminus
perl-App-FatPacker
perl-AppConfig
perl-Archive-Extract
perl-Archive-Zip
perl-Authen-SASL
perl-B-Debug
perl-B-Hooks-EndOfScope
perl-B-Hooks-OP-Check
perl-B-Keywords
perl-B-Lint
perl-bareword-filehandles
perl-BDB
perl-Bit-Vector
perl-boolean
perl-Browser-Open
perl-BSD-Resource
perl-Business-ISBN
perl-Business-ISBN-Data
perl-Capture-Tiny
perl-Carp-Clan
perl-CBOR-XS
perl-Class-Accessor
perl-Class-C3
perl-Class-C3-XS
perl-Class-Data-Inheritable
perl-Class-Factory-Util
perl-Class-Inspector
perl-Class-ISA
perl-Class-Load
perl-Class-Load-XS
perl-Class-Method-Modifiers
perl-Class-Singleton
perl-Class-Tiny
perl-Class-XSAccessor
perl-Clone
perl-Color-ANSI-Util
perl-Color-RGB-Util
perl-ColorThemeBase-Static
perl-ColorThemeRole-ANSI
perl-ColorThemes-Standard
perl-ColorThemeUtil-ANSI
perl-Compress-Bzip2
perl-Compress-LZF
perl-Compress-Raw-Lzma
perl-Config-AutoConf
perl-Config-INI
perl-Config-INI-Reader-Multiline
perl-Config-IniFiles
perl-Config-Simple
perl-Config-Tiny
perl-Const-Fast
perl-Convert-ASN1
perl-Convert-Bencode
perl-Coro
perl-Coro-Multicore
perl-CPAN-Changes
perl-CPAN-DistnameInfo
perl-CPAN-Meta-Check
perl-Cpanel-JSON-XS
perl-Crypt-CBC
perl-Crypt-DES
perl-Crypt-IDEA
perl-Crypt-OpenSSL-Bignum
perl-Crypt-OpenSSL-Guess
perl-Crypt-OpenSSL-Random
perl-Crypt-OpenSSL-RSA
perl-Crypt-PasswdMD5
perl-CSS-Tiny
perl-Data-Dump
perl-Data-Munge
perl-Data-OptList
perl-Data-Peek
perl-Data-Section
perl-Data-UUID
perl-Date-Calc
perl-Date-ISO8601
perl-Date-Manip
perl-DateTime
perl-DateTime-Format-Builder
perl-DateTime-Format-DateParse
perl-DateTime-Format-HTTP
perl-DateTime-Format-IBeat
perl-DateTime-Format-ISO8601
perl-DateTime-Format-Mail
perl-DateTime-Format-Strptime
perl-DateTime-Locale
perl-DateTime-TimeZone
perl-DateTime-TimeZone-SystemV
perl-DateTime-TimeZone-Tzfile
perl-DBD-MySQL
perl-Devel-CallChecker
perl-Devel-Caller
perl-Devel-CheckBin
perl-Devel-CheckLib
perl-Devel-Cycle
perl-Devel-EnforceEncapsulation
perl-Devel-GlobalDestruction
perl-Devel-GlobalDestruction-XS
perl-Devel-Hide
perl-Devel-Leak
perl-Devel-LexAlias
perl-Devel-Size
perl-Devel-StackTrace
perl-Devel-Symdump
perl-Digest-BubbleBabble
perl-Digest-CRC
perl-Digest-HMAC
perl-Digest-SHA1
perl-Dist-CheckConflicts
perl-DynaLoader-Functions
perl-Email-Address
perl-Email-Date-Format
perl-Encode-Detect
perl-Encode-EUCJPASCII
perl-Encode-IMAPUTF7
perl-Encode-Locale
perl-Env-ShellWords
perl-Error
perl-EV
perl-Eval-Closure
perl-Event
perl-Exception-Class
perl-Expect
perl-ExtUtils-Config
perl-ExtUtils-Depends
perl-ExtUtils-Helpers
perl-ExtUtils-InstallPaths
perl-ExtUtils-PkgConfig
perl-FCGI
perl-Fedora-VSP
perl-FFI-CheckLib
perl-File-BaseDir
perl-File-BOM
perl-File-chdir
perl-File-CheckTree
perl-File-Copy-Recursive
perl-File-DesktopEntry
perl-File-Find-Object
perl-File-Find-Object-Rule
perl-File-Find-Rule
perl-File-Find-Rule-Perl
perl-File-Inplace
perl-File-Listing
perl-File-MimeInfo
perl-File-pushd
perl-File-ReadBackwards
perl-File-Remove
perl-File-ShareDir
perl-File-ShareDir-Install
perl-File-Slurp
perl-File-Slurp-Tiny
perl-File-Slurper
perl-File-Type
perl-Font-TTF
perl-FreezeThaw
perl-GD
perl-GD-Barcode
perl-generators
perl-Getopt-ArgvFile
perl-gettext
perl-Graphics-ColorNamesLite-WWW
perl-GSSAPI
perl-Guard
perl-Hook-LexWrap
perl-HTML-Parser
perl-HTML-Tagset
perl-HTML-Tree
perl-HTTP-Cookies
perl-HTTP-Daemon
perl-HTTP-Date
perl-HTTP-Message
perl-HTTP-Negotiate
perl-Image-Base
perl-Image-Info
perl-Image-Xbm
perl-Image-Xpm
perl-Import-Into
perl-Importer
perl-inc-latest
perl-indirect
perl-Inline-Files
perl-IO-AIO
perl-IO-All
perl-IO-CaptureOutput
perl-IO-Compress-Lzma
perl-IO-HTML
perl-IO-Multiplex
perl-IO-SessionData
perl-IO-Socket-INET6
perl-IO-String
perl-IO-stringy
perl-IO-Tty
perl-IPC-Run
perl-IPC-Run3
perl-IPC-System-Simple
perl-JSON
perl-JSON-Color
perl-JSON-MaybeXS
perl-LDAP
perl-libwww-perl
perl-libxml-perl
perl-Lingua-EN-Inflect
perl-List-MoreUtils-XS
perl-local-lib
perl-Locale-Codes
perl-Locale-Maketext-Gettext
perl-Locale-Msgfmt
perl-Locale-PO
perl-Log-Message
perl-Log-Message-Simple
perl-LWP-MediaTypes
perl-LWP-Protocol-https
perl-Mail-AuthenticationResults
perl-Mail-DKIM
perl-Mail-IMAPTalk
perl-Mail-SPF
perl-MailTools
perl-Math-Int64
perl-MIME-Charset
perl-MIME-Lite
perl-MIME-Types
perl-Mixin-Linewise
perl-MLDBM
perl-Mock-Config
perl-Module-Build-Tiny
perl-Module-CPANfile
perl-Module-Implementation
perl-Module-Install-AuthorRequires
perl-Module-Install-AuthorTests
perl-Module-Install-AutoLicense
perl-Module-Install-GithubMeta
perl-Module-Install-ManifestSkip
perl-Module-Install-ReadmeFromPod
perl-Module-Install-ReadmeMarkdownFromPod
perl-Module-Install-Repository
perl-Module-Install-TestBase
perl-Module-Load-Util
perl-Module-Manifest
perl-Module-Manifest-Skip
perl-Module-Package
perl-Module-Package-Au
perl-Module-Pluggable
perl-Module-Runtime
perl-Module-Signature
perl-Mojolicious
perl-Moo
perl-Mozilla-CA
perl-Mozilla-LDAP
perl-MRO-Compat
perl-multidimensional
perl-namespace-autoclean
perl-namespace-clean
perl-Net-CIDR-Lite
perl-Net-Daemon
perl-Net-DNS
perl-Net-DNS-Resolver-Mock
perl-Net-DNS-Resolver-Programmable
perl-Net-HTTP
perl-Net-IMAP-Simple
perl-Net-IMAP-Simple-SSL
perl-Net-LibIDN2
perl-Net-Patricia
perl-Net-SMTP-SSL
perl-Net-SNMP
perl-Net-Telnet
perl-Newt
perl-NNTPClient
perl-NTLM
perl-Number-Compare
perl-Object-Deadly
perl-Object-HashBase
perl-Package-Anon
perl-Package-Constants
perl-Package-DeprecationManager
perl-Package-Generator
perl-Package-Stash
perl-Package-Stash-XS
perl-PadWalker
perl-Paper-Specs
perl-PAR-Dist
perl-Parallel-Iterator
perl-Params-Classify
perl-Params-Util
perl-Params-Validate
perl-Params-ValidationCompiler
perl-Parse-PMFile
perl-Parse-RecDescent
perl-Parse-Yapp
perl-Path-Tiny
perl-Perl-Critic
perl-Perl-Critic-More
perl-Perl-Destruct-Level
perl-Perl-MinimumVersion
perl-Perl4-CoreLibs
perl-PerlIO-gzip
perl-PerlIO-utf8_strict
perl-PkgConfig-LibPkgConf
perl-Pod-Coverage
perl-Pod-Coverage-TrustPod
perl-Pod-Eventual
perl-Pod-LaTeX
perl-Pod-Markdown
perl-Pod-Parser
perl-Pod-Plainer
perl-Pod-POM
perl-Pod-Spell
perl-PPI
perl-PPI-HTML
perl-PPIx-QuoteLike
perl-PPIx-Regexp
perl-PPIx-Utilities
perl-prefork
perl-Probe-Perl
perl-Razor-Agent
perl-Readonly
perl-Readonly-XS
perl-Ref-Util
perl-Ref-Util-XS
perl-Regexp-Pattern-Perl
perl-Return-MultiLevel
perl-Role-Tiny
perl-Scope-Guard
perl-Scope-Upper
perl-SGMLSpm
perl-SNMP_Session
perl-Socket6
perl-Software-License
perl-Sort-Versions
perl-Specio
perl-Spiffy
perl-strictures
perl-String-CRC32
perl-String-Format
perl-String-ShellQuote
perl-String-Similarity
perl-Sub-Exporter
perl-Sub-Exporter-Progressive
perl-Sub-Identify
perl-Sub-Info
perl-Sub-Install
perl-Sub-Name
perl-Sub-Quote
perl-Sub-Uplevel
perl-SUPER
perl-Switch
perl-Syntax-Highlight-Engine-Kate
perl-Sys-CPU
perl-Sys-MemInfo
perl-Sys-Virt
perl-Taint-Runtime
perl-Task-Weaken
perl-Term-Size-Any
perl-Term-Size-Perl
perl-Term-Table
perl-Term-UI
perl-TermReadKey
perl-Test-Base
perl-Test-ClassAPI
perl-Test-CPAN-Meta
perl-Test-CPAN-Meta-JSON
perl-Test-Deep
perl-Test-Differences
perl-Test-DistManifest
perl-Test-Distribution
perl-Test-EOL
perl-Test-Exception
perl-Test-Exit
perl-Test-FailWarnings
perl-Test-Fatal
perl-Test-File
perl-Test-File-ShareDir
perl-Test-HasVersion
perl-Test-InDistDir
perl-Test-Inter
perl-Test-LeakTrace
perl-Test-LongString
perl-Test-Manifest
perl-Test-Memory-Cycle
perl-Test-MinimumVersion
perl-Test-MockObject
perl-Test-MockRandom
perl-Test-Needs
perl-Test-NoTabs
perl-Test-NoWarnings
perl-Test-Object
perl-Test-Output
perl-Test-Pod
perl-Test-Pod-Coverage
perl-Test-Portability-Files
perl-Test-Requires
perl-Test-RequiresInternet
perl-Test-Script
perl-Test-SubCalls
perl-Test-Synopsis
perl-Test-Taint
perl-Test-TrailingSpace
perl-Test-utf8
perl-Test-Vars
perl-Test-Warn
perl-Test-Without-Module
perl-Test2-Plugin-NoWarnings
perl-Test2-Suite
perl-Test2-Tools-Explain
perl-TestML
perl-Text-CharWidth
perl-Text-CSV_XS
perl-Text-Diff
perl-Text-Glob
perl-Text-Iconv
perl-Text-Soundex
perl-Text-Unidecode
perl-Text-WrapI18N
perl-Tie-IxHash
perl-TimeDate
perl-Tree-DAG_Node
perl-Unicode-EastAsianWidth
perl-Unicode-LineBreak
perl-Unicode-Map8
perl-Unicode-String
perl-Unicode-UTF8
perl-UNIVERSAL-can
perl-UNIVERSAL-isa
perl-Unix-Syslog
perl-URI
perl-Variable-Magic
perl-Version-Requirements
perl-WWW-RobotRules
perl-XML-Catalog
perl-XML-DOM
perl-XML-Dumper
perl-XML-Filter-BufferText
perl-XML-Generator
perl-XML-Grove
perl-XML-Handler-YAWriter
perl-XML-LibXML
perl-XML-LibXSLT
perl-XML-NamespaceSupport
perl-XML-Parser-Lite
perl-XML-RegExp
perl-XML-SAX
perl-XML-SAX-Base
perl-XML-SAX-Writer
perl-XML-Simple
perl-XML-TokeParser
perl-XML-TreeBuilder
perl-XML-Twig
perl-XML-Writer
perl-XML-XPath
perl-XML-XPathEngine
perl-XString
perl-XXX
perl-YAML-LibYAML
perl-YAML-PP
perl-YAML-Syck
perltidy
pesign
phodav
php
php-fedora-autoloader
php-pear
physfs
picosat
pinfo
pipewire
pixman
pkcs11-helper
pkgconf
pki-core
plexus-component-factories-pom
plexus-components-pom
plotutils
plymouth
pmdk-convert
pmix
pngcrush
pngnq
pnm2ppa
po4a
podman
poetry
policycoreutils
polkit-pkla-compat
portaudio
portreserve
postfix
potrace
powertop
ppp
pps-tools
pptp
procmail
prometheus
prometheus-jmx-exporter
prometheus-simpleclient-java
protobuf-java
ps_mem
psacct
psutils
ptlib
publicsuffix-list
pugixml
pulseaudio
puppet
pyatspi
pybind11
pycairo
pyelftools
pyflakes
pygobject2
pygobject3
PyGreSQL
pykickstart
pylint
pyparted
pyserial
python-adal
python-aiodns
python-aiohttp
python-alsa
python-amqp
python-argcomplete
python-astroid
python-async-generator
python-augeas
python-azure-sdk
python-beautifulsoup4
python-betamax
python-billiard
python-blinker
python-blivet
python-case
python-celery
python-cheetah
python-click
python-cliff
python-cmd2
python-colorama
python-CommonMark
python-conda-package-handling
python-configshell
python-cpuinfo
python-crypto
python-cups
python-curio
python-cytoolz
python-d2to1
python-dbus-client-gen
python-dbus-python-client-gen
python-dbus-signature-pyparsing
python-dbusmock
python-ddt
python-debtcollector
python-decorator
python-dmidecode
python-dns
python-dtopt
python-dulwich
python-enchant
python-entrypoints
python-ethtool
python-evdev
python-eventlet
python-extras
python-factory-boy
python-faker
python-fasteners
python-fields
python-filelock
python-fixtures
python-flake8
python-flask
python-flit
python-fluidity-sm
python-frozendict
python-funcsigs
python-genshi
python-google-auth
python-greenlet
python-gssapi
python-hacking
python-hs-dbus-signature
python-html5lib
python-httplib2
python-httpretty
python-humanize
python-hwdata
python-importlib-metadata
python-inotify
python-into-dbus-python
python-invoke
python-IPy
python-iso8601
python-isodate
python-isort
python-itsdangerous
python-jeepney
python-junitxml
python-justbases
python-justbytes
python-jwcrypto
python-jwt
python-kdcproxy
python-kerberos
python-keyring
python-keystoneauth1
python-keystoneclient
python-kmod
python-kombu
python-kubernetes
python-lazy-object-proxy
python-ldap
python-lesscpy
python-lexicon
python-linux-procfs
python-lit
python-markdown
python-mccabe
python-meh
python-memcached
python-mimeparse
python-minimock
python-mock
python-monotonic
python-mox3
python-msal
python-msrest
python-msrestazure
python-mutagen
python-ndg_httpsclient
python-novaclient
python-nss
python-ntlm-auth
python-oauth2client
python-openpyxl
python-openstackdocstheme
python-ordered-set
python-os-service-types
python-oslo-config
python-oslo-i18n
python-oslo-serialization
python-oslo-sphinx
python-oslo-utils
python-oslotest
python-paramiko
python-paste
python-pexpect
python-pid
python-pluggy
python-podman-api
python-process-tests
python-productmd
python-ptyprocess
python-pycares
python-pycdlib
python-pycosat
python-pydbus
python-pymongo
python-PyMySQL
python-pyperclip
python-pyrsistent
python-pysocks
python-pytest-benchmark
python-pytest-cov
python-pytest-expect
python-pytest-flake8
python-pytest-forked
python-pytest-mock
python-pytest-randomly
python-pytest-relaxed
python-pytest-runner
python-pytest-subtests
python-pytest-timeout
python-pytest-xdist
python-pytoml
python-pyudev
python-pywbem
python-qrcode
python-rdflib
python-recommonmark
python-redis
python-requests-file
python-requests-ftp
python-requests-kerberos
python-requests-mock
python-requests-oauthlib
python-requests-toolbelt
python-requests_ntlm
python-responses
python-rfc3986
python-rpm-generators
python-rpmfluff
python-rtslib
python-ruamel-yaml
python-ruamel-yaml-clib
python-s3transfer
python-schedutils
python-SecretStorage
python-semantic_version
python-setproctitle
python-should_dsl
python-simpleline
python-slip
python-sniffio
python-soupsieve
python-spec
python-sphinx-epytext
python-sphinx-theme-py3doc-enhanced
python-sphinx_rtd_theme
python-sphinxcontrib-apidoc
python-sphinxcontrib-httpdomain
python-sqlalchemy
python-stestr
python-stevedore
python-suds
python-sure
python-sushy
python-systemd
python-tempita
python-testpath
python-testrepository
python-testresources
python-testscenarios
python-testtools
python-tidy
python-toml
python-toolz
python-tornado
python-tox
python-tqdm
python-trio
python-uamqp
python-unittest2
python-uritemplate
python-urwid
python-varlink
python-vine
python-voluptuous
python-waitress
python-webencodings
python-webtest
python-wheel
python-whoosh
python-winrm
python-wrapt
python-xmltodict
python-yubico
python-zipp
python-zmq
python3-mallard-ducktype
python3-pytest-asyncio
python3-typed_ast
pyusb
pywbem
pyxattr
pyxdg
qemu
qhull
qpdf
qperf
qr-code-generator
qrencode
qt5-qtbase
qt5-qtconnectivity
qt5-qtdeclarative
qt5-qtsensors
qt5-qtsvg
qt5-qttools
qt5-rpm-macros
quagga
quota
radvd
ragel
raptor2
rarian
rasdaemon
rasqal
rcs
rdist
rdma-core
re2
re2c
realmd
rear
recode
redland
relaxngcc
resource-agents
rest
resteasy
rhash
rp-pppoe
rpm-mpi-hooks
rpmdevtools
rpmlint
rtkit
ruby-augeas
rubygem-abrt
rubygem-bson
rubygem-builder
rubygem-coderay
rubygem-diff-lcs
rubygem-flexmock
rubygem-hpricot
rubygem-introspection
rubygem-liquid
rubygem-maruku
rubygem-metaclass
rubygem-method_source
rubygem-minitest
rubygem-mocha
rubygem-mongo
rubygem-mustache
rubygem-mysql2
rubygem-net-http-persistent
rubygem-pkg-config
rubygem-pry
rubygem-rake
rubygem-rake-compiler
rubygem-rdoc
rubygem-ronn
rubygem-rouge
rubygem-rspec
rubygem-rspec-expectations
rubygem-rspec-mocks
rubygem-rspec-support
rubygem-test-unit
rubygem-thread_order
rusers
rust-packaging
sac
samba
sanlock
sassist
satyr
sbc
sbd
sblim-cim-client2
sblim-cmpi-base
sblim-cmpi-devel
sblim-cmpi-fsvol
sblim-cmpi-network
sblim-cmpi-nfsv3
sblim-cmpi-nfsv4
sblim-cmpi-params
sblim-cmpi-sysfs
sblim-cmpi-syslog
sblim-indication_helper
sblim-sfcb
sblim-sfcc
sblim-sfcCommon
sblim-testsuite
sblim-wbemcli
scannotation
scipy
scl-utils
scotch
screen
scrub
SDL
SDL2
SDL_sound
sdparm
seabios
seahorse-sharing
secilc
selinux-policy
sendmail
serd
setools
setroubleshoot
setroubleshoot-plugins
setserial
setuptool
SFML
sgabios
sgml-common
sgpio
shared-mime-info
sharutils
shrinkwrap
sip
skkdic
sleuthkit
slirp4netns
smartmontools
smc-tools
socket_wrapper
softhsm
sombok
sonatype-oss-parent
sord
sos
sound-theme-freedesktop
soundtouch
sox
soxr
sparsehash
spausedd
spec-version-maven-plugin
speex
speexdsp
spice
spice-protocol
spice-vdagent
spirv-headers
spirv-tools
splix
squashfs-tools
squid
sratom
sscg
sssd
star
startup-notification
stax-ex
stax2-api
stratis-cli
stratisd
stunnel
subscription-manager
subunit
suitesparse
SuperLU
supermin
switcheroo-control
symlinks
sysfsutils
sysprof
systemd-bootchart
t1lib
t1utils
taglib
tagsoup
tang
targetcli
targetd
tbb
tcl
tcl-pgtcl
tclx
teckit
telnet
tidy
time
tini
tinycdb
tix
tk
tlog
tmpwatch
tn5250
tofrodos
tog-pegasus
tokyocabinet
tomcat
tomcat-taglibs-parent
tomcat-taglibs-standard
tomcatjss
toolbox
torque
tpm-quote-tools
tpm-tools
tpm2-abrmd-selinux
transfig
tss2
ttembed
ttmkfdir
tuna
tuned
twolame
uclibc-ng
ucpp
ucs-miscfixed-fonts
ucx
udftools
udica
udisks2
uglify-js
uhttpmock
uid_wrapper
umockdev
unicode-emoji
unicode-ucd
unique3
units
univocity-parsers
upower
urlview
urw-base35-fonts
usb_modeswitch
usb_modeswitch-data
usbguard
usbmuxd
usbredir
usermode
ustr
uthash
uuid
uw-imap
v4l-utils
varnish
varnish-modules
velocity
vhostmd
vino
virglrenderer
virt-manager
virt-p2v
virt-top
virt-v2v
virt-what
virt-who
vitess
vmem
volume_key
vorbis-tools
vte291
vulkan-headers
vulkan-loader
watchdog
wavpack
wayland
wayland-protocols
web-assets
webrtc-audio-processing
websocketpp
weld-parent
whois
wireless-regdb
wireshark
woff2
woodstox-core
wordnet
words
wpebackend-fdo
ws-commons-util
wsdl4j
wsmancli
wvdial
x3270
xapian-core
Xaw3d
xbean
xcb-proto
xcb-util
xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm
xdelta
xdg-dbus-proxy
xdg-user-dirs
xdg-utils
xfconf
xfsdump
xguest
xhtml1-dtds
xkeyboard-config
xmlrpc
xmlrpc-c
xmlstarlet
xmlstreambuffer
xmltoman
xorg-x11-apps
xorg-x11-drv-libinput
xorg-x11-font-utils
xorg-x11-fonts
xorg-x11-proto-devel
xorg-x11-server
xorg-x11-server-utils
xorg-x11-util-macros
xorg-x11-utils
xorg-x11-xauth
xorg-x11-xbitmaps
xorg-x11-xinit
xorg-x11-xkb-utils
xorg-x11-xtrans-devel
xrestop
xsom
xstream
xterm
yajl
yaml-cpp
yasm
yelp-tools
yelp-xsl
ykclient
yp-tools
ypbind
ypserv
z3
zenity
zerofree
zfs-fuse
zipper
zziplib | +| Fedora | [Fedora MIT License Declaration](https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#License_of_Fedora_SPEC_Files) | a52dec
abattis-cantarell-fonts
abseil-cpp
accountsservice
acpica-tools
acpid
adcli
adobe-mappings-cmap
adobe-mappings-pdf
advancecomp
adwaita-icon-theme
afflib
aide
alsa-firmware
alsa-plugins
amtk
amtterm
annobin
ansible-freeipa
ant-antunit
apache-commons-exec
apache-commons-jxpath
apache-commons-pool
apache-commons-validator
apache-commons-vfs
apache-rat
apache-resource-bundles
apiguardian
appstream
appstream-data
archivemount
argparse-manpage
arptables
arpwatch
asio
aspell
aspell-en
assertj-core
at
at-spi2-atk
at-spi2-core
atf
atk
atkmm
atlas
atop
attr
audiofile
augeas
authd
authselect
autoconf213
avahi
babeltrace
babeltrace2
babl
baekmuk-ttf-fonts
baobab
bats
bcache-tools
biosdevname
bluez
bmake
bogofilter
bolt
boom-boot
boost
booth
botan2
breezy
brltty
brotli
bsh
buildah
busybox
bwidget
byacc
byte-buddy
byte-buddy-bootstrap
ca-certificates
cachefilesd
cairomm
calamares
capstone
catatonit
catch
catch1
cdparanoia
cdrdao
celt051
certmonger
cgdcbxd
chan
checkpolicy
checksec
chrony
cim-schema
cjkuni-uming-fonts
cjose
cldr-emoji-annotation
clucene
clufter
clutter
clutter-gst3
clutter-gtk
cmocka
codemodel
cogl
collectd
colm
color-filesystem
colord
colorize
compat-lua
conda
conmon
conntrack-tools
console-setup
container-exception-logger
containernetworking-plugins
convmv
copy-jdk-configs
corosync
corosync-qdevice
cpp-hocon
cppcheck
cpprest
cpptest
cpuid
criu
crontabs
crypto-policies
cryptsetup
cscope
CUnit
cups
custodia
Cython
dbus-c++
dbus-python
dbxtool
dconf
dcraw
debootstrap
deltarpm
desktop-file-utils
device-mapper-multipath
device-mapper-persistent-data
dietlibc
diffstat
ding-libs
discount
disruptor
dleyna-connector-dbus
dleyna-core
dleyna-renderer
dleyna-server
dlm
dmraid
dnf
dnf-plugins-core
docbook-dtds
docbook-simple
docbook-slides
docbook-style-dsssl
docbook-utils
docbook2X
docbook5-schemas
docbook5-style-xsl
dogtail
dom4j
dos2unix
dotconf
dovecot
dpdk
dpkg
driverctl
dropwatch
drpm
dump
dumpet
dvd+rw-tools
dvgrab
dwarves
dwz
dyninst
ebtables
edac-utils
edk2
efax
efi-rpm-macros
egl-wayland
eglexternalplatform
elinks
emacs
enca
enchant
enchant2
enscript
environment-modules
esc
evemu
exec-maven-plugin
execstack
exempi
exiv2
extra-cmake-modules
fabtests
facter
fakechroot
fakeroot
fapolicyd
farstream02
fasterxml-oss-parent
fdk-aac-free
fdupes
felix-osgi-obr
fence-agents
fence-virt
fetchmail
fftw
filebench
fio
fipscheck
firewalld
fish
flac
flatpak
flatpak-builder
flite
fltk
fluidsynth
flute
fmt
fontawesome-fonts
fontpackages
foomatic
foomatic-db
fprintd
freeglut
freeipmi
freeradius
freerdp
freetds
fribidi
fros
frr
fuse-overlayfs
fuse-sshfs
fuse-zip
fuse3
fusesource-pom
future
fxload
gavl
gconf-editor
GConf2
gcovr
gcr
gdisk
gdk-pixbuf2
gdm
generic-logos
genwqe-tools
geoclue2
geocode-glib
GeoIP
geolite2
geronimo-annotation
geronimo-jaxrpc
geronimo-jms
geronimo-jta
geronimo-osgi-support
geronimo-parent-poms
geronimo-saaj
gfs2-utils
ghc-srpm-macros
ghostscript
giflib
gl-manpages
glassfish-dtd-parser
glassfish-fastinfoset
glassfish-hk2
glassfish-jax-rs-api
glassfish-jaxb
glassfish-jaxb-api
glassfish-jsp
glassfish-jsp-api
glew
glm
glog
glusterfs
gnome-desktop-testing
gnome-doc-utils
gnome-icon-theme
gnome-keyring
gnome-menus
gnome-session
gnome-settings-daemon
gnome-shell
gnu-efi
gnuplot
go-rpm-macros
gom
google-api-python-client
google-crosextra-caladea-fonts
google-crosextra-carlito-fonts
google-gson
google-noto-cjk-fonts
google-noto-emoji-fonts
google-roboto-slab-fonts
gphoto2
gpm
graphene
graphite2
graphviz
grubby
gsettings-desktop-schemas
gsl
gsm
gsound
gspell
gssdp
gssntlmssp
gstreamer1
gstreamer1-plugins-bad-free
gstreamer1-plugins-base
gstreamer1-plugins-good
gtk-vnc
gtk2
gtk3
gtkmm30
gtksourceview4
gtkspell
gucharmap
gupnp
gupnp-av
gupnp-dlna
gupnp-igd
hardening-check
HdrHistogram
heimdal
help2man
hexedit
hfsplus-tools
hicolor-icon-theme
hiera
highlight
hivex
hsakmt
htop
httpcomponents-project
hunspell
hunspell-af
hunspell-ar
hunspell-as
hunspell-ast
hunspell-az
hunspell-be
hunspell-bg
hunspell-bn
hunspell-br
hunspell-ca
hunspell-cop
hunspell-csb
hunspell-cv
hunspell-cy
hunspell-da
hunspell-de
hunspell-dsb
hunspell-el
hunspell-en
hunspell-eo
hunspell-es
hunspell-et
hunspell-eu
hunspell-fa
hunspell-fj
hunspell-fo
hunspell-fr
hunspell-fur
hunspell-fy
hunspell-ga
hunspell-gd
hunspell-gl
hunspell-grc
hunspell-gu
hunspell-gv
hunspell-haw
hunspell-hi
hunspell-hil
hunspell-hr
hunspell-hsb
hunspell-ht
hunspell-hu
hunspell-hy
hunspell-ia
hunspell-id
hunspell-is
hunspell-it
hunspell-kk
hunspell-km
hunspell-kn
hunspell-ko
hunspell-ku
hunspell-ky
hunspell-la
hunspell-lb
hunspell-ln
hunspell-mai
hunspell-mg
hunspell-mi
hunspell-mk
hunspell-ml
hunspell-mn
hunspell-mos
hunspell-mr
hunspell-ms
hunspell-mt
hunspell-nds
hunspell-ne
hunspell-nl
hunspell-no
hunspell-nr
hunspell-nso
hunspell-ny
hunspell-om
hunspell-or
hunspell-pa
hunspell-pl
hunspell-pt
hunspell-quh
hunspell-ro
hunspell-ru
hunspell-rw
hunspell-se
hunspell-shs
hunspell-si
hunspell-sk
hunspell-sl
hunspell-smj
hunspell-so
hunspell-sq
hunspell-sr
hunspell-sv
hunspell-sw
hunspell-ta
hunspell-te
hunspell-tet
hunspell-th
hunspell-tk
hunspell-tl
hunspell-tn
hunspell-tpi
hunspell-ts
hunspell-uk
hunspell-uz
hunspell-ve
hunspell-vi
hunspell-wa
hunspell-xh
hunspell-yi
hwdata
hwloc
hyperscan
hyperv-daemons
hyphen
hyphen-as
hyphen-bg
hyphen-bn
hyphen-ca
hyphen-da
hyphen-de
hyphen-el
hyphen-es
hyphen-fa
hyphen-fo
hyphen-fr
hyphen-ga
hyphen-gl
hyphen-grc
hyphen-gu
hyphen-hi
hyphen-hsb
hyphen-hu
hyphen-ia
hyphen-id
hyphen-is
hyphen-it
hyphen-kn
hyphen-ku
hyphen-lt
hyphen-mi
hyphen-ml
hyphen-mn
hyphen-mr
hyphen-nl
hyphen-or
hyphen-pa
hyphen-pl
hyphen-pt
hyphen-ro
hyphen-ru
hyphen-sa
hyphen-sk
hyphen-sl
hyphen-sv
hyphen-ta
hyphen-te
hyphen-tk
hyphen-uk
ibus
ibus-chewing
ibus-hangul
ibus-kkc
ibus-libpinyin
ibus-libzhuyin
ibus-m17n
ibus-rawcode
ibus-sayura
ibus-table
ibus-table-chinese
icc-profiles-openicc
icon-naming-utils
icoutils
idm-console-framework
iftop
igt-gpu-tools
iio-sensor-proxy
ilmbase
im-chooser
imake
imaptest
imsettings
indent
infinipath-psm
iniparser
intel-cmt-cat
ioping
ipa-gothic-fonts
ipa-pgothic-fonts
ipcalc
ipmitool
iprutils
iptraf-ng
iptstate
ipv6calc
irssi
iscsi-initiator-utils
isns-utils
iso-codes
isomd5sum
istack-commons
iw
iwd
jabberpy
jack-audio-connection-kit
jackson-annotations
jackson-bom
jackson-core
jackson-databind
jackson-jaxrs-providers
jackson-modules-base
jackson-parent
jaf
jakarta-commons-httpclient
jakarta-oro
jasper
java-atk-wrapper
javacc-maven-plugin
javapackages-tools
javapackages-tools-meta
javaparser
jbig2dec
jbigkit
jboss-annotations-1.2-api
jboss-el-2.2-api
jboss-jaxrs-2.0-api
jboss-jsp-2.2-api
jboss-logging
jboss-logging-tools
jboss-logmanager
jboss-modules
jboss-parent
jboss-servlet-3.0-api
jctools
jdeparser
jemalloc
jetty
jetty-build-support
jetty-parent
jetty-toolchain
jfsutils
jimtcl
jing-trang
joda-convert
joda-time
jolokia-jvm-agent
jose
js-jquery
json_simple
jsoncpp
jsr-311
jss
Judy
junit5
jvnet-parent
kde-filesystem
kde-settings
kdump-anaconda-addon
kexec-tools
keybinder3
keycloak-httpd-client-install
kf5
kf5-kconfig
kf5-kcoreaddons
kf5-ki18n
kf5-kwidgetsaddons
koan
kpmcore
kronosnet
ksh
kxml
kyotocabinet
kyua
ladspa
lame
langtable
lapack
lasso
latencytop
lato-fonts
lcms2
lcov
ldapjdk
ldns
leatherman
ledmon
lensfun
leveldb
lftp
libabw
libaec
libao
libappindicator
libappstream-glib
libart_lgpl
libasyncns
libatasmart
libavc1394
libblockdev
libbpf
libbsd
libburn
libbytesize
libcacard
libcanberra
libcdio
libcdio-paranoia
libcdr
libcgroup
libchamplain
libchewing
libcli
libcmis
libcmpiutil
libcomps
libdaemon
libdap
libdatrie
libdazzle
libdbi
libdbi-drivers
libdbusmenu
libdc1394
libdmapsharing
libdmx
libdnf
libdrm
libdv
libdvdnav
libdvdread
libdwarf
libeasyfc
libecap
libecb
libell
libEMF
libeot
libepoxy
libepubgen
libesmtp
libetonyek
libev
libevdev
libewf
libexif
libexttextcat
libfabric
libfontenc
libfprint
libfreehand
libftdi
libgadu
libgdither
libgee
libgee06
libgexiv2
libgit2
libgit2-glib
libglade2
libglvnd
libgovirt
libgphoto2
libgsf
libguestfs
libgusb
libgxim
libgxps
libhangul
libibcommon
libical
libICE
libicns
libid3tag
libIDL
libidn
libidn2
libiec61883
libieee1284
libijs
libimobiledevice
libindicator
libinput
libiodbc
libipt
libiptcdata
libiscsi
libisoburn
libisofs
libjcat
libkcapi
libkeepalive
libkkc
libkkc-data
liblangtag
libldb
libldm
liblockfile
liblognorm
liblouis
liblqr-1
liblzf
libmad
libmediaart
libmetalink
libmicrohttpd
libmikmod
libmodman
libmodplug
libmodulemd1
libmpcdec
libmspub
libmtp
libmusicbrainz5
libmwaw
libnbd
libnet
libnfs
libnice
libnotify
libntlm
libnumbertext
liboauth
libodfgen
libofa
libogg
liboggz
liboil
libomp
libomxil-bellagio
libopenraw
liboping
libosinfo
libotf
libotr
libpagemaker
libpaper
libpciaccess
libpeas
libpfm
libpinyin
libplist
libpmemobj-cpp
libpq
libproxy
libpsm2
libpwquality
libqb
libqxp
libraqm
LibRaw
libraw1394
libreport
librevenge
librsvg2
librx
libsamplerate
libsass
libsecret
libsemanage
libshout
libsigc++20
libsigsegv
libslirp
libSM
libsmbios
libsmi
libsndfile
libsodium
libspectre
libspiro
libsrtp
libssh
libstaroffice
libstemmer
libstoragemgmt
libtdb
libteam
libtevent
libthai
libtheora
libtimezonemap
libtnc
libtomcrypt
libtommath
libtranslit
libucil
libunicap
libuninameslist
liburing
libusbmuxd
libuser
libutempter
libvarlink
libverto
libvirt-dbus
libvirt-glib
libvirt-java
libvirt-python
libvisio
libvisual
libvncserver
libvoikko
libvorbis
libvpx
libwacom
libwmf
libwnck3
libwpd
libwpe
libwpg
libwps
libwvstreams
libX11
libXau
libXaw
libxcb
libXcomposite
libxcrypt
libXcursor
libXdamage
libXdmcp
libXext
libxfce4util
libXfixes
libXfont2
libXft
libXi
libXinerama
libxkbcommon
libxkbfile
libxklavier
libxmlb
libXmu
libXpm
libXrandr
libXrender
libXres
libXScrnSaver
libxshmfence
libXt
libXtst
libXv
libXxf86vm
libyami
libyang
libyubikey
libzip
libzmf
lilv
linuxconsoletools
linuxptp
lksctp-tools
lldpd
Lmod
lockdev
log4j
logwatch
lpsolve
lrzsz
lua
lua-expat
lua-filesystem
lua-json
lua-lpeg
lua-lunit
lua-posix
lua-rpm-macros
lua-term
luksmeta
lutok
lv2
lxsession
lzip
lzop
m17n-db
m17n-lib
mac-robber
mailcap
mailx
malaga
malaga-suomi-voikko
mallard-rng
man-pages-cs
man-pages-es
man-pages-it
man-pages-ja
man-pages-ko
man-pages-pl
man-pages-ru
man-pages-zh-CN
mariadb-connector-c
mariadb-connector-odbc
mariadb-java-client
marisa
maven-clean-plugin
maven-dependency-analyzer
maven-dependency-plugin
maven-install-plugin
maven-osgi
maven-replacer-plugin
maven-verifier-plugin
mcelog
mcpp
mcstrans
mdadm
mdds
meanwhile
mecab
mecab-ipadic
media-player-info
memcached
memkind
mesa
mesa-libGLU
metis
microcode_ctl
microdnf
migrationtools
ming
minicom
minizip
mksh
mobile-broadband-provider-info
mod_auth_gssapi
mod_auth_mellon
mod_auth_openidc
mod_authnz_pam
mod_fcgid
mod_http2
mod_intercept_form_submit
mod_lookup_identity
mod_md
mod_nss
mod_security
mod_security_crs
mod_wsgi
mokutil
mpage
mpg123
mpich
mrtg
msv
mt-st
mtdev
mtools
mtr
mtx
multilib-rpm-config
munge
munge-maven-plugin
mutt
mysql-connector-java
mysql-connector-odbc
mythes
mythes-bg
mythes-ca
mythes-cs
mythes-da
mythes-de
mythes-el
mythes-en
mythes-eo
mythes-es
mythes-fr
mythes-ga
mythes-hu
mythes-it
mythes-mi
mythes-ne
mythes-nl
mythes-pl
mythes-pt
mythes-ro
mythes-ru
mythes-sk
mythes-sl
mythes-sv
mythes-uk
nbd
nbdkit
ndctl
neon
netcf
netlabel_tools
netpbm
netsniff-ng
nfs4-acl-tools
nftables
nilfs-utils
nkf
nload
nodejs-packaging
nss-pam-ldapd
nss_nis
nss_wrapper
ntfs-3g
ntfs-3g-system-compression
numad
numatop
nvmetcli
nvml
oath-toolkit
ocaml
ocaml-alcotest
ocaml-astring
ocaml-base
ocaml-bigarray-compat
ocaml-bisect-ppx
ocaml-calendar
ocaml-camlp5
ocaml-camomile
ocaml-cinaps
ocaml-cmdliner
ocaml-compiler-libs-janestreet
ocaml-cppo
ocaml-csexp
ocaml-csv
ocaml-ctypes
ocaml-curses
ocaml-dune
ocaml-extlib
ocaml-fileutils
ocaml-findlib
ocaml-fmt
ocaml-fpath
ocaml-gettext
ocaml-integers
ocaml-labltk
ocaml-libvirt
ocaml-luv
ocaml-lwt
ocaml-markup
ocaml-migrate-parsetree
ocaml-mmap
ocaml-num
ocaml-ocamlbuild
ocaml-ocplib-endian
ocaml-odoc
ocaml-ounit
ocaml-parsexp
ocaml-ppx-derivers
ocaml-ppxlib
ocaml-re
ocaml-react
ocaml-result
ocaml-seq
ocaml-sexplib
ocaml-sexplib0
ocaml-stdio
ocaml-topkg
ocaml-tyxml
ocaml-uuidm
ocaml-uutf
ocaml-xml-light
ocaml-zarith
ocl-icd
oddjob
omping
ongres-scram
opa
opal
open-vm-tools
openblas
opencc
opencl-filesystem
opencl-headers
opencryptoki
opendnssec
OpenEXR
openhpi
OpenIPMI
openjade
openjpeg2
openmpi
openobex
openoffice-lv
openrdate
opensc
openslp
opensm
opensp
openssl
openssl-ibmpkcs11
openssl-pkcs11
opentest4j
openwsman
optipng
opus
opusfile
orangefs
ORBit2
orc
ortp
os-prober
osinfo-db
osinfo-db-tools
overpass-fonts
p11-kit
p7zip
pacemaker
PackageKit
pacrunner
pakchois
pam_wrapper
pangomm
papi
paps
parallel
patchelf
patchutils
pbzip2
pcp
pcsc-lite
pcsc-lite-ccid
PEGTL
perftest
perl
perl-Algorithm-C3
perl-Algorithm-Diff
perl-Alien-Build
perl-Alien-Libxml2
perl-Alien-pkgconf
perl-AnyEvent
perl-AnyEvent-AIO
perl-AnyEvent-BDB
perl-App-cpanminus
perl-App-FatPacker
perl-AppConfig
perl-Archive-Extract
perl-Archive-Zip
perl-Authen-SASL
perl-B-Debug
perl-B-Hooks-EndOfScope
perl-B-Hooks-OP-Check
perl-B-Keywords
perl-B-Lint
perl-bareword-filehandles
perl-BDB
perl-Bit-Vector
perl-boolean
perl-Browser-Open
perl-BSD-Resource
perl-Business-ISBN
perl-Business-ISBN-Data
perl-Capture-Tiny
perl-Carp-Clan
perl-CBOR-XS
perl-Class-Accessor
perl-Class-C3
perl-Class-C3-XS
perl-Class-Data-Inheritable
perl-Class-Factory-Util
perl-Class-Inspector
perl-Class-ISA
perl-Class-Load
perl-Class-Load-XS
perl-Class-Method-Modifiers
perl-Class-Singleton
perl-Class-Tiny
perl-Class-XSAccessor
perl-Clone
perl-Color-ANSI-Util
perl-Color-RGB-Util
perl-ColorThemeBase-Static
perl-ColorThemeRole-ANSI
perl-ColorThemes-Standard
perl-ColorThemeUtil-ANSI
perl-Compress-Bzip2
perl-Compress-LZF
perl-Compress-Raw-Lzma
perl-Config-AutoConf
perl-Config-INI
perl-Config-INI-Reader-Multiline
perl-Config-IniFiles
perl-Config-Simple
perl-Config-Tiny
perl-Const-Fast
perl-Convert-ASN1
perl-Convert-Bencode
perl-Coro
perl-Coro-Multicore
perl-CPAN-Changes
perl-CPAN-DistnameInfo
perl-CPAN-Meta-Check
perl-Cpanel-JSON-XS
perl-Crypt-CBC
perl-Crypt-DES
perl-Crypt-IDEA
perl-Crypt-OpenSSL-Bignum
perl-Crypt-OpenSSL-Guess
perl-Crypt-OpenSSL-Random
perl-Crypt-OpenSSL-RSA
perl-Crypt-PasswdMD5
perl-CSS-Tiny
perl-Data-Dump
perl-Data-Munge
perl-Data-OptList
perl-Data-Peek
perl-Data-Section
perl-Data-UUID
perl-Date-Calc
perl-Date-ISO8601
perl-Date-Manip
perl-DateTime
perl-DateTime-Format-Builder
perl-DateTime-Format-DateParse
perl-DateTime-Format-HTTP
perl-DateTime-Format-IBeat
perl-DateTime-Format-ISO8601
perl-DateTime-Format-Mail
perl-DateTime-Format-Strptime
perl-DateTime-Locale
perl-DateTime-TimeZone
perl-DateTime-TimeZone-SystemV
perl-DateTime-TimeZone-Tzfile
perl-DBD-MySQL
perl-Devel-CallChecker
perl-Devel-Caller
perl-Devel-CheckBin
perl-Devel-CheckLib
perl-Devel-Cycle
perl-Devel-EnforceEncapsulation
perl-Devel-GlobalDestruction
perl-Devel-GlobalDestruction-XS
perl-Devel-Hide
perl-Devel-Leak
perl-Devel-LexAlias
perl-Devel-Size
perl-Devel-StackTrace
perl-Devel-Symdump
perl-Digest-BubbleBabble
perl-Digest-CRC
perl-Digest-HMAC
perl-Digest-SHA1
perl-Dist-CheckConflicts
perl-DynaLoader-Functions
perl-Email-Address
perl-Email-Date-Format
perl-Encode-Detect
perl-Encode-EUCJPASCII
perl-Encode-IMAPUTF7
perl-Encode-Locale
perl-Env-ShellWords
perl-Error
perl-EV
perl-Eval-Closure
perl-Event
perl-Exception-Class
perl-Expect
perl-ExtUtils-Config
perl-ExtUtils-Depends
perl-ExtUtils-Helpers
perl-ExtUtils-InstallPaths
perl-ExtUtils-PkgConfig
perl-FCGI
perl-Fedora-VSP
perl-FFI-CheckLib
perl-File-BaseDir
perl-File-BOM
perl-File-chdir
perl-File-CheckTree
perl-File-Copy-Recursive
perl-File-DesktopEntry
perl-File-Find-Object
perl-File-Find-Object-Rule
perl-File-Find-Rule
perl-File-Find-Rule-Perl
perl-File-Inplace
perl-File-Listing
perl-File-MimeInfo
perl-File-pushd
perl-File-ReadBackwards
perl-File-Remove
perl-File-ShareDir
perl-File-ShareDir-Install
perl-File-Slurp
perl-File-Slurp-Tiny
perl-File-Slurper
perl-File-Type
perl-Font-TTF
perl-FreezeThaw
perl-GD
perl-GD-Barcode
perl-generators
perl-Getopt-ArgvFile
perl-gettext
perl-Graphics-ColorNamesLite-WWW
perl-GSSAPI
perl-Guard
perl-Hook-LexWrap
perl-HTML-Parser
perl-HTML-Tagset
perl-HTML-Tree
perl-HTTP-Cookies
perl-HTTP-Daemon
perl-HTTP-Date
perl-HTTP-Message
perl-HTTP-Negotiate
perl-Image-Base
perl-Image-Info
perl-Image-Xbm
perl-Image-Xpm
perl-Import-Into
perl-Importer
perl-inc-latest
perl-indirect
perl-Inline-Files
perl-IO-AIO
perl-IO-All
perl-IO-CaptureOutput
perl-IO-Compress-Lzma
perl-IO-HTML
perl-IO-Multiplex
perl-IO-SessionData
perl-IO-Socket-INET6
perl-IO-String
perl-IO-stringy
perl-IO-Tty
perl-IPC-Run
perl-IPC-Run3
perl-IPC-System-Simple
perl-JSON
perl-JSON-Color
perl-JSON-MaybeXS
perl-LDAP
perl-libwww-perl
perl-libxml-perl
perl-Lingua-EN-Inflect
perl-List-MoreUtils-XS
perl-local-lib
perl-Locale-Codes
perl-Locale-Maketext-Gettext
perl-Locale-Msgfmt
perl-Locale-PO
perl-Log-Message
perl-Log-Message-Simple
perl-LWP-MediaTypes
perl-LWP-Protocol-https
perl-Mail-AuthenticationResults
perl-Mail-DKIM
perl-Mail-IMAPTalk
perl-Mail-SPF
perl-MailTools
perl-Math-Int64
perl-MIME-Charset
perl-MIME-Lite
perl-MIME-Types
perl-Mixin-Linewise
perl-MLDBM
perl-Mock-Config
perl-Module-Build-Tiny
perl-Module-CPANfile
perl-Module-Implementation
perl-Module-Install-AuthorRequires
perl-Module-Install-AuthorTests
perl-Module-Install-AutoLicense
perl-Module-Install-GithubMeta
perl-Module-Install-ManifestSkip
perl-Module-Install-ReadmeFromPod
perl-Module-Install-ReadmeMarkdownFromPod
perl-Module-Install-Repository
perl-Module-Install-TestBase
perl-Module-Load-Util
perl-Module-Manifest
perl-Module-Manifest-Skip
perl-Module-Package
perl-Module-Package-Au
perl-Module-Pluggable
perl-Module-Runtime
perl-Module-Signature
perl-Mojolicious
perl-Moo
perl-Mozilla-CA
perl-Mozilla-LDAP
perl-MRO-Compat
perl-multidimensional
perl-namespace-autoclean
perl-namespace-clean
perl-Net-CIDR-Lite
perl-Net-Daemon
perl-Net-DNS
perl-Net-DNS-Resolver-Mock
perl-Net-DNS-Resolver-Programmable
perl-Net-HTTP
perl-Net-IMAP-Simple
perl-Net-IMAP-Simple-SSL
perl-Net-LibIDN2
perl-Net-Patricia
perl-Net-SMTP-SSL
perl-Net-SNMP
perl-Net-Telnet
perl-Newt
perl-NNTPClient
perl-NTLM
perl-Number-Compare
perl-Object-Deadly
perl-Object-HashBase
perl-Package-Anon
perl-Package-Constants
perl-Package-DeprecationManager
perl-Package-Generator
perl-Package-Stash
perl-Package-Stash-XS
perl-PadWalker
perl-Paper-Specs
perl-PAR-Dist
perl-Parallel-Iterator
perl-Params-Classify
perl-Params-Util
perl-Params-Validate
perl-Params-ValidationCompiler
perl-Parse-PMFile
perl-Parse-RecDescent
perl-Parse-Yapp
perl-Path-Tiny
perl-Perl-Critic
perl-Perl-Critic-More
perl-Perl-Destruct-Level
perl-Perl-MinimumVersion
perl-Perl4-CoreLibs
perl-PerlIO-gzip
perl-PerlIO-utf8_strict
perl-PkgConfig-LibPkgConf
perl-Pod-Coverage
perl-Pod-Coverage-TrustPod
perl-Pod-Eventual
perl-Pod-LaTeX
perl-Pod-Markdown
perl-Pod-Parser
perl-Pod-Plainer
perl-Pod-POM
perl-Pod-Spell
perl-PPI
perl-PPI-HTML
perl-PPIx-QuoteLike
perl-PPIx-Regexp
perl-PPIx-Utilities
perl-prefork
perl-Probe-Perl
perl-Razor-Agent
perl-Readonly
perl-Readonly-XS
perl-Ref-Util
perl-Ref-Util-XS
perl-Regexp-Pattern-Perl
perl-Return-MultiLevel
perl-Role-Tiny
perl-Scope-Guard
perl-Scope-Upper
perl-SGMLSpm
perl-SNMP_Session
perl-Socket6
perl-Software-License
perl-Sort-Versions
perl-Specio
perl-Spiffy
perl-strictures
perl-String-CRC32
perl-String-Format
perl-String-ShellQuote
perl-String-Similarity
perl-Sub-Exporter
perl-Sub-Exporter-Progressive
perl-Sub-Identify
perl-Sub-Info
perl-Sub-Install
perl-Sub-Name
perl-Sub-Quote
perl-Sub-Uplevel
perl-SUPER
perl-Switch
perl-Syntax-Highlight-Engine-Kate
perl-Sys-CPU
perl-Sys-MemInfo
perl-Sys-Virt
perl-Taint-Runtime
perl-Task-Weaken
perl-Term-Size-Any
perl-Term-Size-Perl
perl-Term-Table
perl-Term-UI
perl-TermReadKey
perl-Test-Base
perl-Test-ClassAPI
perl-Test-CPAN-Meta
perl-Test-CPAN-Meta-JSON
perl-Test-Deep
perl-Test-Differences
perl-Test-DistManifest
perl-Test-Distribution
perl-Test-EOL
perl-Test-Exception
perl-Test-Exit
perl-Test-FailWarnings
perl-Test-Fatal
perl-Test-File
perl-Test-File-ShareDir
perl-Test-HasVersion
perl-Test-InDistDir
perl-Test-Inter
perl-Test-LeakTrace
perl-Test-LongString
perl-Test-Manifest
perl-Test-Memory-Cycle
perl-Test-MinimumVersion
perl-Test-MockObject
perl-Test-MockRandom
perl-Test-Needs
perl-Test-NoTabs
perl-Test-NoWarnings
perl-Test-Object
perl-Test-Output
perl-Test-Pod
perl-Test-Pod-Coverage
perl-Test-Portability-Files
perl-Test-Requires
perl-Test-RequiresInternet
perl-Test-Script
perl-Test-SubCalls
perl-Test-Synopsis
perl-Test-Taint
perl-Test-TrailingSpace
perl-Test-utf8
perl-Test-Vars
perl-Test-Warn
perl-Test-Without-Module
perl-Test2-Plugin-NoWarnings
perl-Test2-Suite
perl-Test2-Tools-Explain
perl-TestML
perl-Text-CharWidth
perl-Text-CSV_XS
perl-Text-Diff
perl-Text-Glob
perl-Text-Iconv
perl-Text-Soundex
perl-Text-Unidecode
perl-Text-WrapI18N
perl-Tie-IxHash
perl-TimeDate
perl-Tree-DAG_Node
perl-Unicode-EastAsianWidth
perl-Unicode-LineBreak
perl-Unicode-Map8
perl-Unicode-String
perl-Unicode-UTF8
perl-UNIVERSAL-can
perl-UNIVERSAL-isa
perl-Unix-Syslog
perl-URI
perl-Variable-Magic
perl-Version-Requirements
perl-WWW-RobotRules
perl-XML-Catalog
perl-XML-DOM
perl-XML-Dumper
perl-XML-Filter-BufferText
perl-XML-Generator
perl-XML-Grove
perl-XML-Handler-YAWriter
perl-XML-LibXML
perl-XML-LibXSLT
perl-XML-NamespaceSupport
perl-XML-Parser-Lite
perl-XML-RegExp
perl-XML-SAX
perl-XML-SAX-Base
perl-XML-SAX-Writer
perl-XML-Simple
perl-XML-TokeParser
perl-XML-TreeBuilder
perl-XML-Twig
perl-XML-Writer
perl-XML-XPath
perl-XML-XPathEngine
perl-XString
perl-XXX
perl-YAML-LibYAML
perl-YAML-PP
perl-YAML-Syck
perltidy
pesign
phodav
php
php-fedora-autoloader
php-pear
physfs
picosat
pinfo
pipewire
pixman
pkcs11-helper
pkgconf
pki-core
plexus-component-factories-pom
plexus-components-pom
plotutils
plymouth
pmdk-convert
pmix
pngcrush
pngnq
pnm2ppa
po4a
podman
poetry
policycoreutils
polkit-pkla-compat
portaudio
portreserve
postfix
potrace
powertop
ppp
pps-tools
pptp
procmail
prometheus
prometheus-jmx-exporter
prometheus-simpleclient-java
protobuf-java
ps_mem
psacct
psutils
ptlib
publicsuffix-list
pugixml
pulseaudio
puppet
pyatspi
pybind11
pycairo
pyelftools
pyflakes
pygobject2
pygobject3
PyGreSQL
pykickstart
pylint
pyparted
pyserial
python-adal
python-aiodns
python-aiohttp
python-alsa
python-amqp
python-argcomplete
python-astroid
python-async-generator
python-augeas
python-azure-sdk
python-beautifulsoup4
python-betamax
python-billiard
python-blinker
python-blivet
python-case
python-celery
python-cheetah
python-click
python-cliff
python-cmd2
python-colorama
python-CommonMark
python-conda-package-handling
python-configshell
python-cpuinfo
python-crypto
python-cups
python-curio
python-cytoolz
python-d2to1
python-dbus-client-gen
python-dbus-python-client-gen
python-dbus-signature-pyparsing
python-dbusmock
python-ddt
python-debtcollector
python-decorator
python-dmidecode
python-dns
python-dtopt
python-dulwich
python-enchant
python-entrypoints
python-ethtool
python-evdev
python-eventlet
python-extras
python-factory-boy
python-faker
python-fasteners
python-fields
python-filelock
python-fixtures
python-flake8
python-flask
python-flit
python-fluidity-sm
python-frozendict
python-funcsigs
python-genshi
python-google-auth
python-greenlet
python-gssapi
python-hacking
python-hs-dbus-signature
python-html5lib
python-httplib2
python-httpretty
python-humanize
python-hwdata
python-importlib-metadata
python-inotify
python-into-dbus-python
python-invoke
python-IPy
python-iso8601
python-isodate
python-isort
python-itsdangerous
python-jeepney
python-junitxml
python-justbases
python-justbytes
python-jwcrypto
python-jwt
python-kdcproxy
python-kerberos
python-keyring
python-keystoneauth1
python-keystoneclient
python-kmod
python-kombu
python-kubernetes
python-lazy-object-proxy
python-ldap
python-lesscpy
python-lexicon
python-linux-procfs
python-lit
python-markdown
python-mccabe
python-meh
python-memcached
python-mimeparse
python-minimock
python-mock
python-monotonic
python-mox3
python-msal
python-msrest
python-msrestazure
python-mutagen
python-ndg_httpsclient
python-novaclient
python-nss
python-ntlm-auth
python-oauth2client
python-openpyxl
python-openstackdocstheme
python-ordered-set
python-os-service-types
python-oslo-config
python-oslo-i18n
python-oslo-serialization
python-oslo-sphinx
python-oslo-utils
python-oslotest
python-paramiko
python-paste
python-pexpect
python-pid
python-pluggy
python-podman-api
python-process-tests
python-productmd
python-ptyprocess
python-pycares
python-pycdlib
python-pycosat
python-pydbus
python-pymongo
python-PyMySQL
python-pyperclip
python-pyrsistent
python-pysocks
python-pytest-benchmark
python-pytest-cov
python-pytest-expect
python-pytest-flake8
python-pytest-forked
python-pytest-mock
python-pytest-randomly
python-pytest-relaxed
python-pytest-runner
python-pytest-subtests
python-pytest-timeout
python-pytest-xdist
python-pytoml
python-pyudev
python-pywbem
python-qrcode
python-rdflib
python-recommonmark
python-redis
python-requests-file
python-requests-ftp
python-requests-kerberos
python-requests-mock
python-requests-oauthlib
python-requests-toolbelt
python-requests_ntlm
python-responses
python-rfc3986
python-rpm-generators
python-rpmfluff
python-rtslib
python-ruamel-yaml
python-ruamel-yaml-clib
python-s3transfer
python-schedutils
python-SecretStorage
python-semantic_version
python-setproctitle
python-should_dsl
python-simpleline
python-slip
python-sniffio
python-soupsieve
python-spec
python-sphinx-epytext
python-sphinx-theme-py3doc-enhanced
python-sphinx_rtd_theme
python-sphinxcontrib-apidoc
python-sphinxcontrib-httpdomain
python-sqlalchemy
python-stestr
python-stevedore
python-suds
python-sure
python-sushy
python-systemd
python-tempita
python-testpath
python-testrepository
python-testresources
python-testscenarios
python-testtools
python-tidy
python-toml
python-toolz
python-tornado
python-tox
python-tqdm
python-trio
python-uamqp
python-unittest2
python-uritemplate
python-urwid
python-varlink
python-vine
python-voluptuous
python-waitress
python-webencodings
python-webtest
python-wheel
python-whoosh
python-winrm
python-wrapt
python-xmltodict
python-yubico
python-zipp
python-zmq
python3-mallard-ducktype
python3-pytest-asyncio
python3-typed_ast
pyusb
pywbem
pyxattr
pyxdg
qemu
qhull
qpdf
qperf
qr-code-generator
qrencode
qt5-qtbase
qt5-qtconnectivity
qt5-qtdeclarative
qt5-qtsensors
qt5-qtsvg
qt5-qttools
qt5-rpm-macros
quagga
quota
radvd
ragel
raptor2
rarian
rasdaemon
rasqal
rcs
rdist
rdma-core
re2
re2c
realmd
rear
recode
redland
relaxngcc
resource-agents
rest
resteasy
rhash
rp-pppoe
rpm-mpi-hooks
rpmdevtools
rpmlint
rtkit
ruby-augeas
rubygem-abrt
rubygem-bson
rubygem-builder
rubygem-coderay
rubygem-diff-lcs
rubygem-flexmock
rubygem-hpricot
rubygem-introspection
rubygem-liquid
rubygem-maruku
rubygem-metaclass
rubygem-method_source
rubygem-minitest
rubygem-mocha
rubygem-mongo
rubygem-mustache
rubygem-mysql2
rubygem-net-http-persistent
rubygem-pkg-config
rubygem-pry
rubygem-rake
rubygem-rake-compiler
rubygem-rdoc
rubygem-ronn
rubygem-rouge
rubygem-rspec
rubygem-rspec-expectations
rubygem-rspec-mocks
rubygem-rspec-support
rubygem-test-unit
rubygem-thread_order
rusers
rust-packaging
sac
samba
sanlock
sassist
satyr
sbc
sbd
sblim-cim-client2
sblim-cmpi-base
sblim-cmpi-devel
sblim-cmpi-fsvol
sblim-cmpi-network
sblim-cmpi-nfsv3
sblim-cmpi-nfsv4
sblim-cmpi-params
sblim-cmpi-sysfs
sblim-cmpi-syslog
sblim-indication_helper
sblim-sfcb
sblim-sfcc
sblim-sfcCommon
sblim-testsuite
sblim-wbemcli
scannotation
scipy
scl-utils
scotch
screen
scrub
SDL
SDL2
SDL_sound
sdparm
seabios
seahorse-sharing
secilc
selinux-policy
sendmail
serd
setools
setroubleshoot
setroubleshoot-plugins
setserial
setuptool
SFML
sgabios
sgml-common
sgpio
shared-mime-info
sharutils
shrinkwrap
sip
skkdic
sleuthkit
slirp4netns
smartmontools
smc-tools
socket_wrapper
softhsm
sombok
sonatype-oss-parent
sord
sos
sound-theme-freedesktop
soundtouch
sox
soxr
sparsehash
spausedd
spec-version-maven-plugin
speex
speexdsp
spice
spice-protocol
spice-vdagent
spirv-headers
spirv-tools
splix
squashfs-tools
squid
sratom
sscg
sssd
star
startup-notification
stax-ex
stax2-api
stratis-cli
stratisd
stunnel
subscription-manager
subunit
suitesparse
SuperLU
supermin
switcheroo-control
symlinks
sysfsutils
sysprof
systemd-bootchart
t1lib
t1utils
taglib
tagsoup
tang
targetcli
targetd
tbb
tcl
tcl-pgtcl
tclx
teckit
telnet
tidy
time
tini
tinycdb
tix
tk
tlog
tmpwatch
tn5250
tofrodos
tog-pegasus
tokyocabinet
tomcat
tomcat-taglibs-parent
tomcat-taglibs-standard
tomcatjss
toolbox
torque
tpm-quote-tools
tpm-tools
tpm2-abrmd-selinux
transfig
tss2
ttembed
ttmkfdir
tuna
tuned
twolame
uclibc-ng
ucpp
ucs-miscfixed-fonts
ucx
udftools
udica
udisks2
uglify-js
uhttpmock
uid_wrapper
umockdev
unicode-emoji
unicode-ucd
unique3
units
univocity-parsers
upower
urlview
urw-base35-fonts
usb_modeswitch
usb_modeswitch-data
usbguard
usbmuxd
usbredir
usermode
ustr
uthash
uuid
uw-imap
v4l-utils
varnish
varnish-modules
vhostmd
vino
virglrenderer
virt-manager
virt-p2v
virt-top
virt-v2v
virt-what
virt-who
vitess
vmem
volume_key
vorbis-tools
vte291
vulkan-headers
vulkan-loader
watchdog
wavpack
wayland
wayland-protocols
web-assets
webrtc-audio-processing
websocketpp
weld-parent
whois
wireless-regdb
wireshark
woff2
woodstox-core
wordnet
words
wpebackend-fdo
ws-commons-util
wsdl4j
wsmancli
wvdial
x3270
xapian-core
Xaw3d
xcb-proto
xcb-util
xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm
xdelta
xdg-dbus-proxy
xdg-user-dirs
xdg-utils
xfconf
xfsdump
xguest
xhtml1-dtds
xkeyboard-config
xmlrpc
xmlrpc-c
xmlstarlet
xmlstreambuffer
xmltoman
xorg-x11-apps
xorg-x11-drv-libinput
xorg-x11-font-utils
xorg-x11-fonts
xorg-x11-proto-devel
xorg-x11-server
xorg-x11-server-utils
xorg-x11-util-macros
xorg-x11-utils
xorg-x11-xauth
xorg-x11-xbitmaps
xorg-x11-xinit
xorg-x11-xkb-utils
xorg-x11-xtrans-devel
xrestop
xsom
xstream
xterm
yajl
yaml-cpp
yasm
yelp-tools
yelp-xsl
ykclient
yp-tools
ypbind
ypserv
z3
zenity
zerofree
zfs-fuse
zipper
zziplib | | Fedora (Copyright Remi Collet) | [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode) | libmemcached-awesome
librabbitmq | | Magnus Edenhill Open Source | [Magnus Edenhill Open Source BSD License](https://github.com/jemalloc/jemalloc/blob/dev/COPYING) | librdkafka | | Microsoft | [Microsoft MIT License](/LICENSES-AND-NOTICES/LICENSE.md) | application-gateway-kubernetes-ingress
azure-iot-sdk-c
azure-iotedge
azure-storage-cpp
bazel
blobfuse
bmon
bpftrace
ccache
cert-manager
clamav
cloud-hypervisor
cloud-init-vmware-guestinfo
cmake-fedora
coredns-1.6.7
coredns-1.7.0
dbus-x11
debugedit
dejavu-fonts
distroless-packages
doxygen
dtc
espeak-ng
espeakup
flannel
fluent-bit
freefont
gflags
go-md2man
grpc
grub2-efi-binary-signed
GSL
gtk-update-icon-cache
helm
installkernel
ivykis
jsonbuilder
keda
kernel-signed
kubernetes-1.18.14
kubernetes-1.18.17
kubernetes-1.19.7
kubernetes-1.19.9
kubernetes-1.20.2
kubernetes-1.20.5
libacvp
libconfini
libconfuse
libiothsm-std
libmaxminddb
libuv
libxml++
lsb-release
lttng-consume
mariner-release
mariner-repos
mariner-rpm-macros
mm-common
moby-buildx
moby-cli
moby-containerd
moby-engine
moby-runc
msgpack
ncompress
nlohmann-json
nmap
nmi
node-problem-detector
ntopng
pcaudiolib
pcre2
perl-Test-Warnings
perl-Text-Template
pigz
prebuilt-ca-certificates
prebuilt-ca-certificates-base
python-cachetools
python-cherrypy
python-execnet
python-logutils
python-nocasedict
python-pecan
python-remoto
python-repoze-lru
python-routes
python-rsa
python-sphinxcontrib-websupport
python-yamlloader
R
rocksdb
rubygem-asciidoctor
rubygem-concurrent-ruby
rubygem-console
rubygem-deep_merge
rubygem-eventmachine
rubygem-fiber-local
rubygem-hocon
rubygem-multi_json
rubygem-puppet-resource_api
rubygem-rdiscount
rubygem-semantic_puppet
rubygem-thor
shim
shim-unsigned
shim-unsigned-aarch64
shim-unsigned-x64
span-lite
swupdate
tinyxml2
toml11
tracelogging
vala
verity-read-only-root
vnstat
zstd | | Netplan source | [GPLv3](https://github.com/canonical/netplan/blob/main/COPYING) | netplan | | NVIDIA | [ASL 2.0 License](http://www.apache.org/licenses/LICENSE-2.0) | libnvidia-container
nvidia-container-runtime
nvidia-container-toolkit
nvidia-docker2 | | OpenMamba | [Openmamba GPLv2 License](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt) | bash-completion | -| OpenSUSE | Following [openSUSE guidelines](https://en.opensuse.org/openSUSE:Specfile_guidelines#Specfile_Licensing) | ant
ant-antlr
ant-junit
antlr
aopalliance
apache-commons-beanutils
apache-commons-cli
apache-commons-codec
apache-commons-collections
apache-commons-collections4
apache-commons-compress
apache-commons-configuration
apache-commons-daemon
apache-commons-dbcp
apache-commons-digester
apache-commons-httpclient
apache-commons-io
apache-commons-jexl
apache-commons-lang
apache-commons-lang3
apache-commons-logging
apache-commons-net
apache-commons-parent
apache-commons-pool2
apache-commons-vfs2
apache-ivy
apache-parent
aqute-bnd
args4j
atinject
base64coder
bazel-workspaces
bcel
bea-stax
beust-jcommander
bnd-maven-plugin
boringssl
bouncycastle
bsf
bsh2
byaccj
cal10n
cdi-api
cglib
cni
cri-o
easymock
ecj
envoy
felix-parent
felix-utils
fillup
gd
geronimo-specs
geronimo-specs-pom
glassfish-annotation-api
glassfish-el
glassfish-servlet-api
gnu-getopt
gnu-regexp
golang-packaging
google-guice
guava
guava20
hamcrest
hawtjni-runtime
hsqldb
httpcomponents-client
httpcomponents-core
isorelax
jakarta-taglibs-standard
jansi
jansi-native
jarjar
java-cup
javacc
javacc-bootstrap
javamail
javassist
jboss-interceptors-1.2-api
jdepend
jdependency
jdom
jdom2
jflex
jflex-bootstrap
jlex
jline
jna
jsch
jsch-agent-proxy
jsoup
jsr-305
jtidy
junit
junitperf
jzlib
kured
libcontainers-common
libva
libvdpau
lynx
maven
maven-antrun-plugin
maven-archiver
maven-artifact-resolver
maven-artifact-transfer
maven-assembly-plugin
maven-common-artifact-filters
maven-compiler-plugin
maven-dependency-tree
maven-doxia
maven-doxia-sitetools
maven-enforcer
maven-file-management
maven-filtering
maven-invoker
maven-invoker-plugin
maven-jar-plugin
maven-javadoc-plugin
maven-parent
maven-plugin-build-helper
maven-plugin-bundle
maven-plugin-plugin
maven-plugin-plugin-bootstrap
maven-plugin-testing
maven-plugin-tools
maven-plugins-pom
maven-remote-resources-plugin
maven-reporting-api
maven-reporting-impl
maven-resolver
maven-resources-plugin
maven-script-interpreter
maven-shade-plugin
maven-shared
maven-shared-incremental
maven-shared-io
maven-shared-utils
maven-source-plugin
maven-surefire
maven-surefire-plugins
maven-verifier
maven-wagon
maven2
mockito
modello
modello-maven-plugin
mojo-parent
objectweb-anttask
objectweb-asm
objenesis
oprofile
oro
osgi-annotation
osgi-compendium
osgi-core
parboiled
patterns-ceph-containers
pegdown
plexus-ant-factory
plexus-archiver
plexus-bsh-factory
plexus-build-api
plexus-cipher
plexus-classworlds
plexus-cli
plexus-compiler
plexus-component-api
plexus-component-metadata
plexus-containers
plexus-i18n
plexus-interactivity
plexus-interpolation
plexus-io
plexus-languages
plexus-metadata-generator
plexus-pom
plexus-resources
plexus-sec-dispatcher
plexus-utils
plexus-velocity
psl-make-dafsa
publicsuffix
qdox
regexp
relaxngDatatype
rhino
ripgrep
rook
servletapi4
servletapi5
sisu
slf4j
slf4j-sources
snakeyaml
testng
trilead-ssh2
werken-xpath
xalan-j2
xcursor-themes
xerces-j2
xml-commons-apis
xml-commons-resolver
xmldb-api
xmlunit
xmvn
xmvn-connector-aether
xmvn-connector-ivy
xmvn-mojo
xmvn-tools
xpp2
xpp3
xz-java | +| OpenSUSE | Following [openSUSE guidelines](https://en.opensuse.org/openSUSE:Specfile_guidelines#Specfile_Licensing) | ant
ant-antlr
ant-junit
antlr
aopalliance
apache-commons-beanutils
apache-commons-cli
apache-commons-codec
apache-commons-collections
apache-commons-collections4
apache-commons-compress
apache-commons-configuration
apache-commons-daemon
apache-commons-dbcp
apache-commons-digester
apache-commons-httpclient
apache-commons-io
apache-commons-jexl
apache-commons-lang
apache-commons-lang3
apache-commons-logging
apache-commons-net
apache-commons-parent
apache-commons-pool2
apache-commons-vfs2
apache-ivy
apache-parent
aqute-bnd
args4j
atinject
base64coder
bazel-workspaces
bcel
bea-stax
beust-jcommander
bnd-maven-plugin
boringssl
bouncycastle
bsf
bsh2
byaccj
cal10n
cdi-api
cglib
cni
cri-o
easymock
ecj
envoy
felix-parent
felix-utils
fillup
gd
geronimo-specs
geronimo-specs-pom
glassfish-annotation-api
glassfish-el
glassfish-servlet-api
gnu-getopt
gnu-regexp
golang-packaging
google-guice
guava
guava20
hamcrest
hawtjni-runtime
hsqldb
httpcomponents-client
httpcomponents-core
isorelax
jakarta-taglibs-standard
jansi
jansi-native
jarjar
java-cup
javacc
javacc-bootstrap
javamail
javassist
jboss-interceptors-1.2-api
jdepend
jdependency
jdom
jdom2
jflex
jflex-bootstrap
jlex
jline
jna
jsch
jsch-agent-proxy
jsoup
jsr-305
jtidy
junit
junitperf
jzlib
kured
libcontainers-common
libva
libvdpau
lynx
maven
maven-antrun-plugin
maven-archiver
maven-artifact-resolver
maven-artifact-transfer
maven-assembly-plugin
maven-common-artifact-filters
maven-compiler-plugin
maven-dependency-tree
maven-doxia
maven-doxia-sitetools
maven-enforcer
maven-file-management
maven-filtering
maven-invoker
maven-invoker-plugin
maven-jar-plugin
maven-javadoc-plugin
maven-parent
maven-plugin-build-helper
maven-plugin-bundle
maven-plugin-plugin
maven-plugin-plugin-bootstrap
maven-plugin-testing
maven-plugin-tools
maven-plugins-pom
maven-remote-resources-plugin
maven-reporting-api
maven-reporting-impl
maven-resolver
maven-resources-plugin
maven-script-interpreter
maven-shade-plugin
maven-shared
maven-shared-incremental
maven-shared-io
maven-shared-utils
maven-source-plugin
maven-surefire
maven-surefire-plugins
maven-verifier
maven-wagon
maven2
mockito
modello
modello-maven-plugin
mojo-parent
objectweb-anttask
objectweb-asm
objenesis
oprofile
oro
osgi-annotation
osgi-compendium
osgi-core
parboiled
patterns-ceph-containers
pegdown
plexus-ant-factory
plexus-archiver
plexus-bsh-factory
plexus-build-api
plexus-cipher
plexus-classworlds
plexus-cli
plexus-compiler
plexus-component-api
plexus-component-metadata
plexus-containers
plexus-i18n
plexus-interactivity
plexus-interpolation
plexus-io
plexus-languages
plexus-metadata-generator
plexus-pom
plexus-resources
plexus-sec-dispatcher
plexus-utils
plexus-velocity
psl-make-dafsa
publicsuffix
qdox
regexp
relaxngDatatype
rhino
ripgrep
rook
servletapi4
servletapi5
sisu
slf4j
slf4j-sources
snakeyaml
testng
trilead-ssh2
velocity
werken-xpath
xalan-j2
xbean
xcursor-themes
xerces-j2
xml-commons-apis
xml-commons-resolver
xmldb-api
xmlunit
xmvn
xmvn-connector-aether
xmvn-connector-ivy
xmvn-mojo
xmvn-tools
xpp2
xpp3
xz-java | | Photon | [Photon License](LICENSE-PHOTON.md) and [Photon Notice](NOTICE.APACHE2).
Also see [LICENSE-EXCEPTIONS.PHOTON](LICENSE-EXCEPTIONS.PHOTON). | acl
alsa-lib
alsa-utils
ansible
apparmor
apr
apr-util
asciidoc
atftp
audit
autoconf
autoconf-archive
autofs
autogen
automake
babel
bash
bc
bcc
bind
binutils
bison
blktrace
boost
bridge-utils
btrfs-progs
bubblewrap
build-essential
bzip2
c-ares
cairo
cdrkit
check
chkconfig
chrpath
cifs-utils
clang
cloud-init
cloud-utils-growpart
cmake
cni-plugins
core-packages
coreutils
cpio
cppunit
cracklib
crash
crash-gcore-command
createrepo_c
cri-tools
cronie
curl
cyrus-sasl
dbus
dbus-glib
dejagnu
device-mapper-multipath
dhcp
dialog
diffutils
dkms
dmidecode
dnsmasq
docbook-dtd-xml
docbook-style-xsl
dosfstools
dracut
dstat
e2fsprogs
ed
efibootmgr
efivar
elfutils
erlang
etcd-3.4.13
etcd-3.4.3
ethtool
expat
expect
fcgi
file
filesystem
findutils
finger
flex
fontconfig
fping
freetype
fuse
gawk
gc
gcc
gdb
gdbm
gettext
git
glib
glib-networking
glibc
glibmm24
gmp
gnome-common
gnupg2
gnuplot
gnutls
gobject-introspection
golang-1.17
gperf
gperftools
gpgme
gptfdisk
grep
groff
grub2
gtest
gtk-doc
guile
gzip
haproxy
harfbuzz
haveged
hdparm
http-parser
httpd
i2c-tools
iana-etc
icu
initramfs
initscripts
inotify-tools
intltool
iotop
iperf3
iproute
ipset
iptables
iputils
ipvsadm
ipxe
irqbalance
itstool
jansson
jq
json-c
json-glib
kbd
keepalived
kernel
kernel-headers
kernel-hyperv
keyutils
kmod
krb5
lapack
less
libaio
libarchive
libassuan
libatomic_ops
libcap
libcap-ng
libconfig
libdb
libdnet
libedit
libestr
libevent
libfastjson
libffi
libgcrypt
libgpg-error
libgssglue
libgsystem
libgudev
libjpeg-turbo
libksba
liblogging
libmbim
libmnl
libmodulemd
libmpc
libmspack
libndp
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_queue
libnfnetlink
libnftnl
libnl3
libnsl2
libpcap
libpipeline
libpng
libpsl
libqmi
librelp
librepo
librsync
libseccomp
libselinux
libsepol
libserf
libsigc++20
libsolv
libsoup
libssh2
libtalloc
libtar
libtasn1
libtiff
libtirpc
libtool
libunistring
libunwind
libusb
libvirt
libwebp
libxml2
libxslt
libyaml
linux-firmware
lldb
lldpad
llvm
lm-sensors
lmdb
log4cpp
logrotate
lshw
lsof
lsscsi
ltrace
lttng-tools
lttng-ust
lvm2
lz4
lzo
m2crypto
m4
make
man-db
man-pages
mariadb
mc
mercurial
meson
mlocate
ModemManager
mozjs
mpfr
msr-tools
mysql
nano
nasm
ncurses
ndctl
net-snmp
net-tools
nettle
newt
nfs-utils
nghttp2
nginx
ninja-build
nodejs
npth
nspr
nss
nss-altfiles
ntp
numactl
numpy
nvme-cli
oniguruma
OpenIPMI
openldap
openscap
openssh
openvswitch
ostree
pam
pango
parted
patch
pciutils
pcre
perl-Canary-Stability
perl-CGI
perl-common-sense
perl-Crypt-SSLeay
perl-DBD-SQLite
perl-DBI
perl-DBIx-Simple
perl-Exporter-Tiny
perl-File-HomeDir
perl-File-Which
perl-IO-Socket-SSL
perl-JSON-Any
perl-JSON-XS
perl-libintl-perl
perl-List-MoreUtils
perl-Module-Build
perl-Module-Install
perl-Module-ScanDeps
perl-Net-SSLeay
perl-NetAddr-IP
perl-Object-Accessor
perl-Path-Class
perl-Try-Tiny
perl-Types-Serialiser
perl-WWW-Curl
perl-XML-Parser
perl-YAML
perl-YAML-Tiny
pgbouncer
pinentry
polkit
popt
postgresql
powershell
procps-ng
protobuf
protobuf-c
psmisc
pth
pyasn1-modules
pyOpenSSL
PyPAM
pyparsing
pytest
python-appdirs
python-asn1crypto
python-atomicwrites
python-attrs
python-bcrypt
python-boto3
python-botocore
python-certifi
python-cffi
python-chardet
python-configobj
python-constantly
python-coverage
python-cryptography
python-daemon
python-dateutil
python-defusedxml
python-distro
python-docopt
python-docutils
python-ecdsa
python-gevent
python-greenlet
python-hyperlink
python-hypothesis
python-idna
python-imagesize
python-incremental
python-iniparse
python-ipaddr
python-jinja2
python-jmespath
python-jsonpatch
python-jsonpointer
python-jsonschema
python-lockfile
python-lxml
python-m2r
python-mako
python-markupsafe
python-mistune
python-msgpack
python-netaddr
python-netifaces
python-ntplib
python-oauthlib
python-packaging
python-pam
python-pbr
python-pip
python-ply
python-prettytable
python-psutil
python-psycopg2
python-py
python-pyasn1
python-pycodestyle
python-pycparser
python-pycurl
python-pygments
python-pynacl
python-pyvmomi
python-requests
python-setuptools
python-setuptools_scm
python-simplejson
python-six
python-snowballstemmer
python-sphinx
python-sphinx-theme-alabaster
python-sqlalchemy
python-twisted
python-urllib3
python-vcversioner
python-virtualenv
python-wcwidth
python-webob
python-websocket-client
python-werkzeug
python-zope-interface
python2
python3
pytz
PyYAML
rapidjson
readline
redis
rng-tools
rpcbind
rpcsvc-proto
rpm
rpm-ostree
rrdtool
rsync
rsyslog
ruby
rubygem-bundler
rust
scons
sed
sg3_utils
shadow-utils
slang
snappy
socat
sqlite
sshpass
strace
strongswan
subversion
sudo
swig
syslinux
syslog-ng
sysstat
systemd
systemd-bootstrap
systemtap
tar
tcl
tcpdump
tcsh
tdnf
telegraf
texinfo
tmux
tpm2-abrmd
tpm2-tools
tpm2-tss
traceroute
tree
trousers
tzdata
unbound
unixODBC
unzip
usbutils
userspace-rcu
utf8proc
util-linux
valgrind
vim
vsftpd
WALinuxAgent
wget
which
wpa_supplicant
xerces-c
xfsprogs
xinetd
xmlsec1
xmlto
xz
zchunk
zeromq
zip
zlib
zsh | diff --git a/SPECS/LICENSES-AND-NOTICES/data/licenses.json b/SPECS/LICENSES-AND-NOTICES/data/licenses.json index 78264b30f5..8e4e2cf304 100644 --- a/SPECS/LICENSES-AND-NOTICES/data/licenses.json +++ b/SPECS/LICENSES-AND-NOTICES/data/licenses.json @@ -2204,7 +2204,6 @@ "v4l-utils", "varnish", "varnish-modules", - "velocity", "vhostmd", "vino", "virglrenderer", @@ -2244,7 +2243,6 @@ "x3270", "xapian-core", "Xaw3d", - "xbean", "xcb-proto", "xcb-util", "xcb-util-image", @@ -2656,8 +2654,10 @@ "snakeyaml", "testng", "trilead-ssh2", + "velocity", "werken-xpath", "xalan-j2", + "xbean", "xcursor-themes", "xerces-j2", "xml-commons-apis", diff --git a/cgmanifest.json b/cgmanifest.json index 97fa5e9897..31858ff4fe 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -7976,6 +7976,16 @@ } } }, + { + "component": { + "type": "other", + "other": { + "name": "javapackages-tools-meta", + "version": "5.3.0", + "downloadUrl": "https://github.com/fedora-java/javapackages/archive/refs/tags/5.3.0.tar.gz" + } + } + }, { "component": { "type": "other",