public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Use relative symlinks
Date: Mon, 10 Aug 2026 09:36:00 GMT [thread overview]
Message-ID: <178635456077.1.1569749993898466288.rpms-fedora-release-6e8543a7fc63@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-10 9:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178635456077.1.1569749993898466288.rpms-fedora-release-6e8543a7fc63@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox