Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 121
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jun 19 12:29:22 UTC 2025 - Stefan Botter <obs@botter.cc> + +- add new PrepareReposForReleasever to change the version number + in repo's path to releasever variable + +------------------------------------------------------------------- Thu May 22 13:01:34 UTC 2025 - Stefan Botter <obs@botter.cc> - fix PreparePostfix for conditional execution of configs
View file
jsj-installtools.spec
Changed
@@ -6,7 +6,7 @@ License: SUSE-Freeware Group: Productivity/Networking/Other Autoreqprov: on -Version: 0.154.0 +Version: 0.156.0 Release: 1 Summary: Install tools for virtual hosts Source1: CreateConfig @@ -26,6 +26,7 @@ Source15: EnableProxy Source16: DisableProxy Source17: ShowCertificateChainFile +Source18: PrepareReposForReleasever Source21: nagiosok.html Source22: 000-ssl-stapling.conf Source23: dhparam.pem @@ -61,6 +62,7 @@ install -Dm755 %{S:12} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm755 %{S:13} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm755 %{S:14} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools +install -Dm755 %{S:18} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:21} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:22} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:23} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools
View file
PrepareReposForReleasever
Added
@@ -0,0 +1,5 @@ +#!/bin/bash +. /etc/os-release +pushd /etc/zypp/repos.d > /dev/null +sed -i -e "/^$VERSION$/ s/$VERSION/update/" -e "/^name/ s/_$VERSION//" -e "/^/ s/-_$VERSION//" -e "s/$VERSION/\${releasever}/" *.repo +popd > /dev/null
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.