public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: add Fedora-Legal-README.txt so we can simplify the back-cover text
@ 2026-08-10 9:33 Tom Callaway
0 siblings, 0 replies; only message in thread
From: Tom Callaway @ 2026-08-10 9:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : db8d7ff45427395488c966a99ae608933fc062e9
Author : Tom Callaway <spot@fedoraproject.org>
Date : 2012-03-29T20:14:43-04:00
Stats : +47/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/db8d7ff45427395488c966a99ae608933fc062e9?branch=f45
Log:
add Fedora-Legal-README.txt so we can simplify the back-cover text
---
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 ffa4282..d991f27 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -4,11 +4,12 @@
Summary: Fedora release files
Name: fedora-release
Version: 18
-Release: 0.3
+Release: 0.4
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,8 @@ 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 +96,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 +117,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Mar 29 2012 Tom Callaway <spot@fedoraproject.org> - 18-0.4
+- add Fedora-Legal-README.txt
+
* Mon Feb 27 2012 Dennis Gilmore <dennis@ausil.us> - 18-0.3
add CPE info to os-release file bz#790509
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:33 [rpms/fedora-release] f45: add Fedora-Legal-README.txt so we can simplify the back-cover text Tom Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox