[fedora-release-notes] Fedora Release Notes for F17 beta

John J. McDonough jjmcd at fedoraproject.org
Wed Mar 21 21:04:57 UTC 2012


commit e04743dc2750ff844603e77228c2b71d7913e273
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Wed Mar 21 17:04:50 2012 -0400

    Fedora Release Notes for F17 beta

 .gitignore                |    1 +
 fedora-release-notes.spec |   12 ++++++------
 sources                   |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2839be0..2ed2e73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ fedora-release-notes-13.2.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
diff --git a/fedora-release-notes.spec b/fedora-release-notes.spec
index d569176..1f03a40 100644
--- a/fedora-release-notes.spec
+++ b/fedora-release-notes.spec
@@ -1,8 +1,8 @@
 # Documentation Specfile
 
 Name:      fedora-release-notes
-Version:   16.1.0
-Release:   2%{?dist}
+Version:   16.95.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
diff --git a/sources b/sources
index 81ee148..0047b10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0c82b977c1c692c30a773300e376187e  fedora-release-notes-16.1.0.tar.gz
+18fe7018019b057225f03c998a4e51fc  fedora-release-notes-16.95.0.tar.gz


More information about the scm-commits mailing list