Projects
osmocom:nightly
osmo-sip-connector
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 692
View file
osmo-sip-connector.spec
Deleted
@@ -1,96 +0,0 @@ -# -# spec file for package osmo-sip-connector -# -# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -Name: osmo-sip-connector -Requires: osmocom-nightly = 202405092026 -Version: 1.6.3.8.58f3.202405092026 -Release: 0 -Summary: MNCC to SIP bridge for osmo-nitb -License: AGPL-3.0-or-later AND GPL-2.0-or-later -Group: Productivity/Telephony/Servers -URL: https://osmocom.org/projects/osmo-sip-conector -Source: osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz -Source1: rpmlintrc -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool -BuildRequires: pkgconfig >= 0.20 -%if 0%{?suse_version} -BuildRequires: systemd-rpm-macros -%endif -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(libosmovty) >= 1.9.0 -BuildRequires: pkgconfig(sofia-sip-ua-glib) >= 1.12.0 -%{?systemd_requires} - -%description -Use the osmo-nitb MNCC interface and bridge it to SIP. - -%prep -%setup -n osmo-sip-connector -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure \ - --docdir="%{_docdir}/%{name}" \ - --with-systemdsystemunitdir=%{_unitdir} -make %{?_smp_mflags} - -%install -%make_install - -%preun -%if 0%{?suse_version} -%service_del_preun %{name}.service -%endif - -%postun -%if 0%{?suse_version} -%service_del_postun %{name}.service -%endif - -%pre -getent group osmocom >/dev/null || groupadd --system osmocom -getent passwd osmocom >/dev/null || useradd --system --gid osmocom --home-dir /var/lib/osmocom \ - --shell /sbin/nologin --comment "Open Source Mobile Communications" osmocom -%if 0%{?suse_version} -%service_add_pre %{name}.service -%endif - -%post -%if 0%{?suse_version} -%service_add_post %{name}.service -%endif -chown osmocom:osmocom /etc/osmocom/osmo-sip-connector.cfg -chmod 0660 /etc/osmocom/osmo-sip-connector.cfg -chown root:osmocom /etc/osmocom -chmod 2775 /etc/osmocom -mkdir -p /var/lib/osmocom -chown -R osmocom:osmocom /var/lib/osmocom - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%files -%license COPYING -%doc README.md -%doc %{_docdir}/%{name}/examples -%{_bindir}/osmo-sip-connector -%dir %{_sysconfdir}/osmocom -%config(noreplace) %{_sysconfdir}/osmocom/osmo-sip-connector.cfg -%{_unitdir}/%{name}.service - -%changelog
View file
osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz/contrib/osmo-sip-connector.spec.in
Deleted
@@ -1,95 +0,0 @@ -# -# spec file for package osmo-sip-connector -# -# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de> -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -Name: osmo-sip-connector -Requires: osmocom-nightly = 202405092026 -Version: @VERSION@ -Release: 0 -Summary: MNCC to SIP bridge for osmo-nitb -License: AGPL-3.0-or-later AND GPL-2.0-or-later -Group: Productivity/Telephony/Servers -URL: https://osmocom.org/projects/osmo-sip-conector -Source: %{name}-%{version}.tar.xz -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool -BuildRequires: pkgconfig >= 0.20 -%if 0%{?suse_version} -BuildRequires: systemd-rpm-macros -%endif -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(libosmovty) >= 1.9.0 -BuildRequires: pkgconfig(sofia-sip-ua-glib) >= 1.12.0 -%{?systemd_requires} - -%description -Use the osmo-nitb MNCC interface and bridge it to SIP. - -%prep -%setup -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure \ - --docdir="%{_docdir}/%{name}" \ - --with-systemdsystemunitdir=%{_unitdir} -make %{?_smp_mflags} - -%install -%make_install - -%preun -%if 0%{?suse_version} -%service_del_preun %{name}.service -%endif - -%postun -%if 0%{?suse_version} -%service_del_postun %{name}.service -%endif - -%pre -getent group osmocom >/dev/null || groupadd --system osmocom -getent passwd osmocom >/dev/null || useradd --system --gid osmocom --home-dir /var/lib/osmocom \ - --shell /sbin/nologin --comment "Open Source Mobile Communications" osmocom -%if 0%{?suse_version} -%service_add_pre %{name}.service -%endif - -%post -%if 0%{?suse_version} -%service_add_post %{name}.service -%endif -chown osmocom:osmocom /etc/osmocom/osmo-sip-connector.cfg -chmod 0660 /etc/osmocom/osmo-sip-connector.cfg -chown root:osmocom /etc/osmocom -chmod 2775 /etc/osmocom -mkdir -p /var/lib/osmocom -chown -R osmocom:osmocom /var/lib/osmocom - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%files -%license COPYING -%doc README.md -%doc %{_docdir}/%{name}/examples -%{_bindir}/osmo-sip-connector -%dir %{_sysconfdir}/osmocom -%config(noreplace) %{_sysconfdir}/osmocom/osmo-sip-connector.cfg -%{_unitdir}/%{name}.service - -%changelog
View file
osmo-sip-connector_1.6.3.8.58f3.202405092026.dsc -> osmo-sip-connector_1.6.3.9.2209.202405102026.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-sip-connector Binary: osmo-sip-connector, osmo-sip-connector-dbg, osmo-sip-connector-doc Architecture: any all -Version: 1.6.3.8.58f3.202405092026 +Version: 1.6.3.9.2209.202405102026 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmo-sip-conector/wiki Standards-Version: 3.8.4 @@ -14,8 +14,8 @@ osmo-sip-connector-dbg deb debug extra arch=any osmo-sip-connector-doc deb doc optional arch=all Checksums-Sha1: - f4b90738f8a92b084b5d1ffdc45a0d98f743522d 70720 osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz + ab15cb41cc0213739399b330f750cf30ba16233a 69948 osmo-sip-connector_1.6.3.9.2209.202405102026.tar.xz Checksums-Sha256: - be0162c1da300852a9cc8c9d233aa2a3cb13a3eed7e3e65f0156bd9545b8ec9f 70720 osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz + e13135acb98468ac526c59f78608889b03bf8851abc92cfb201527bb49e5f99d 69948 osmo-sip-connector_1.6.3.9.2209.202405102026.tar.xz Files: - 75ac680b158fe6ee934843e633bffd11 70720 osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz + 81a3860894c1511924e0fc9e6fddd07d 69948 osmo-sip-connector_1.6.3.9.2209.202405102026.tar.xz
View file
osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz/.tarball-version -> osmo-sip-connector_1.6.3.9.2209.202405102026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.6.3.8-58f3.202405092026 +1.6.3.9-2209.202405102026
View file
osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz/Makefile.am -> osmo-sip-connector_1.6.3.9.2209.202405102026.tar.xz/Makefile.am
Changed
@@ -6,7 +6,6 @@ EXTRA_DIST = \ .version \ README.md \ - contrib/osmo-sip-connector.spec.in \ debian \ git-version-gen \ osmoappdesc.py \
View file
osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz/configure.ac -> osmo-sip-connector_1.6.3.9.2209.202405102026.tar.xz/configure.ac
Changed
@@ -148,7 +148,6 @@ doc/manuals/Makefile contrib/Makefile contrib/systemd/Makefile - contrib/osmo-sip-connector.spec doc/Makefile doc/examples/Makefile Makefile)
View file
osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz/debian/changelog -> osmo-sip-connector_1.6.3.9.2209.202405102026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-sip-connector (1.6.3.8.58f3.202405092026) unstable; urgency=medium +osmo-sip-connector (1.6.3.9.2209.202405102026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Thu, 09 May 2024 20:27:05 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 10 May 2024 20:27:07 +0000 osmo-sip-connector (1.6.3) unstable; urgency=medium
View file
osmo-sip-connector_1.6.3.8.58f3.202405092026.tar.xz/debian/control -> osmo-sip-connector_1.6.3.9.2209.202405102026.tar.xz/debian/control
Changed
@@ -17,7 +17,7 @@ Package: osmo-sip-connector Architecture: any -Depends: osmocom-nightly (= 202405092026), ${shlibs:Depends}, ${misc:Depends} +Depends: osmocom-nightly (= 202405102026), ${shlibs:Depends}, ${misc:Depends} Description: MNCC to SIP bridge for osmo-nitb Use the osmo-nitb MNCC interface and bridge it to SIP. @@ -25,7 +25,7 @@ Architecture: any Section: debug Priority: extra -Depends: osmocom-nightly (= 202405092026), osmo-sip-connector (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-nightly (= 202405102026), osmo-sip-connector (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for the osmo-sip-connector Make debugging possible @@ -33,7 +33,7 @@ Architecture: all Section: doc Priority: optional -Depends: osmocom-nightly (= 202405092026), ${misc:Depends} +Depends: osmocom-nightly (= 202405102026), ${misc:Depends} Description: ${misc:Package} PDF documentation Various manuals: user manual, VTY reference manual and/or protocol/interface manuals.
View file
rpmlintrc
Deleted
@@ -1,5 +0,0 @@ -# Don't abort the build when finding a library that depends on a package with -# a specific version. This is intentional for nightly builds, we don't want -# libraries from different build dates to be mixed as they might have ABI -# incompatibilities. -setBadness('shlib-fixed-dependency', 0)
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
.