Projects
osmocom:nightly
osmo-mgw
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 42
View file
osmo-mgw.spec
Changed
@@ -16,14 +16,15 @@ # Name: osmo-mgw -Requires: osmocom-nightly = 1.0.0.202208040002 -Version: 1.10.0.1.1471.202208040002 +Requires: osmocom-nightly = 202208050002 +Version: 1.10.0.1.1471.202208050002 Release: 0 Summary: Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Hardware/Mobile URL: https://osmocom.org/projects/osmo-mgw -Source: osmo-mgw_1.10.0.1.1471.202208040002.tar.xz +Source: osmo-mgw_1.10.0.1.1471.202208050002.tar.xz +Source1: rpmlintrc BuildRequires: automake >= 1.9 BuildRequires: libtool >= 2 BuildRequires: pkgconfig >= 0.20 @@ -44,7 +45,7 @@ OsmoMGW is Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks. %package -n libosmo-mgcp-client9 -Requires: osmocom-nightly = 1.0.0.202208040002 +Requires: osmocom-nightly = 202208050002 Summary: Osmocom's Media Gateway Control Protocol client library Group: System/Libraries @@ -52,7 +53,7 @@ Osmocom's Media Gateway Control Protocol client library. %package -n libosmo-mgcp-client-devel -Requires: osmocom-nightly = 1.0.0.202208040002 +Requires: osmocom-nightly = 202208050002 Summary: Development files for Osmocom's Media Gateway Control Protocol client library Group: Development/Libraries/C and C++ Requires: libosmo-mgcp-client9 = %{version} @@ -64,7 +65,7 @@ applications that want to make use of libosmo-mgcp-client. %package -n libosmo-mgcp-devel -Requires: osmocom-nightly = 1.0.0.202208040002 +Requires: osmocom-nightly = 202208050002 Summary: Development files for Osmocom's Media Gateway server library Group: Development/Libraries/C and C++ @@ -75,17 +76,9 @@ applications that want to make use of libosmo-mgcp. %prep -%setup -q +%setup -n osmo-mgw -q %build -# HACK: don't let rpmlint abort the build when it finds that a library depends -# on a package with a specific version. The path used here is listed in: -# https://build.opensuse.org/package/view_file/devel:openSUSE:Factory:rpmlint/rpmlint-mini/rpmlint-mini.config?expand=1 -# Instead of writing to the SOURCES dir, we could upload osmocom-rpmlintrc as -# additional source for each package. But that's way more effort, not worth it. -echo "setBadness('shlib-fixed-dependency', 0)" \ - > "%{_sourcedir}/osmocom-rpmlintrc" - echo "%{version}" >.tarball-version autoreconf -fi %configure \
View file
osmo-mgw_1.10.0.1.1471.202208040002.dsc -> osmo-mgw_1.10.0.1.1471.202208050002.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-mgw Binary: osmo-mgw, libosmo-mgcp-client9, libosmo-mgcp-client-dev, osmo-mgw-doc Architecture: any all -Version: 1.10.0.1.1471.202208040002 +Version: 1.10.0.1.1471.202208050002 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmo-mgw Standards-Version: 3.9.8 @@ -15,8 +15,8 @@ osmo-mgw deb net extra arch=any osmo-mgw-doc deb doc optional arch=all Checksums-Sha1: - f0fe9cb6fe68ca9252a8483be86900265ec6018a 159804 osmo-mgw_1.10.0.1.1471.202208040002.tar.xz + 0e13fd6f662dd8bccf447de2b759babc736eec12 159896 osmo-mgw_1.10.0.1.1471.202208050002.tar.xz Checksums-Sha256: - 54f64f3a35e586a8837c069c4a806d4814d381a686c483b32e629c2c41da0ed4 159804 osmo-mgw_1.10.0.1.1471.202208040002.tar.xz + e99271a106938334a6e94b214509c6f43406d2adcc9097f95a1f0756b9b3d56b 159896 osmo-mgw_1.10.0.1.1471.202208050002.tar.xz Files: - e13bec46318362db2cfc0d74165fd830 159804 osmo-mgw_1.10.0.1.1471.202208040002.tar.xz + 6859f195b2fd401b28a112a0b01fb6aa 159896 osmo-mgw_1.10.0.1.1471.202208050002.tar.xz
View file
osmo-mgw_1.10.0.1.1471.202208040002.tar.xz/.tarball-version -> osmo-mgw_1.10.0.1.1471.202208050002.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.1-1471 \ No newline at end of file +1.10.0.1-1471.202208050002
View file
osmo-mgw_1.10.0.1.1471.202208040002.tar.xz/contrib/osmo-mgw.spec.in -> osmo-mgw_1.10.0.1.1471.202208050002.tar.xz/contrib/osmo-mgw.spec.in
Changed
@@ -16,6 +16,7 @@ # Name: osmo-mgw +Requires: osmocom-nightly = 202208050002 Version: @VERSION@ Release: 0 Summary: Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks @@ -43,6 +44,7 @@ OsmoMGW is Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks. %package -n libosmo-mgcp-client9 +Requires: osmocom-nightly = 202208050002 Summary: Osmocom's Media Gateway Control Protocol client library Group: System/Libraries @@ -50,6 +52,7 @@ Osmocom's Media Gateway Control Protocol client library. %package -n libosmo-mgcp-client-devel +Requires: osmocom-nightly = 202208050002 Summary: Development files for Osmocom's Media Gateway Control Protocol client library Group: Development/Libraries/C and C++ Requires: libosmo-mgcp-client9 = %{version} @@ -61,6 +64,7 @@ applications that want to make use of libosmo-mgcp-client. %package -n libosmo-mgcp-devel +Requires: osmocom-nightly = 202208050002 Summary: Development files for Osmocom's Media Gateway server library Group: Development/Libraries/C and C++
View file
osmo-mgw_1.10.0.1.1471.202208040002.tar.xz/debian/changelog -> osmo-mgw_1.10.0.1.1471.202208050002.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-mgw (1.10.0.1.1471.202208040002) UNRELEASED; urgency=medium +osmo-mgw (1.10.0.1.1471.202208050002) unstable; urgency=medium - * Snapshot build + * Automatically generated changelog entry for building the Osmocom nightly feed - -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 04 Aug 2022 00:08:15 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 05 Aug 2022 00:03:20 +0000 osmo-mgw (1.10.0) unstable; urgency=medium
View file
osmo-mgw_1.10.0.1.1471.202208040002.tar.xz/debian/control -> osmo-mgw_1.10.0.1.1471.202208050002.tar.xz/debian/control
Changed
@@ -18,7 +18,7 @@ Package: osmo-mgw Architecture: any Multi-Arch: foreign -Depends: osmocom-nightly (= 1.0.0.202208040002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202208050002), ${misc:Depends}, ${shlibs:Depends} Description: OsmoMGW: Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks Package: libosmo-mgcp-client9 @@ -26,21 +26,21 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: osmocom-nightly (= 1.0.0.202208040002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 202208050002), ${misc:Depends}, ${shlibs:Depends} Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities Package: libosmo-mgcp-client-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 1.0.0.202208040002), libosmo-mgcp-client9 (= ${binary:Version}), ${misc:Depends} +Depends: osmocom-nightly (= 202208050002), libosmo-mgcp-client9 (= ${binary:Version}), ${misc:Depends} Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities Package: osmo-mgw-doc Architecture: all Section: doc Priority: optional -Depends: osmocom-nightly (= 1.0.0.202208040002), ${misc:Depends} +Depends: osmocom-nightly (= 202208050002), ${misc:Depends} Description: ${misc:Package} PDF documentation Various manuals: user manual, VTY reference manual and/or protocol/interface manuals.
View file
rpmlintrc
Added
@@ -0,0 +1,5 @@ +# 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
.