Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 106
View file
commit_3b7cfe9f60382b6c065b0cf2b11b899bb2123362.txt
Deleted
View file
commit_46f1069220392c67cde3a537df3730d6e8d0c3de.txt
Added
View file
osmo-msc_1.11.1.54.3b7cf.dsc -> osmo-msc_1.11.1.55.46f10.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.11.1.54.3b7cf +Version: 1.11.1.55.46f10 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmomsc Standards-Version: 3.9.8 @@ -14,8 +14,8 @@ osmo-msc-dbg deb debug extra arch=any osmo-msc-doc deb doc optional arch=all Checksums-Sha1: - 639015f783e55d47111984312543396291ec85c3 386916 osmo-msc_1.11.1.54.3b7cf.tar.xz + b844e6abe6eeb665237a96c1cfc72bc3208f8b78 386884 osmo-msc_1.11.1.55.46f10.tar.xz Checksums-Sha256: - 5f8518c70d7ad350cf073442c0e81681b430c23ea12cd062e840c19f8d47ef2e 386916 osmo-msc_1.11.1.54.3b7cf.tar.xz + 0e4063a7eeef836b8393cd91743f3fad3d6901f9914096c3589b36db1583b245 386884 osmo-msc_1.11.1.55.46f10.tar.xz Files: - af56816426007b5dbc1071ee1c874fd6 386916 osmo-msc_1.11.1.54.3b7cf.tar.xz + 51c14858b1898a7a9d5f4b3d5344a2f3 386884 osmo-msc_1.11.1.55.46f10.tar.xz
View file
osmo-msc_1.11.1.54.3b7cf.tar.xz/.tarball-version -> osmo-msc_1.11.1.55.46f10.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.1.54-3b7cf +1.11.1.55-46f10
View file
osmo-msc_1.11.1.54.3b7cf.tar.xz/debian/changelog -> osmo-msc_1.11.1.55.46f10.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.11.1.54.3b7cf) unstable; urgency=medium +osmo-msc (1.11.1.55.46f10) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 10 May 2024 07:54:43 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Wed, 15 May 2024 11:50:20 +0000 osmo-msc (1.11.1) unstable; urgency=medium
View file
osmo-msc_1.11.1.54.3b7cf.tar.xz/debian/postinst -> osmo-msc_1.11.1.55.46f10.tar.xz/debian/postinst
Changed
@@ -16,12 +16,20 @@ fi # Fix permissions of previous (root-owned) install (OS#4107) - chown osmocom:osmocom /etc/osmocom/osmo-msc.cfg - chmod 0660 /etc/osmocom/osmo-msc.cfg - chown root:osmocom /etc/osmocom - chmod 2775 /etc/osmocom - mkdir -p /var/lib/osmocom - chown -R osmocom:osmocom /var/lib/osmocom + if dpkg --compare-versions "$2" le "1.12.0"; then + if -e /etc/osmocom/osmo-msc.cfg ; then + chown -v osmocom:osmocom /etc/osmocom/osmo-msc.cfg + chmod -v 0660 /etc/osmocom/osmo-msc.cfg + fi + + if -d /etc/osmocom ; then + chown -v root:osmocom /etc/osmocom + chmod -v 2775 /etc/osmocom + fi + + mkdir -p /var/lib/osmocom + chown -R -v osmocom:osmocom /var/lib/osmocom + fi ;; esac
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
.