[fedora-release-notes/f18] Update for F18 final

Nick Bebout nb at fedoraproject.org
Wed Jan 9 03:47:59 UTC 2013


commit 05b6b9222b714c912b24cbe1f7fb9693a608ae45
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Tue Jan 8 21:47:42 2013 -0600

    Update for F18 final

 .gitignore                |    1 +
 fedora-release-notes.spec |   15 +++++++++------
 sources                   |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd20f35..98d62f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ fedora-release-notes-13.2.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
+/fedora-release-notes-18.0.0.tar.gz
diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec
index 4c3080f..de95b45 100644
--- a/fedora-release-notes.spec
+++ b/fedora-release-notes.spec
@@ -1,8 +1,8 @@
 # Documentation Specfile
 
 Name:      fedora-release-notes
-Version:   17.95.0
-Release:   0%{?dist}
+Version:   18.0.0
+Release:   1%{?dist}
 Summary:   Release Notes
 URL:       http://fedoraproject.org
 Group:     System Environment/Base
@@ -46,16 +46,16 @@ for LANGDIR in document/* ; do
   SRCBASE=${LANGDIR}
   mkdir -p ${NOTETARG}
   mkdir -p ${NOTETARG}/Common_Content
+  mkdir -p ${NOTETARG}/Common_Content/css
+  install -m 644 ${SRCBASE}/Common_Content/css/*.css \
+    ${NOTETARG}/Common_Content/css/
+  echo  "${NOTETARG}/" >> html.lang
   mkdir -p ${NOTETARG}/Common_Content/images
   install -m 644 ${SRCBASE}/Common_Content/images/*.png \
     ${NOTETARG}/Common_Content/images/
   install -m 644 ${SRCBASE}/Common_Content/images/*.svg \
     ${NOTETARG}/Common_Content/images/
   echo  "${NOTETARG}/" >> html.lang
-  mkdir -p ${NOTETARG}/Common_Content/css
-  install -m 644 ${SRCBASE}/Common_Content/css/*.css \
-    ${NOTETARG}/Common_Content/css/
-  echo  "${NOTETARG}/" >> html.lang
   echo  "${NOTETARG}/" >> html.lang
   install -m 644 ${SRCBASE}/*.html ${NOTETARG}/
   echo  "${NOTETARG}/" >> html.lang
@@ -142,6 +142,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 # be overwritten.  Make permanent changes to the docs/tools.git repo
 
 %changelog
+* Tue Jan 8 2013 Nick Bebout <nb at fedoraproject.org> - 18.0.0-1
+- Update for Fedora 18 final
+
 * Tue Dec   4 2012 John J. McDonough <jjmcd at fedoraproject.org> - 17.95.0
 - Fedora 18 Beta release notes
 
diff --git a/sources b/sources
index 1eee5db..435a624 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e5c5c62c0bdea712cad1109548e2ecd  fedora-release-notes-17.95.0.tar.gz
+c0a3b7a5df9e5dddde5c00d656adbe8a  fedora-release-notes-18.0.0.tar.gz


More information about the scm-commits mailing list