2024-08-05 18:45:30 +00:00
|
|
|
%bcond_with bootstrap
|
2020-09-01 19:47:36 +00:00
|
|
|
|
2018-01-26 03:51:49 +00:00
|
|
|
Name: apache-commons-parent
|
2024-02-02 17:03:58 +00:00
|
|
|
Version: 66
|
2024-08-01 17:33:34 +00:00
|
|
|
Release: 3%{?dist}
|
2018-01-26 03:51:49 +00:00
|
|
|
Summary: Apache Commons Parent Pom
|
2023-05-24 12:29:37 +00:00
|
|
|
License: Apache-2.0
|
2018-10-12 09:22:44 +00:00
|
|
|
URL: https://commons.apache.org/commons-parent-pom.html
|
2018-01-26 03:51:49 +00:00
|
|
|
BuildArch: noarch
|
2022-05-12 20:33:24 +00:00
|
|
|
ExclusiveArch: %{java_arches} noarch
|
2018-01-26 03:51:49 +00:00
|
|
|
|
2020-08-21 10:47:22 +00:00
|
|
|
Source0: https://github.com/apache/commons-parent/archive/rel/commons-parent-%{version}.tar.gz
|
2018-01-26 03:51:49 +00:00
|
|
|
|
2021-04-16 13:33:12 +00:00
|
|
|
%if %{with bootstrap}
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
%else
|
2022-06-14 06:03:17 +00:00
|
|
|
BuildRequires: maven-local
|
2022-04-24 11:53:20 +00:00
|
|
|
BuildRequires: mvn(biz.aQute.bnd:biz.aQute.bndlib)
|
2018-01-26 03:51:49 +00:00
|
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
2020-09-01 19:47:36 +00:00
|
|
|
BuildRequires: mvn(org.apache:apache:pom:)
|
2018-01-26 03:51:49 +00:00
|
|
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
2023-12-04 16:55:15 +00:00
|
|
|
BuildRequires: mvn(org.moditect:moditect-maven-plugin)
|
2018-01-26 03:51:49 +00:00
|
|
|
# Not generated automatically
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
2021-04-16 13:33:12 +00:00
|
|
|
%endif
|
2023-12-04 16:55:15 +00:00
|
|
|
|
2018-01-26 03:51:49 +00:00
|
|
|
Requires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
2023-12-04 16:55:15 +00:00
|
|
|
Requires: mvn(org.moditect:moditect-maven-plugin)
|
2010-10-25 20:16:52 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The Project Object Model files for the apache-commons packages.
|
|
|
|
|
|
|
|
%prep
|
2020-08-21 10:47:22 +00:00
|
|
|
%setup -q -n commons-parent-rel-commons-parent-%{version}
|
2013-08-06 08:45:05 +00:00
|
|
|
|
|
|
|
# Plugin is not in fedora
|
|
|
|
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
2013-08-06 10:00:56 +00:00
|
|
|
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
2023-05-24 12:28:43 +00:00
|
|
|
%pom_remove_plugin org.spdx:spdx-maven-plugin
|
|
|
|
%pom_remove_plugin org.cyclonedx:cyclonedx-maven-plugin
|
2010-10-25 20:16:52 +00:00
|
|
|
|
2017-02-06 09:37:08 +00:00
|
|
|
# Plugins useless in package builds
|
|
|
|
%pom_remove_plugin :apache-rat-plugin
|
|
|
|
%pom_remove_plugin :buildnumber-maven-plugin
|
2015-02-02 11:49:21 +00:00
|
|
|
%pom_remove_plugin :maven-site-plugin
|
2018-10-12 09:22:44 +00:00
|
|
|
%pom_remove_plugin :maven-source-plugin
|
2022-04-24 11:53:20 +00:00
|
|
|
%pom_remove_plugin :versions-maven-plugin
|
2024-02-02 17:03:58 +00:00
|
|
|
%pom_remove_plugin :maven-artifact-plugin
|
2014-03-04 11:03:32 +00:00
|
|
|
|
2023-05-24 12:28:43 +00:00
|
|
|
%pom_remove_dep org.junit:junit-bom
|
|
|
|
|
2017-01-05 16:53:08 +00:00
|
|
|
# Remove profiles for plugins that are useless in package builds
|
2023-05-24 12:28:43 +00:00
|
|
|
for profile in animal-sniffer japicmp jacoco cobertura; do
|
|
|
|
%pom_xpath_remove "pom:profile[pom:id='${profile}']"
|
2017-01-05 16:53:08 +00:00
|
|
|
done
|
2015-02-03 07:24:03 +00:00
|
|
|
|
2010-10-25 20:16:52 +00:00
|
|
|
%build
|
2017-02-16 14:43:11 +00:00
|
|
|
%mvn_build
|
2010-10-25 20:16:52 +00:00
|
|
|
|
|
|
|
%install
|
2013-08-06 08:45:05 +00:00
|
|
|
%mvn_install
|
2010-10-25 20:16:52 +00:00
|
|
|
|
2013-08-06 08:45:05 +00:00
|
|
|
%files -f .mfiles
|
2020-09-01 19:47:36 +00:00
|
|
|
%doc README.md RELEASE-NOTES.txt
|
2018-01-26 03:51:49 +00:00
|
|
|
%license LICENSE.txt NOTICE.txt
|
2010-10-25 20:16:52 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-08-01 17:33:34 +00:00
|
|
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 66-3
|
|
|
|
- Bump release for Aug 2024 java mass rebuild
|
|
|
|
|
2024-06-24 15:36:09 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 66-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-02-02 17:03:58 +00:00
|
|
|
* Fri Feb 02 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 66-1
|
|
|
|
- Update to upstream version 66
|
|
|
|
|
2024-01-22 23:15:00 +00:00
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 65-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-19 13:16:03 +00:00
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 65-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-12-04 16:55:15 +00:00
|
|
|
* Mon Dec 04 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 65-2
|
|
|
|
- Enable moditect-maven-plugin
|
|
|
|
|
2023-12-04 11:45:05 +00:00
|
|
|
* Mon Dec 04 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 65-1
|
|
|
|
- Update to upstream version 65
|
|
|
|
|
2023-09-01 13:58:22 +00:00
|
|
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 61-2
|
|
|
|
- Rebuild
|
|
|
|
|
2023-08-30 06:56:21 +00:00
|
|
|
* Wed Aug 30 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 61-1
|
|
|
|
- Update to upstream version 61
|
|
|
|
|
2023-08-25 09:26:00 +00:00
|
|
|
* Fri Aug 25 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 60-1
|
|
|
|
- Update to upstream version 60
|
|
|
|
|
2023-05-24 12:28:43 +00:00
|
|
|
* Fri Aug 11 2023 Marian Koncek <mkoncek@redhat.com> - 59-1
|
|
|
|
- Update to upstream version 59
|
|
|
|
|
2023-07-19 13:30:14 +00:00
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 53-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-18 21:55:33 +00:00
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 53-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-20 21:00:57 +00:00
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 53-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-04-24 11:53:20 +00:00
|
|
|
* Sun Apr 24 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 53-1
|
|
|
|
- Update to upstream version 53
|
|
|
|
|
2022-02-05 18:30:41 +00:00
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 52-6
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
2022-01-19 21:26:02 +00:00
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 52-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-21 17:43:58 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 52-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-05-17 13:49:30 +00:00
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 52-3
|
|
|
|
- Bootstrap build
|
2021-05-17 16:01:41 +00:00
|
|
|
- Non-bootstrap build
|
2021-05-17 13:49:30 +00:00
|
|
|
|
2021-01-26 00:15:38 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 52-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-09-01 19:47:36 +00:00
|
|
|
* Tue Sep 01 2020 Fabio Valentini <decathorpe@gmail.com> - 52-1
|
|
|
|
- Update to version 52.
|
|
|
|
|
2020-08-21 10:47:22 +00:00
|
|
|
* Fri Aug 21 2020 Marian Koncek <mkoncek@redhat.com> - 52-1
|
|
|
|
- Update to upstream version 52
|
|
|
|
|
2020-07-28 09:07:10 +00:00
|
|
|
* Tue Jul 28 2020 Marian Koncek <mkoncek@redhat.com> - 51-1
|
|
|
|
- Update to upstream version 51
|
|
|
|
|
2020-07-27 12:12:03 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 47-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-10 13:49:58 +00:00
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 47-5
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
2020-01-29 15:19:58 +00:00
|
|
|
* Wed Jan 29 2020 Marian Koncek <mkoncek@redhat.com> - 50-1
|
|
|
|
- Update to upstream version 50
|
|
|
|
|
2020-01-28 11:46:53 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 47-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-05 16:29:27 +00:00
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 49-2
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
|
2019-09-18 13:39:06 +00:00
|
|
|
* Wed Sep 18 2019 Marian Koncek <mkoncek@redhat.com> - 49-1
|
|
|
|
- Update to upstream version 49
|
|
|
|
|
2019-07-24 18:08:01 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 47-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-24 15:00:20 +00:00
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 48-2
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
|
2019-05-17 11:16:13 +00:00
|
|
|
* Fri May 03 2019 Marian Koncek <mkoncek@redhat.com> - 48-1
|
|
|
|
- Update to upstream version 48
|
|
|
|
|
2019-01-31 13:30:23 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 47-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-10-12 09:22:44 +00:00
|
|
|
* Fri Oct 12 2018 Marian Koncek <mkoncek@redhat.com> - 47-1
|
|
|
|
- Update to upstream version 47
|
|
|
|
|
2018-07-12 20:20:53 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 43-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 02:30:54 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 43-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-26 03:51:49 +00:00
|
|
|
* Fri Jan 26 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 43-1
|
|
|
|
- Update to upstream version 43
|
|
|
|
|
2017-07-26 03:01:12 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 42-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-06 09:37:08 +00:00
|
|
|
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 42-3
|
|
|
|
- Remove more useless plugins
|
|
|
|
|
2017-01-05 16:53:08 +00:00
|
|
|
* Thu Jan 05 2017 Michael Simacek <msimacek@redhat.com> - 42-2
|
|
|
|
- Remove profiles for plugins that are useless in package builds
|
|
|
|
|
2017-01-02 07:37:00 +00:00
|
|
|
* Mon Jan 02 2017 Michael Simacek <msimacek@redhat.com> - 42-1
|
|
|
|
- Update to upstream version 42
|
|
|
|
|
2016-06-14 21:16:43 +00:00
|
|
|
* Tue Jun 14 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 40-2
|
|
|
|
- Add missing dependency
|
|
|
|
|
2016-05-11 21:43:51 +00:00
|
|
|
* Wed May 11 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 40-1
|
|
|
|
- Update to upstream version 40
|
|
|
|
|
2016-02-03 16:18:56 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 39-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-08 07:58:08 +00:00
|
|
|
* Tue Sep 8 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 39-1
|
|
|
|
- Update to upstream version 39
|
|
|
|
|
2015-06-25 06:31:03 +00:00
|
|
|
* Thu Jun 25 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 38-1
|
|
|
|
- Update to upstream version 38
|
|
|
|
|
2015-06-17 00:04:50 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 37-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-03 07:24:03 +00:00
|
|
|
* Tue Feb 3 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-2
|
|
|
|
- Remove animal-sniffer profile
|
|
|
|
|
2015-02-02 11:49:21 +00:00
|
|
|
* Mon Feb 2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-1
|
|
|
|
- Update to upstream version 37
|
|
|
|
|
2014-10-27 09:19:05 +00:00
|
|
|
* Mon Oct 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 35-1
|
|
|
|
- Update to upstream version 35
|
|
|
|
|
2014-07-30 14:40:17 +00:00
|
|
|
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-4
|
|
|
|
- Fix build-requires on apache-parent
|
|
|
|
|
2014-06-07 01:00:14 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 34-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-28 07:08:07 +00:00
|
|
|
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-2
|
|
|
|
- Rebuild to regenerate Maven auto-requires
|
|
|
|
|
2014-04-17 11:19:12 +00:00
|
|
|
* Thu Apr 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-1
|
|
|
|
- Update to upstream version 34
|
|
|
|
|
2014-03-04 11:03:32 +00:00
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 33-2
|
|
|
|
- Remove maven 3 profile
|
|
|
|
|
2014-02-12 10:49:53 +00:00
|
|
|
* Wed Feb 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 33-1
|
|
|
|
- Update to upstream version 33
|
|
|
|
|
2013-08-06 10:00:56 +00:00
|
|
|
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 32-2
|
|
|
|
- Remove use of maven-scm-publish-plugin plugin
|
|
|
|
|
2013-08-06 09:02:36 +00:00
|
|
|
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 32-1
|
|
|
|
- Updated to latest upstream, rhbz #904731
|
|
|
|
|
2013-08-06 08:45:05 +00:00
|
|
|
* Tue Aug 06 2013 Mat Booth <fedora@matbooth.co.uk> - 26-7
|
|
|
|
- Use pom macros instead of patching
|
2013-08-06 09:02:36 +00:00
|
|
|
- Update spec for latest guidelines rhbz #991975
|
2013-08-06 08:45:05 +00:00
|
|
|
|
2013-08-03 01:22:02 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-04-15 06:44:01 +00:00
|
|
|
* Mon Apr 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-5
|
|
|
|
- Add buildnumber-maven-plugin to R/BR
|
|
|
|
|
2013-04-10 12:46:39 +00:00
|
|
|
* Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-4
|
|
|
|
- Fix Requires and BuildRequires
|
|
|
|
|
2013-02-13 16:47:35 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 18:32:43 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 26-2
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-10-19 21:03:02 +00:00
|
|
|
* Fri Oct 19 2012 Chris Spike <spike@fedoraproject.org> 22-4
|
|
|
|
- Updated to 26
|
|
|
|
|
2012-07-18 16:18:22 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-12 21:36:49 +00:00
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-14 11:40:33 +00:00
|
|
|
* Wed Dec 14 2011 Alexander Kurtakov <akurtako@redhat.com> 22-2
|
|
|
|
- Add missing BR/R on buildbumber-maven-plugin.
|
|
|
|
|
2011-12-07 16:38:13 +00:00
|
|
|
* Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 22-1
|
|
|
|
- Update to latest upstream.
|
|
|
|
|
2011-04-15 02:08:32 +00:00
|
|
|
* Fri Apr 15 2011 Chris Spike <spike@fedoraproject.org> 20-1
|
|
|
|
- Updated to 20
|
|
|
|
- Fixed Rs for maven 3
|
2011-02-08 01:37:26 +00:00
|
|
|
|
2011-04-15 02:08:32 +00:00
|
|
|
* Sat Nov 6 2010 Chris Spike <spike@fedoraproject.org> 15-2
|
2010-11-07 05:21:22 +00:00
|
|
|
- Added patch to remove commons-build-plugin from pom file
|
|
|
|
|
2011-04-15 02:08:32 +00:00
|
|
|
* Wed Oct 20 2010 Chris Spike <spike@fedoraproject.org> 15-1
|
2010-10-25 20:16:52 +00:00
|
|
|
- Initial version of the package
|