diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c6ac5e1..0000000 --- a/.gitignore +++ /dev/null @@ -1,41 +0,0 @@ -fedora-release-notes-13.2.tar.gz -/fedora-release-notes-13.95.0.tar.gz -/fedora-release-notes-14.0.0.tar.gz -/fedora-release-notes-14.1.0.tar.gz -/fedora-release-notes-14.1.1.tar.gz -/fedora-release-notes-14.1.2.tar.gz -/fedora-release-notes-14.95.0.tar.gz -/fedora-release-notes-14.96.1.tar.gz -/fedora-release-notes-14.98.0.tar.gz -/fedora-release-notes-15.0.0.tar.gz -/fedora-release-notes-15.1.0.tar.gz -/fedora-release-notes-15.95.0.tar.gz -/fedora-release-notes-16.0.0.tar.gz -/fedora-release-notes-16.1.0.tar.gz -/fedora-release-notes-16.95.0.tar.gz -/fedora-release-notes-16.96.0.tar.gz -/fedora-release-notes-17.0.0.tar.gz -/fedora-release-notes-17.0.1.tar.gz -/fedora-release-notes-17.1.0.tar.gz -/fedora-release-notes-17.95.0.tar.gz -/release-notes-20-0.0.tar.bz2 -/release-notes-20-0.1.tar.bz2 -/release-notes-20-0.2.tar.bz2 -/release-notes-20-0.3.tar.bz2 -/release-notes-20-0.4.tar.bz2 -/fedora-release-notes-20-0.5.src.rpm -/release-notes-20-0.6.tar.bz2 -/release-notes-20-0.8.tar.bz2 -/fedora-release-notes-20-0.9.src.rpm -/release-notes-21-03.tar.bz2 -/release-notes-21-04.tar.bz2 -/release-notes-21.04.tar.bz2 -/release-notes-22.01.tar.bz2 -/release-notes-23.02.tar.bz2 -/release-notes-24.00.tar.bz2 -/release-notes-24.01.tar.bz2 -/release-notes-25.0.tar.gz -/release-notes-25.0-1.tar.gz -/fedora-release-notes-icons.tar.xz -/fedora-release-notes-27.01.tar.gz -/fedora-release-notes-28.01.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..8c7b230 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Release Notes are no longer provided in RPM format diff --git a/fedora-release-notes.desktop b/fedora-release-notes.desktop deleted file mode 100644 index 6dbac68..0000000 --- a/fedora-release-notes.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=Fedora Release Notes -Categories=System;Documentation; -GenericName=Release Notes -Type=Application -X-Desktop-File-Install-Version=0.22 -Exec=sh -c "PROFILEDIR=\"\$HOME/.config/epiphany/fedora-release-notes\";DOC="/usr/share/doc/fedora-release-notes/index.html"; [ -d \$PROFILEDIR ] || mkdir \$PROFILEDIR;epiphany --application-mode --profile=\$PROFILEDIR \$DOC || xdg-open \$DOC " -Icon=fedora-release-notes diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec deleted file mode 100644 index 2e6945f..0000000 --- a/fedora-release-notes.spec +++ /dev/null @@ -1,559 +0,0 @@ -Name: fedora-release-notes -Version: 28.01 -Release: 4%{?dist} -Summary: Release Notes -License: CC-BY-SA -URL: https://docs.fedoraproject.org -Source0: https://releases.pagure.org/fedora-docs/release-notes/%{version}.tgz#/%{name}-%{version}.tar.gz -Source1: %{name}-icons.tar.xz -Source2: %{name}.desktop -BuildArch: noarch -BuildRequires: desktop-file-utils -# eventually will require asciibinder - -%description -These are the official Release Notes for Fedora %{version}, -written and edited by the Fedora community. For more -information and the current Fedora Documentation please -refer to the documentation website located at -https://docs.fedoraproject.org/ - -%prep -%autosetup -c -a 1 -cp -p %{S:2} . - -%build -desktop-file-edit --set-comment="%{summary} for Fedora %{version}" %{name}.desktop -desktop-file-edit --set-icon="%{name}" %{name}.desktop - -cp -p %{name}.desktop %{name}.webapp.desktop -desktop-file-edit --set-key=OnlyShowIn --set-value="GNOME;" %{name}.webapp.desktop -desktop-file-edit --set-key=NotShowIn --set-value="GNOME;" %{name}.desktop -desktop-file-edit --set-key=Exec --set-value="xdg-open file://%{_docdir}/%{name}/index.html" %{name}.desktop - -%install -ICONDIR=%{buildroot}%{_datadir}/icons/hicolor -for sz in 16 22 24 32 48; do - mkdir -p $ICONDIR/${sz}x${sz}/apps - install -Dpm0644 %{name}$sz.png $ICONDIR/${sz}x${sz}/apps/%{name}.png -done -mkdir -p $ICONDIR/scalable/apps -install -Dpm0644 %{name}.svg -t $ICONDIR/scalable/apps/%{name}.svg -desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop -desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.webapp.desktop - -%files -%{_datadir}/applications/%{name}.desktop -%{_datadir}/applications/%{name}.webapp.desktop -%{_datadir}/icons/hicolor/*/apps/%{name}.png -%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%doc pkg/* - -%changelog -* Thu Jul 25 2019 Fedora Release Engineering - 28.01-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 28.01-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Jul 13 2018 Fedora Release Engineering - 28.01-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Apr 24 2018 Brian "bex" Exelbierd - 28.01 -- Update for F28 Release - -* Thu Jan 11 2018 Igor Gnatenko - 27.01-2 -- Remove obsolete scriptlets - -* Wed Nov 1 2017 Brian "bex" Exelbierd - 27.01 -- Modified to use new Release Notes build process output - -* Wed Jul 26 2017 Fedora Release Engineering - 25.01-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 25.01-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Nov 8 2016 Nick Bebout - 25.01-1 -- Update for F25 - -* Tue Apr 19 2016 Pete Travis - 24.01-1 -- updating prerelease draft for f24 beta - -* Wed Feb 03 2016 Fedora Release Engineering - 24.00-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Nov 09 2015 Pete Travis - 24.00-1 -- Provide prelease info for F24 - -* Mon Oct 12 2015 Pete Travis - 23.01-1 -- F23 Final Freeze Milestone - -* Wed Jun 17 2015 Fedora Release Engineering - 22.01-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Feb 09 2015 Pete Travis - 22.01-1 -- Prelease info for F22 - -* Sat Sep 06 2014 Pete Travis - 21-04 -- Correcting GNOME desktop file - -* Sun Aug 31 2014 Pete Travis - 21-03 -- Correcting path in desktop file - -* Sun Aug 31 2014 Pete Travis - 21-02 -- Add GNOME-specific desktop file to launch release notes as webapp - -* Sat Aug 30 2014 Pete Travis - 21-01 -- Provide prerelease information only - -* Sat Jun 07 2014 Fedora Release Engineering - 20-0.10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Thu Dec 12 2013 Pete Travis - 20-0.9 -- minor corrections - -* Thu Dec 12 2013 Pete Travis - 20-0.8 -- Updates to printing beat - -* Mon Dec 09 2013 Pete Travis - 20-0.7 -- Updating contributors list - -* Thu Dec 05 2013 Pete Travis - 20-0.6 -- updating GNOME beat - -* Wed Dec 04 2013 Pete Travis - 20-0.5 -- Updates to reflect post-Beta change status -- Including translations - -* Thu Nov 07 2013 Pete Travis - 20-0.4 -- Correcting some minor markup issues. - -* Thu Nov 07 2013 Pete Travis - 20-0.3 -- Corrections of various typos -- Updated feature set for F20 Beta - -* Mon Oct 21 2013 Pete Travis 20-0.2 -- Fix desktop file -- Adjust CSS for title banner - -* Sun Oct 20 2013 Pete Travis 20-0.1 -* Updated content for F20 Beta - -* Sat Aug 03 2013 Pete Travis 20-0.0 -- Prepared source for F20 beats -- Added a brief explanation of Rawhide and development branches, and a more verbose appeal to users of those branches. - -* Tue Jun 25 2013 Pete Travis 19-0.13 -- zh_CN, fr-FR, nl-NL, ja-JP translations added -- Various content updates - -* Thu Jun 13 2013 Pete Travis 19-0.12 -- Typos, corrections, clarifications, and updates. -- Added Hardware Overview section - -* Fri May 24 2013 Pete Travis 19-0.9.b -- Some revisions and updates for F19 Beta RNs - -* Mon May 13 2013 Pete Travis 19-0.8.b -- Adding content for F19 Beta - -* Tue Mar 12 2013 Pete Travis 19-0.5.a -- Syncing updates process with upstream. No content change. - -* Tue Mar 12 2013 Pete Travis 19-0.1.a -- Initial build for F19. There is no actual content at this point. - -* Thu Mar 07 2013 Pete Travis 18.0.0-5 -- Bumping version so updates work. - -* Tue Feb 26 2013 Pete Travis 18.04 -- Retool spec file to build doc in koji -- Now installs to /usr/share/doc -- Thanks to Dan Mashal, Kevin Fenzi for testing and encouragement - -* Tue Jan 8 2013 Nick Bebout - 18.0.0-3 -- Pull in latest changes from master - -* Tue Jan 8 2013 Nick Bebout - 18.0.0-2 -- Update Revision History - -* Tue Jan 8 2013 Nick Bebout - 18.0.0-1 -- Update for Fedora 18 final - -* Tue Dec 4 2012 John J. McDonough - 17.95.0 -- Fedora 18 Beta release notes - -* Thu Jul 19 2012 Fedora Release Engineering - 17.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue May 29 2012 John J. McDonough - 17.1.0 -- Bugs 821168,821412,821413,824529 -- 705245, 751516 NOT corrected (yet) -- Remove Cloudstack reference -- Add languages fr-FR,it-IT (17.0 only) - -* Mon May 14 2012 John J. McDonough - 17.0.1 -- Add languages ja-JP,nl-NL,zh-CN,zh-TW - -* Tue May 8 2012 John J. McDonough - 17.0.0 -- Remove draft status -- Bulgarian and Ukranian translations - -* Mon May 7 2012 John J. McDonough - 16.97.0 -- BZ#817295 - various typos and broken links -- BZ#817553 - Typos in Amateur Radio and Scientific and Technical sections -- gimp has been updated to 2.8.0 -- Section on multi-seat -- Changes to direct kernel boot -- BZ#819160 - Typo in Circuit Design -- BZ#819161 - Correct URL in Circuit Design -- BZ#819164 - typo in Embedded Development section - -* Wed Mar 28 2012 John J. McDonough - 16.96.0 -- Additional updates for Fedora 17 beta - -* Wed Mar 21 2012 John J. McDonough - 16.95.0 -- Updated for Fedora 17 beta - -* Fri Jan 13 2012 Fedora Release Engineering - 16.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Nov 1 2011 John J. McDonough - 16.1.0-1 - - BZ#741975 - Various typos - - BZ#743614 - Better prose on systemd database handling - - BZ#743618 - Improved prose in setting up multiple PostgreSQL servers - - BZ#737187 - Warning about GRUB user - - BZ#743960 - Include mention of D2 - - BZ#739661 - Warning about UID/GID change - - BZ#745235 - rc.local no longer packaged - - BZ#746015 - Virtualization security - - BZ#747940 - GTK capitalization - - BZ#746672 (against VG) QEMU - capitalization - - Clean up links - - Dedication to Dennis Ritchie - - Additional translations - -* Mon Oct 10 2011 John J. McDonough - 16.0.0-1 - - Build for F16 GA - - Stale F15 content (BZ#741830) - - Typos in boot (BZ#743981) - -* Fri Sep 16 2011 John J. McDonough - 15.98.0-1 - - Release for F16 beta - -* Fri Jun 3 2011 John J. McDonough - 15.1.0-1 - - Typo in Virtualization (BZ#705928) - - gnuplot not GNU plot (BZ#707318) - - device naming (BZ#707730) - - Correct version number of boost (BZ#707786) - - Remove reference to disappeared GS-Theme-Selector (BZ#708085) - -* Tue May 10 2011 John J. McDonough - 15.0.0-1 -- Updated doc-publican-rpm (icons named to match package) -- BZ#680165, BZ#699770, BZ#701638, BZ#701780, BZ#702669 - -* Sat May 07 2011 Christopher Aillon - 14.98.0-2 -- Update icon cache and desktop database scriptlets - -* Thu Apr 7 2011 John J. McDonough - 14.98.0-1 -- Remove dom0, dnssec, riak dropped from features -- Add description of IcedTea -- Admonitions in GNOME - -* Thu Apr 7 2011 Zachary. M Oglesby - 14.96.1-2 -- Fixed spec file - -* Thu Apr 7 2011 John J. McDonough - 14.96.0-1 -- Point Kernel to kernelnewbies (Kernel) -- Point features to F15 instead of general feature page (Overview) -- Correct boxgrinder URL (Virtualization) -- Correct Python URL (Developer Tools) -- Correct Rails URL (Developer Tools) -- Correct avr-gcc URL (Embedded Development) -- Correct avr-c++ URL (Embedded Development) -- Correct avr-binutils URL (Embedded Development) -- Correct dfu-programmer URL (Embedded Development) -- Correct xlog URL (Amateur radio) -- Correct splat URL (Amateur radio) -- Remove redundant systemd and add administrative user per Rahul - -* Thu Apr 7 2011 John J. McDonough - 14.95.2-1 -- Separate .desktop files for GNOME and XFCE/LXDE - -* Tue Apr 5 2011 John J. McDonough - 14.95.1-1 -- Additional icon sizes (including scalable) BZ#694371 - -* Tue Apr 5 2011 John J. McDonough - 14.95.0-1 -- Notes for Fedora 15 Beta - -* Tue Feb 15 2011 Tom Callaway - 14.1.2-3 -- fix noise during post by adding Requires(post) for touch - -* Tue Feb 08 2011 Fedora Release Engineering - 14.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Tue Nov 9 2010 John J. McDonough - 14.1.2-1 -- Additional languages -- BZ#649122 - -* Tue Nov 2 2010 John J. McDonough - 14.1.1-1 -- Remove javascript from htmls - -* Mon Nov 1 2010 John J. McDonough - 14.1.0-1 -- Zero day updates -- BZ#641421 -- Remove systemd references - -* Mon Oct 18 2010 John J. McDonough - 14.0.3-1 -- Add French, Swedish, Catalan - -* Sun Oct 17 2010 John J. McDonough - 14.0.2-1 -- Updates to Russian, Ukranian, Dutch - -* Sun Oct 17 2010 John J. McDonough - 14.0.1-2 -- Correct problem with icons - -* Sun Oct 17 2010 John J. McDonough - 14.0.1-1 -- Correct problem in Russian translation - -* Sat Oct 16 2010 John J. McDonough - 14.0.0-1 -- Update for F14 release - -* Mon Sep 13 2010 John J. McDonough - 13.95.0-4 -- Correct description in specfile -- Corrects BZ#632819 - -* Mon Sep 13 2010 John J. McDonough - 13.95.0-3 -- Release Notes for Beta - -* Tue May 11 2010 John J. McDonough - 13-5 -- Add Russian translation - -* Mon May 10 2010 John J. McDonough - 13-4 -- Zero day updates: -- Configuration change in varnish, BZ#588953 -- Incorrect link in kernel BZ#590492 - -* Mon May 3 2010 Paul W. Frields - 13-3 -- Include ToC in document - -* Mon May 3 2010 Paul W. Frields - 13-2 -- Remove unnecessary desktop file validation - -* Mon May 3 2010 Paul W. Frields - 13-1 -- Update for F13 GA release -- Add icons for hicolor theme per XDG - -* Sun May 2 2010 John J. McDonough - 12.97.0-9 -- Test build prior to GA rpm - -* Sat May 1 2010 John J. McDonough - 12.97.0-8 -- Change KDE desktop file BZ#482947 - -* Tue Apr 27 2010 John J. McDonough - 12.97.0-7 -- Write to html.lang - -* Mon Apr 5 2010 John J. McDonough - 12.0.95-4 -- Remove dependency on htmlview for non-desktop installs - -* Wed Mar 24 2010 John J. McDonough - 12.0.95-3 -- Correct license, requires - -* Wed Mar 24 2010 John J. McDonough - 12.0.95-2 -- Build for Beta - -* Wed Mar 24 2010 John J. McDonough - 12.0.95-1 -- Test Build - -* Tue Nov 10 2009 John J. McDonough - 12.0.2-1 -- Correct issue with about-fedora omf files - -* Tue Nov 10 2009 John J. McDonough - 12.0.1-1 -- Zero day updates - -* Tue Nov 3 2009 John J. McDonough - 12.0.0-4 -- Eliminate publican during the build due to 0.44 => 1.0 probs - -* Tue Nov 3 2009 John J. McDonough - 12.0.0-3 -- requires publican publican-fedora - -* Tue Nov 3 2009 John J. McDonough - 12.0.0-2 -- Touch up .omf files for about-fedora - -* Mon Nov 2 2009 John J. McDonough - 12.0.0-1 -- Fedora 12 notes -- Compared to Fedora 11, many documents and formats omitted -- Only xml provided and then only for f-r-n and about-fedora. - -* Fri May 29 2009 John J. McDonough - 11.0.1-2 -- More translations, bump release - -* Thu May 28 2009 John J. McDonough - 11.0.1-1 -- Updated english in release-notes, bump version - -* Wed May 13 2009 Paul W. Frields - 11.0.0-2 -- Fix homepage content - -* Thu May 7 2009 John J. McDonough - 11.0.0-1 -- Update for Fedora 11 release candidate - -* Tue Apr 14 2009 John J. McDonough - 10.93.0-1 -- Use publican for F11 Preview release - -* Sun Nov 16 2008 Paul W. Frields - 10.0.0-1 -- Updates for F10 GA release - -* Fri Nov 7 2008 Paul W. Frields - 10.0.0-0.2 -- Snapshot package for updated fedora-release compatibility - -* Thu Oct 30 2008 Paul W. Frields - 9.92-4 -- Fix URI in Release Notes OMF file (#469179) - -* Tue Oct 28 2008 Paul W. Frields - 9.92-3 -- Correct file names for Fedora 10 Preview Release - -* Fri Oct 17 2008 Paul W. Frields - 9.92-2 -- Update version for Fedora 10 Preview Release - -* Thu Oct 2 2008 Paul W. Frields - 9.92-1 -- Bump version and release to match for F10 Preview Release -- Fix description -- Fix missing README content - -* Mon Sep 22 2008 Tom "spot" Callaway - 8.92-2 -- Provides: system-release-notes - -* Sat Jul 19 2008 Paul W. Frields - 9.0.2-1 -- Content and translation updates -- Fix description (#453255) - -* Mon May 12 2008 Paul W. Frields - 9.0.1-1 -- Update with various bugfixes and translation updates - -* Wed Apr 16 2008 Paul W. Frields - 9.0.0-1 -- Update for Fedora 9 final release - -* Thu Mar 20 2008 Paul W. Frields - 8.92-1 -- Bump version for Fedora 9 Preview Release - -* Wed Nov 7 2007 Paul W. Frields - 8.90-1 -- Update for F-9 development branch - -* Wed Nov 7 2007 Paul W. Frields - 8.0.1-1 -- Update with various bugfixes and translation updates - -* Tue Oct 30 2007 Paul W. Frields - 8.0.0-3 -- Fix release number in description - -* Wed Oct 24 2007 Paul W. Frields - 8.0.0-2 -- Fix leftover draft notice on local startpage copy (#350801) - -* Mon Oct 22 2007 Paul W. Frields - 8.0.0-1 -- Update for final release - -* Wed Sep 26 2007 Bill Nottingham - 7.92-2 -- fix symlinking (#306781) -- set license tag -> Open Publication - -* Sun Sep 16 2007 Paul W. Frields - 7.92-1 -- Include new start page -- Push new content for F8 test3 - -* Wed Sep 12 2007 Paul W. Frields - 7.91-1 -- Link stylesheet resources to save space - -* Mon Aug 27 2007 Paul W. Frields - 7.90-2 -- Remove superfluous PNG files -- Bump release for rebranding change in homepage - -* Tue Aug 21 2007 Paul W. Frields - 7.90-1 -- Resituate HTML documentation for release spins - -* Thu May 10 2007 Paul W. Frields - 7.0.0-1 -- Fix fedora-release-notes to use yelp ghelp facility -- Fix post script to properly update scrollkeeper -- Build for F7 - -* Fri Apr 27 2007 Paul W. Frields - 6.93-3 -- Relocate about-fedora and use yelp's ghelp: facility (#208220) -- Fix distro name in OMF and document metadata - -* Mon Apr 23 2007 Jesse Keating - 6.93-2 -- Updated translations and bits from wiki - -* Sun Apr 15 2007 Paul W. Frields - 6.93-1 -- Update for Fedora 7 test4 - -* Fri Mar 23 2007 Paul W. Frields - 6.92-5 -- Bump release to include fixes in homepage module - -* Fri Mar 23 2007 Paul W. Frields - 6.92-4 -- Add temporary community help notice to Release Notes for F7 test3 - -* Thu Mar 22 2007 Paul W. Frields - 6.92-3 -- Bump release for rebuild - -* Thu Mar 22 2007 Paul W. Frields - 6.92-2 -- Use content from all supplemental modules in Docs CVS - -* Mon Mar 19 2007 Paul W. Frields - 6.92-1 -- Update for Fedora 7 test3 - -* Sat Jan 27 2007 Paul W. Frields - 6.91-1 -- Update for Fedora 7 test2 - -* Sun Oct 15 2006 Paul W. Frields - 6-3 -- Fix IG publication URL -- Amend CSS to respect font selections and restore icons - -* Sun Oct 8 2006 Paul W. Frields - 6-2 -- Localize About Fedora menu item (somewhat) - -* Thu Oct 05 2006 Jesse Keating - 6-1 -- Build for FC6, lots of new translations - -* Sat Sep 30 2006 Paul W. Frields - 5.92-7 -- Include new i18n browser home page - -* Mon Sep 25 2006 Jesse Keating - 5.92-6 -- Bump for lang fixes - -* Tue Sep 12 2006 Paul W. Frields - 5.92-5 -- Update scrollkeeper data for about-fedora - -* Mon Sep 11 2006 Paul W. Frields - 5.92-4 -- Update about-fedora - -* Wed Sep 6 2006 Paul W. Frields - 5.92-3 -- Make sure we package README-BURNING-ISOS files - -* Tue Sep 5 2006 Jesse Keating - 5.92-1 -- Bump for 5.92 - -* Fri Sep 1 2006 Paul W. Frields - 5.91-8 -- Handle i18n OMF files - -* Sat Aug 26 2006 Paul W. Frields - 5.91-7 -- Add README-BURNING-ISOS.txt for inclusion in mirrors -- Put About document in proper directory - -* Wed Aug 2 2006 Jesse Keating - 5.91-6 -- bump - -* Wed Aug 2 2006 Paul W. Frields - 5.91-5 -- Add README-Accessibility (moved from fedora-release) - -* Wed Jul 26 2006 Paul W. Frields - 5.91-4 -- Process paths correctly (#200266) -- Package standalone HTML - -* Sun Jul 23 2006 Jesse Keating - 5.91-3 -- Only use tabs -- Version the indexhtml provides/obsoletes -- Cleanup post and postun scriptlets -- Don't require fedora-release, fedora-release requires us. -- Add a URL tag - -* Sun Jul 16 2006 Paul W. Frields - 5.91-1 -- Initial release for Fedora Core 6 test2. diff --git a/sources b/sources deleted file mode 100644 index 73fcc62..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -SHA512 (fedora-release-notes-icons.tar.xz) = 4941c768c786abfa63546121e81ae2d32b2faac4c9f5cfea87d707d836ab62dc98cfe113edbfba7667bf28c717a24dd9bdf3836588b01ef759f285f09b87cd0c -SHA512 (fedora-release-notes-28.01.tar.gz) = f32b8a5617f8795132b25634922d2b83543a4784575178a542be18a485fb11f97eed6e5a8db3842118905b2f5785fce8ddb883883a46fd8e962214903c248a1c