Compare commits
No commits in common. "c8s" and "c9s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/mailcap-2.1.48.tar.xz
|
||||
/mailcap-2.1.48.tar.xz
|
||||
/*.tar.*
|
||||
|
@ -5,7 +5,7 @@ decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
|
||||
#Rawhide
|
||||
--- !Policy
|
||||
product_versions:
|
||||
@ -14,7 +14,7 @@ decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
|
||||
|
||||
|
||||
#gating rhel
|
||||
--- !Policy
|
||||
product_versions:
|
||||
|
37
mailcap.spec
37
mailcap.spec
@ -1,12 +1,15 @@
|
||||
Name: mailcap
|
||||
Version: 2.1.48
|
||||
Release: 3%{?dist}
|
||||
Version: 2.1.49
|
||||
Release: 5%{?dist}
|
||||
Summary: Helper application and MIME type associations for file types
|
||||
|
||||
License: Public Domain and MIT
|
||||
URL: https://pagure.io/mailcap
|
||||
Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
# the test script is written in python
|
||||
BuildRequires: python3
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -52,7 +55,7 @@ make check
|
||||
%doc NEWS
|
||||
%config(noreplace) %{_sysconfdir}/mailcap
|
||||
%config(noreplace) %{_sysconfdir}/mime.types
|
||||
%{_mandir}/man4/mailcap.*
|
||||
%{_mandir}/man5/mailcap.*
|
||||
|
||||
%files -n nginx-mimetypes
|
||||
%license COPYING
|
||||
@ -61,6 +64,34 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.49-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.49-4
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* 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
|
||||
- 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.49.tar.xz) = ee9422a87a784533b28bc7e23c847b32296183dda9c863a16269a1d710b5b8acf1cc4d8e33d8b88e27f530dd83c74278125b1b4f420c816c31f83ac9f2033013
|
||||
|
Loading…
Reference in New Issue
Block a user