From 73ecceaa92610e51e84e7ff6ad12fa81d5dbc0af Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Mon, 11 Sep 2017 08:49:17 +0200 Subject: Added patch for Own the %{_sysconfdir}/%{name} dir --- firefox.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index a7d8e03..e161670 100644 --- a/firefox.spec +++ b/firefox.spec @@ -99,7 +99,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 55.0.3 -Release: 1%{?pre_tag}%{?dist} +Release: 2%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -807,6 +807,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{mozappdir}/firefox %{mozappdir}/firefox-bin %doc %{_mandir}/man1/* +%dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/* %dir %{_datadir}/mozilla/extensions/* %dir %{_libdir}/mozilla/extensions/* @@ -871,6 +872,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Mon Aug 28 2017 Ville Skyttä - 55.0.3-2 +- Own the %%{_sysconfdir}/%%{name} dir + * Fri Sep 1 2017 Jan Horak - 55.0.3-1 - Update to 55.0.3 -- cgit From c6fc2694d65cb0837a4c6a198d26c145d45f242b Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 14 Sep 2017 11:28:33 +0200 Subject: Fixed changelog --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index e161670..27adf05 100644 --- a/firefox.spec +++ b/firefox.spec @@ -872,7 +872,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog -* Mon Aug 28 2017 Ville Skyttä - 55.0.3-2 +* Thu Sep 14 2017 Ville Skyttä - 55.0.3-2 - Own the %%{_sysconfdir}/%%{name} dir * Fri Sep 1 2017 Jan Horak - 55.0.3-1 -- cgit From 7c282132d5cfcb99bd4738c0032d63fe57e4c1fc Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Thu, 14 Sep 2017 12:37:37 +0200 Subject: Added experimental patch for mozbz#1399611 --- firefox.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 27adf05..1451e36 100644 --- a/firefox.spec +++ b/firefox.spec @@ -99,7 +99,7 @@ Summary: Mozilla Firefox Web browser Name: firefox Version: 55.0.3 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -164,6 +164,7 @@ Patch410: mozilla-1321521.patch Patch411: mozilla-1321521-2.patch Patch412: mozilla-1337988.patch Patch413: mozilla-1353817.patch +Patch414: mozilla-1399611.patch # Debian patches Patch500: mozilla-440908.patch @@ -350,6 +351,7 @@ This package contains results of tests executed during build. %endif %endif %patch413 -p1 -b .1353817 +%patch414 -p1 -b .1399611 # Debian extension patch %patch500 -p1 -b .440908 @@ -872,6 +874,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Sep 14 2017 Martin Stransky - 55.0.3-3 +- Added experimental patch for mozbz#1399611 + * Thu Sep 14 2017 Ville Skyttä - 55.0.3-2 - Own the %%{_sysconfdir}/%%{name} dir -- cgit