diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-12-03 15:05:22 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-12-03 15:05:22 +0100 |
commit | fc466de7fc81171ca0109979395afda5bee5fd65 (patch) | |
tree | 9f260b11617455b3edb326721f015ef63a427b7c | |
parent | 4c3d5bcfbfce3c3de6ef352384f8471981ff57ca (diff) |
Fedora 12 is now EOL
-rw-r--r-- | firefox-dev.spec | 2 | ||||
-rw-r--r-- | firefox.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firefox-dev.spec b/firefox-dev.spec index 6bd5e17..304c958 100644 --- a/firefox-dev.spec +++ b/firefox-dev.spec @@ -483,7 +483,7 @@ echo -e "\nWARNING : This %{name} %{version} %{mycomment} RPM is not an official echo -e "Fedora build and it overrides the official one. Don't file bugs on Fedora Project.\n" echo -e "Use dedicated forums http://forums.famillecollet.com/\n" -%if %{?fedora}%{!?fedora:99} <= 11 +%if %{?fedora}%{!?fedora:99} <= 12 echo -e "WARNING : Fedora %{fedora} is now EOL :" echo -e "You should consider upgrading to a supported release.\n" %endif diff --git a/firefox.spec b/firefox.spec index b6885e1..a2555c7 100644 --- a/firefox.spec +++ b/firefox.spec @@ -463,7 +463,7 @@ echo -e "\nWARNING : This %{name} RPM is not an official Fedora build and it" echo -e "overrides the official one. Don't file bugs on Fedora Project.\n" echo -e "Use dedicated forums http://forums.famillecollet.com/\n" -%if %{?fedora}%{!?fedora:99} <= 11 +%if %{?fedora}%{!?fedora:99} <= 12 echo -e "WARNING : Fedora %{fedora} is now EOL :" echo -e "You should consider upgrading to a supported release.\n" %endif |