Accepting request 1175366 from home:Andreas_Schwab:Factory

- Fix macro reference

OBS-URL: https://build.opensuse.org/request/show/1175366
OBS-URL: https://build.opensuse.org/package/show/Base:System/openSUSE-repos?expand=0&rev=42
This commit is contained in:
2024-06-02 15:37:41 +00:00
committed by Git OBS Bridge
parent 45827fef2e
commit 21648e98a4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 20 16:09:00 UTC 2024 - Andreas Schwab <schwab@suse.de>
- Fix macro reference
-------------------------------------------------------------------
Thu May 16 14:33:48 UTC 2024 - opensuse-releaseteam@opensuse.org

View File

@@ -329,7 +329,7 @@ download.opensuse.org-oss.repo download.opensuse.org-non-oss.repo download.opens
repo-openh264.repo openSUSE-*-0.repo repo-main.repo; do
if [ -f %{_sysconfdir}/zypp/repos.d/$repo_file ]; then
echo "Content of $repo_file will be newly managed by zypp-services."
echo "Storing old copy as {_sysconfdir}/zypp/repos.d/$repo_file.rpmsave"
echo "Storing old copy as %{_sysconfdir}/zypp/repos.d/$repo_file.rpmsave"
mv %{_sysconfdir}/zypp/repos.d/$repo_file %{_sysconfdir}/zypp/repos.d/$repo_file.rpmsave
fi
done