Projects
osmocom:nightly
osmo-ggsn
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 695
View file
osmo-ggsn.spec
Deleted
@@ -1,142 +0,0 @@ -# -# spec file for package osmo-ggsn -# -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# -# 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. - -## Disable LTO for now since it breaks compilation of the tests -## https://osmocom.org/issues/4114 -%define _lto_cflags %{nil} - -Name: osmo-ggsn -Requires: osmocom-nightly = 202405122026 -Version: 1.11.0.18.1f9c.202405122026 -Release: 0 -Summary: GPRS Support Node -License: GPL-2.0-only AND LGPL-2.1-or-later -Group: Productivity/Telephony/Servers -URL: https://osmocom.org/projects/openggsn -Source: osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz -Source1: rpmlintrc -BuildRequires: libtool >= 2 -BuildRequires: pkgconfig >= 0.20 -%if 0%{?suse_version} -BuildRequires: systemd-rpm-macros -%endif -BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 -BuildRequires: pkgconfig(libosmovty) >= 1.9.0 -Obsoletes: openggsn -%{?systemd_requires} - -%description -Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS -Support Node), a core network element of ETSI/3GPP cellular networks -such as GPRS, EDGE, UMTS or HSPA. - -%package -n libgtp6 -Requires: osmocom-nightly = 202405122026 -Summary: Library implementing GTP between SGSN and GGSN -License: GPL-2.0-only -Group: System/Libraries - -%description -n libgtp6 -libgtp implements the GPRS Tunneling Protocol between SGSN and GGSN. - -%package -n libgtp-devel -Requires: osmocom-nightly = 202405122026 -Summary: Development files for the GTP library -License: GPL-2.0-only -Group: Development/Libraries/C and C++ -Requires: libgtp6 = %{version} - -%description -n libgtp-devel -libgtp implements the GPRS Tunneling Protocol between SGSN and GGSN. - -This subpackage contains libraries and header files for developing -applications that want to make use of libgtp. - -%package -n gtp-echo-responder -Requires: osmocom-nightly = 202405122026 -Summary: Small program answering GTP ECHO Request with GTP ECHO Response -License: MIT -Group: System/Libraries - -%description -n gtp-echo-responder -Small program answering GTP ECHO Request with GTP ECHO Response for both GTPCv1 -and GTPCv2. - -%prep -%setup -n osmo-ggsn -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure \ - --enable-gtp-linux \ - --disable-static \ - --docdir="%{_docdir}/%{name}" \ - --with-systemdsystemunitdir=%{_unitdir} \ - --includedir="%{_includedir}/%{name}" -make %{?_smp_mflags} V=1 - -%install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%if 0%{?suse_version} -%pre -%service_add_pre %{name}.service - -%post -%service_add_post %{name}.service - -%preun -%service_del_preun %{name}.service - -%postun -%service_del_postun %{name}.service -%endif - -%post -n libgtp6 -p /sbin/ldconfig -%postun -n libgtp6 -p /sbin/ldconfig - -%files -%license COPYING -%doc AUTHORS README.md -%{_bindir}/osmo-ggsn -%{_bindir}/sgsnemu -%{_mandir}/man8/osmo-ggsn.8%{?ext_man} -%{_mandir}/man8/sgsnemu.8%{?ext_man} -%{_unitdir}/%{name}.service -%dir %{_docdir}/%{name}/examples -%{_docdir}/%{name}/examples/osmo-ggsn-kernel-gtp.cfg -%{_docdir}/%{name}/examples/osmo-ggsn.cfg -%{_docdir}/%{name}/examples/sgsnemu.conf -%dir %{_sysconfdir}/osmocom -%config(noreplace) %{_sysconfdir}/osmocom/osmo-ggsn.cfg - -%files -n libgtp6 -%{_libdir}/libgtp.so.6* - -%files -n libgtp-devel -%{_includedir}/%{name}/ -%{_libdir}/libgtp.so -%{_libdir}/pkgconfig/libgtp.pc - -%files -n gtp-echo-responder -%{_bindir}/gtp-echo-responder - -%changelog
View file
osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz/contrib/osmo-ggsn.spec.in
Deleted
@@ -1,141 +0,0 @@ -# -# spec file for package osmo-ggsn -# -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. -# -# 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. - -## Disable LTO for now since it breaks compilation of the tests -## https://osmocom.org/issues/4114 -%define _lto_cflags %{nil} - -Name: osmo-ggsn -Requires: osmocom-nightly = 202405122026 -Version: @VERSION@ -Release: 0 -Summary: GPRS Support Node -License: GPL-2.0-only AND LGPL-2.1-or-later -Group: Productivity/Telephony/Servers -URL: https://osmocom.org/projects/openggsn -Source: %{name}-%{version}.tar.xz -BuildRequires: libtool >= 2 -BuildRequires: pkgconfig >= 0.20 -%if 0%{?suse_version} -BuildRequires: systemd-rpm-macros -%endif -BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 -BuildRequires: pkgconfig(libosmovty) >= 1.9.0 -Obsoletes: openggsn -%{?systemd_requires} - -%description -Osmo-GGSN is a C-language implementation of a GGSN (Gateway GPRS -Support Node), a core network element of ETSI/3GPP cellular networks -such as GPRS, EDGE, UMTS or HSPA. - -%package -n libgtp6 -Requires: osmocom-nightly = 202405122026 -Summary: Library implementing GTP between SGSN and GGSN -License: GPL-2.0-only -Group: System/Libraries - -%description -n libgtp6 -libgtp implements the GPRS Tunneling Protocol between SGSN and GGSN. - -%package -n libgtp-devel -Requires: osmocom-nightly = 202405122026 -Summary: Development files for the GTP library -License: GPL-2.0-only -Group: Development/Libraries/C and C++ -Requires: libgtp6 = %{version} - -%description -n libgtp-devel -libgtp implements the GPRS Tunneling Protocol between SGSN and GGSN. - -This subpackage contains libraries and header files for developing -applications that want to make use of libgtp. - -%package -n gtp-echo-responder -Requires: osmocom-nightly = 202405122026 -Summary: Small program answering GTP ECHO Request with GTP ECHO Response -License: MIT -Group: System/Libraries - -%description -n gtp-echo-responder -Small program answering GTP ECHO Request with GTP ECHO Response for both GTPCv1 -and GTPCv2. - -%prep -%setup -q - -%build -echo "%{version}" >.tarball-version -autoreconf -fi -%configure \ - --enable-gtp-linux \ - --disable-static \ - --docdir="%{_docdir}/%{name}" \ - --with-systemdsystemunitdir=%{_unitdir} \ - --includedir="%{_includedir}/%{name}" -make %{?_smp_mflags} V=1 - -%install -%make_install -find %{buildroot} -type f -name "*.la" -delete -print - -%check -make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) - -%if 0%{?suse_version} -%pre -%service_add_pre %{name}.service - -%post -%service_add_post %{name}.service - -%preun -%service_del_preun %{name}.service - -%postun -%service_del_postun %{name}.service -%endif - -%post -n libgtp6 -p /sbin/ldconfig -%postun -n libgtp6 -p /sbin/ldconfig - -%files -%license COPYING -%doc AUTHORS README.md -%{_bindir}/osmo-ggsn -%{_bindir}/sgsnemu -%{_mandir}/man8/osmo-ggsn.8%{?ext_man} -%{_mandir}/man8/sgsnemu.8%{?ext_man} -%{_unitdir}/%{name}.service -%dir %{_docdir}/%{name}/examples -%{_docdir}/%{name}/examples/osmo-ggsn-kernel-gtp.cfg -%{_docdir}/%{name}/examples/osmo-ggsn.cfg -%{_docdir}/%{name}/examples/sgsnemu.conf -%dir %{_sysconfdir}/osmocom -%config(noreplace) %{_sysconfdir}/osmocom/osmo-ggsn.cfg - -%files -n libgtp6 -%{_libdir}/libgtp.so.6* - -%files -n libgtp-devel -%{_includedir}/%{name}/ -%{_libdir}/libgtp.so -%{_libdir}/pkgconfig/libgtp.pc - -%files -n gtp-echo-responder -%{_bindir}/gtp-echo-responder - -%changelog
View file
osmo-ggsn_1.11.0.18.1f9c.202405122026.dsc -> osmo-ggsn_1.11.0.19.3372.202405132026.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-ggsn Binary: osmo-ggsn, libgtp6, gtp-echo-responder, libgtp-dev, osmo-ggsn-dbg, gtp-echo-responder-dbg, libgtp-dbg, osmo-ggsn-doc Architecture: any all -Version: 1.11.0.18.1f9c.202405122026 +Version: 1.11.0.19.3372.202405132026 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/openggsn Standards-Version: 3.9.6 @@ -19,8 +19,8 @@ osmo-ggsn-dbg deb debug extra arch=any osmo-ggsn-doc deb doc optional arch=all Checksums-Sha1: - f9634073a8f77f0caffcfc7472eaa132c13de8d5 185924 osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz + e349d7d678e150347df7a7e86e59df6fc008ad18 189572 osmo-ggsn_1.11.0.19.3372.202405132026.tar.xz Checksums-Sha256: - ab13721d6f56a5d8a7633e439e0038782a3ff0fe0d260fce8905cfb77c4967b1 185924 osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz + d36726a7d5ffaa1d8353670e87963222ddb7fc7b64386141ea5b8afc1a665a9c 189572 osmo-ggsn_1.11.0.19.3372.202405132026.tar.xz Files: - 71c6f946a1f20c33df3c16c61f586907 185924 osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz + c0498f7b79577a8eac03aeb10434d049 189572 osmo-ggsn_1.11.0.19.3372.202405132026.tar.xz
View file
osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz/.tarball-version -> osmo-ggsn_1.11.0.19.3372.202405132026.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.0.18-1f9c.202405122026 +1.11.0.19-3372.202405132026
View file
osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz/Makefile.am -> osmo-ggsn_1.11.0.19.3372.202405132026.tar.xz/Makefile.am
Changed
@@ -24,7 +24,6 @@ README.FreeBSD \ README.MacOSX \ README.md \ - contrib/osmo-ggsn.spec.in \ debian \ git-version-gen \ $(NULL)
View file
osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz/configure.ac -> osmo-ggsn_1.11.0.19.3372.202405132026.tar.xz/configure.ac
Changed
@@ -262,7 +262,6 @@ doc/manuals/Makefile contrib/Makefile contrib/systemd/Makefile - contrib/osmo-ggsn.spec tests/Makefile tests/lib/Makefile tests/gtp/Makefile
View file
osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz/debian/changelog -> osmo-ggsn_1.11.0.19.3372.202405132026.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-ggsn (1.11.0.18.1f9c.202405122026) unstable; urgency=medium +osmo-ggsn (1.11.0.19.3372.202405132026) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom nightly feed - -- Osmocom OBS scripts <info@osmocom.org> Sun, 12 May 2024 20:26:44 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 13 May 2024 20:26:43 +0000 osmo-ggsn (1.11.0) unstable; urgency=medium
View file
osmo-ggsn_1.11.0.18.1f9c.202405122026.tar.xz/debian/control -> osmo-ggsn_1.11.0.19.3372.202405132026.tar.xz/debian/control
Changed
@@ -17,7 +17,7 @@ Package: osmo-ggsn Architecture: any -Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, +Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends} Description: Osmocom Gateway GPRS Support Node (GGSN) OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -28,7 +28,7 @@ Architecture: any Multi-Arch: same Section: libs -Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, +Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends} Description: library implementing the GTP protocol between SGSN and GGSN OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -40,7 +40,7 @@ Package: gtp-echo-responder Architecture: any -Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, +Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends} Description: Small program answering GTP ECHO Request with GTP ECHO Response @@ -48,7 +48,7 @@ Architecture: any Multi-Arch: same Section: libdevel -Depends: osmocom-nightly (= 202405122026), ${misc:Depends}, +Depends: osmocom-nightly (= 202405132026), ${misc:Depends}, libgtp6 (= ${binary:Version}) Description: Development files for libgtp OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -62,7 +62,7 @@ Section: debug Architecture: any Priority: extra -Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version}), osmo-ggsn (= ${binary:Version}) +Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version}), osmo-ggsn (= ${binary:Version}) Multi-Arch: same Description: Debug symbols for OsmoGGSN OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -73,7 +73,7 @@ Section: debug Architecture: any Priority: extra -Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, ${misc:Depends}, gtp-echo-responder (= ${binary:Version}) +Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends}, gtp-echo-responder (= ${binary:Version}) Multi-Arch: same Description: Debug symbols for gtp-echo-responder Small program answering GTP ECHO Request with GTP ECHO Response. @@ -82,7 +82,7 @@ Section: debug Architecture: any Priority: extra -Depends: osmocom-nightly (= 202405122026), ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version}) +Depends: osmocom-nightly (= 202405132026), ${shlibs:Depends}, ${misc:Depends}, libgtp6 (= ${binary:Version}) Multi-Arch: same Description: Debug symbols for OsmoGGSN OsmoGGSN is a Gateway GPRS Support Node (GGSN). It is used by mobile @@ -96,7 +96,7 @@ Architecture: all Section: doc Priority: optional -Depends: osmocom-nightly (= 202405122026), ${misc:Depends} +Depends: osmocom-nightly (= 202405132026), ${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
.