Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 132
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 5 12:39:56 UTC 2026 - Stefan Botter <obs@botter.cc> + +- add NwMan160 for transitioning to NetworkManager + +------------------------------------------------------------------- Fri Feb 27 12:29:03 UTC 2026 - Stefan Botter <obs@botter.cc> - fix PreparePostfix to set hostname to /etc/hostname for > 16.0
View file
jsj-installtools.spec
Changed
@@ -33,6 +33,7 @@ Source22: 000-ssl-stapling.conf Source23: dhparam.pem Source24: PrepareApacheProxyHost +Source25: NwMan160 Source30: vhost.conf Source31: vhost-ssl.conf Source32: vhost-ssl-proxy.conf @@ -71,6 +72,7 @@ install -Dm644 %{S:22} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:23} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm755 %{S:24} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools +install -Dm755 %{S:25} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:30} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:31} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm644 %{S:32} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools
View file
NwMan160
Added
@@ -0,0 +1,11 @@ +#!/bin/bash +. /etc/os-release +if ${VERSION} = "16.0" ; then + zypper -n in -l wicked2nm NetworkManager NetworkManager-config-server patterns-base-selinux + zypper -n rm -y patterns-base-apparmor + systemctl disable --now wicked && (systemctl enable --now NetworkManager && wicked show-config | wicked2nm migrate --continue-migration --activate-connections -) || (systemctl disable --now NetworkManager; systemctl enable --now wicked) +else + echo $0 is intended to be used exclusively on openSUSE Leap 16.0 + exit 1 +fi +
View file
PrepareReposFor16.0
Changed
@@ -5,6 +5,9 @@ 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 + +zypper -n in -l biosdevname + echo "Ein Backup der Repos liegt unter /etc/zypp/repos.d.sic, um den vorigen" echo "Repo-Zustand wieder herzustellen, führe folgende Kommandos aus:" echo " pushd /etc/zypp; rm -r repos.d/*; cp repos.d.sic/* repos.d/; popd"
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
.