[fedora-release/f17] add Fedora-Legal-README.txt so we can simplify the back-cover text

Tom Callaway spot at fedoraproject.org
Fri Mar 30 00:08:44 UTC 2012


commit e9ce5f1da39466db5b2f882db2e4d87c2937364b
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Mar 29 20:07:48 2012 -0400

    add Fedora-Legal-README.txt so we can simplify the back-cover text

 Fedora-Legal-README.txt |   38 ++++++++++++++++++++++++++++++++++++++
 fedora-release.spec     |   13 ++++++++++---
 2 files changed, 48 insertions(+), 3 deletions(-)
---
diff --git a/Fedora-Legal-README.txt b/Fedora-Legal-README.txt
new file mode 100644
index 0000000..8fbe7e9
--- /dev/null
+++ b/Fedora-Legal-README.txt
@@ -0,0 +1,38 @@
+= Source Availability =
+
+A complete machine-readable copy of the source code corresponding to
+portions of the accompanying Fedora @@VERSION@@ release is available upon
+request. This offer is valid to anyone in receipt of this information
+and shall expire three years following the date of the final
+distribution of this release by Red Hat, Inc.
+
+To obtain such source code, send a check or money order in the amount of
+US $10.00 to: 
+
+Fedora Legal c/o Red Hat, Inc. | 1801 Varsity Drive | Raleigh, NC 27606
+USA
+Please write "source for Fedora @@VERSION@@" in the memo line of your payment.
+
+You may also access a copy of this source code at:
+http://dl.fedoraproject.org/pub/fedora/linux/releases/@@VERSION@@/Everything/source/
+
+= Export Regulations =
+
+By downloading or installing Fedora software, you acknowledge that you 
+understand all of the following: Fedora software and technical information may 
+be subject to the U.S. Export Administration Regulations (the “EAR”) and other 
+U.S. and foreign laws and may not be exported, re-exported or transferred (a) 
+to any country listed in Country Group E:1 in Supplement No. 1 to part 740 of 
+the EAR (currently, Cuba, Iran, North Korea, Sudan & Syria); (b) to any 
+prohibited destination or to any end user who has been prohibited from 
+participating in U.S. export transactions by any federal agency of the U.S. 
+government; or (c) for use in connection with the design, development or 
+production of nuclear, chemical or biological weapons, or rocket systems, space 
+launch vehicles, or sounding rockets, or unmanned air vehicle systems. You may 
+not download Fedora software or technical information if you are located in one 
+of these countries or otherwise subject to these restrictions. You may not 
+provide Fedora software or technical information to individuals or entities 
+located in one of these countries or otherwise subject to these restrictions. 
+You are also responsible for compliance with foreign law requirements 
+applicable to the import, export and use of Fedora software and technical 
+information.
diff --git a/fedora-release.spec b/fedora-release.spec
index 2fa8959..2cf9bab 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -4,11 +4,12 @@
 Summary:	Fedora release files
 Name:		fedora-release
 Version:	17
-Release:	0.9
+Release:	0.10
 License:	GPLv2
 Group:		System Environment/Base
 URL:		http://fedoraproject.org
-Source:		%{name}-%{version}.tar.bz2
+Source0:	%{name}-%{version}.tar.bz2
+Source1:	Fedora-Legal-README.txt
 Obsoletes:	redhat-release
 Provides:	redhat-release
 Provides:	system-release = %{version}-%{release}
@@ -30,6 +31,9 @@ This package provides the rawhide repo definitions.
 
 %prep
 %setup -q
+cp %{SOURCE1} .
+sed -i 's|@@VERSION@@|%{dist_version}|g' Fedora-Legal-README.txt
+
 
 %build
 
@@ -93,7 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc GPL 
+%doc GPL Fedora-Legal-README.txt
 %config %attr(0644,root,root) /etc/os-release
 %config %attr(0644,root,root) /etc/fedora-release
 /etc/redhat-release
@@ -114,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 29 2012 Tom Callaway <spot at fedoraproject.org> - 17-0.10
+- add Fedora-Legal-README.txt
+
 * Mon Feb 27 2012 Dennis Gilmore <dennis at ausil.us> - 17-0.9
 - add CPE info to os-release bz#790509
 


More information about the scm-commits mailing list