Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/mailcap-2.1.48.tar.xz
|
/*.tar.*
|
||||||
/mailcap-2.1.48.tar.xz
|
|
||||||
|
@ -5,7 +5,7 @@ decision_context: bodhi_update_push_testing
|
|||||||
subject_type: koji_build
|
subject_type: koji_build
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||||
|
|
||||||
#Rawhide
|
#Rawhide
|
||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
@ -14,7 +14,7 @@ decision_context: bodhi_update_push_stable
|
|||||||
subject_type: koji_build
|
subject_type: koji_build
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||||
|
|
||||||
#gating rhel
|
#gating rhel
|
||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
|
81
mailcap.spec
81
mailcap.spec
@ -1,12 +1,15 @@
|
|||||||
Name: mailcap
|
Name: mailcap
|
||||||
Version: 2.1.48
|
Version: 2.1.54
|
||||||
Release: 3%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Helper application and MIME type associations for file types
|
Summary: Helper application and MIME type associations for file types
|
||||||
|
|
||||||
License: Public Domain and MIT
|
License: LicenseRef-Fedora-Public-Domain AND MIT AND metamail
|
||||||
URL: https://pagure.io/mailcap
|
URL: https://pagure.io/mailcap
|
||||||
Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz
|
Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
|
# the test script is written in python
|
||||||
|
BuildRequires: python3
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -23,7 +26,7 @@ by several applications e.g. to determine MIME types for filenames.
|
|||||||
|
|
||||||
%package -n nginx-mimetypes
|
%package -n nginx-mimetypes
|
||||||
Summary: MIME type mappings for nginx
|
Summary: MIME type mappings for nginx
|
||||||
License: Public Domain
|
License: LicenseRef-Fedora-Public-Domain
|
||||||
Requires: nginx-filesystem
|
Requires: nginx-filesystem
|
||||||
|
|
||||||
%description -n nginx-mimetypes
|
%description -n nginx-mimetypes
|
||||||
@ -52,7 +55,7 @@ make check
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
%config(noreplace) %{_sysconfdir}/mailcap
|
%config(noreplace) %{_sysconfdir}/mailcap
|
||||||
%config(noreplace) %{_sysconfdir}/mime.types
|
%config(noreplace) %{_sysconfdir}/mime.types
|
||||||
%{_mandir}/man4/mailcap.*
|
%{_mandir}/man5/mailcap.*
|
||||||
|
|
||||||
%files -n nginx-mimetypes
|
%files -n nginx-mimetypes
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -61,6 +64,74 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.1.54-8
|
||||||
|
- Bump release for October 2024 mass rebuild:
|
||||||
|
Resolves: RHEL-64018
|
||||||
|
|
||||||
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.1.54-7
|
||||||
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
* Wed May 29 2024 Tomas Korbar <tkorbar@redhat.com> - 2.1.54-6
|
||||||
|
- Fix License tags to conform with SPDX
|
||||||
|
- Resolves: RHEL-35720
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.54-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.54-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Oct 31 2023 Tomas Korbar <tkorbar@redhat.com> - 2.1.54-3
|
||||||
|
- Add additional SPDX licenses found by scancode tool
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.54-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue May 23 2023 Tomas Korbar <tkorbar@redhat.com> - 2.1.54-1
|
||||||
|
- Rebase to 2.1.54
|
||||||
|
|
||||||
|
* Fri Mar 10 2023 Tomas Korbar <tkorbar@redhat.com> - 2.1.53-6
|
||||||
|
- Change the License tag to the SPDX format
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.53-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.53-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.53-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.53-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Apr 27 2021 Tomas Korbar <tkorbar@redhat.com> - 2.1.53-1
|
||||||
|
- Rebase to 2.1.53
|
||||||
|
|
||||||
|
* Wed Feb 24 2021 Tomas Korbar <tkorbar@redhat.com> - 2.1.52-1
|
||||||
|
- Rebase to 2.1.52
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.49-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.49-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Apr 22 2020 Tomas Korbar <tkorbar@redhat.com> - 2.1.49-1
|
||||||
|
- Rebase to 2.1.49
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-3
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mailcap-2.1.48.tar.xz) = a79604b732ebb415673d0e04cfc2a1a98f129cb63e14fa615299bdc367ce106bafef52e9f98167f07acfe7883de76fdab657460b84aafc583b67b538c4671c64
|
SHA512 (mailcap-2.1.54.tar.xz) = a80caba013b644111f163d8ef74fe801d7266cf4edd38ca723f98fb12a103a24e84a8fca0c569beb05ca0f407437ed1282306b30303c38327b744194c6fe80b2
|
||||||
|
Loading…
Reference in New Issue
Block a user