public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Use relative symlinks
@ 2026-08-10 9:36
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 9:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 6e8543a7fc638499e586040c1ed5a9b7ab971b85
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2023-02-02T10:17:13+01:00
Stats : +4/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/6e8543a7fc638499e586040c1ed5a9b7ab971b85?branch=f45
Log:
Use relative symlinks
This fixes RPM build warnings and is better.
---
diff --git a/Fedora-Legal-README.txt b/Fedora-Legal-README.txt
index c933aed..f6744a0 100644
--- a/Fedora-Legal-README.txt
+++ b/Fedora-Legal-README.txt
@@ -10,7 +10,7 @@ https://docs.fedoraproject.org/en-US/legal/license-approval/
= Source Availability =
-The accompanying Fedora Linux @@VERSION@@ release includes copyrighted
+The accompanying Fedora Linux 38 release includes copyrighted
software that is licensed under the GNU General Public License and
other licenses. You may obtain the complete machine-readable source
code corresponding to portions of this release by sending a request, including the version number to:
@@ -18,7 +18,7 @@ code corresponding to portions of this release by sending a request, including t
VP, Legal - Products & Technologies | Red Hat, Inc. | 100 East Davie Street | Raleigh, NC 27601 USA
You may also access a copy of this source code at:
-https://dl.fedoraproject.org/pub/fedora/linux/releases/@@VERSION@@/Everything/source/
+https://dl.fedoraproject.org/pub/fedora/linux/releases/38/Everything/source/
This offer is valid to anyone in receipt of this information and shall
expire three years following the date of the final distribution of
diff --git a/fedora-release.spec b/fedora-release.spec
index d61cb78..794ed3a 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -1345,7 +1345,7 @@ install -Dm0644 %{SOURCE17} -t %{buildroot}%{_datadir}/polkit-1/rules.d/
%if %{with iot} || %{with ostree_desktop}
# Statically enable rpm-ostree-countme timer
install -dm0755 %{buildroot}%{_unitdir}/timers.target.wants/
-ln -snf %{_unitdir}/rpm-ostree-countme.timer %{buildroot}%{_unitdir}/timers.target.wants/
+ln -s ../rpm-ostree-countme.timer %{buildroot}%{_unitdir}/timers.target.wants/
%endif
%if %{with xfce}
@@ -1449,7 +1449,7 @@ install -Dm0644 %{SOURCE13} -t %{buildroot}%{_prefix}/lib/systemd/user-preset/
install -d %{buildroot}%{_swidtagdir}
sed -e "s#\$version#%{bug_version}#g" -e 's/<!--.*-->//;/^$/d' %{SOURCE19} > %{buildroot}%{_swidtagdir}/org.fedoraproject.Fedora-%{bug_version}.swidtag
install -d %{buildroot}%{_sysconfdir}/swid/swidtags.d
-ln -s %{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swidtags.d/fedoraproject.org
+ln -s --relative %{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swidtags.d/fedoraproject.org
%files common
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:36 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:36 [rpms/fedora-release] f45: Use relative symlinks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox