- Drop all Lua BuildRequires as the Lua bindings are gone and
`clustduct` is no longer provided. - removed lua_bindings.patch as the autoconf tolls don't work any more. - update to 1.29.1 which increased the internal buffer in nodeattr for large cluster hostranges. * Build Bindings for *both* python2 and python3 with sample sepc file. Irrelevant for openSUSE/SUSE builds. - Do not Provides/Obsoletes Python 2 packages with Python 3 ones. - remove the hard coded rpath explicitly OBS-URL: https://build.opensuse.org/package/show/network:cluster/genders?expand=0&rev=37
This commit is contained in:
parent
17ae764f9e
commit
d9899b9d8a
@ -1,21 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 3 11:38:50 UTC 2025 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
- Drop all Lua BuildRequires as the Lua bindings are gone and
|
||||||
|
`clustduct` is no longer provided.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 17 15:40:54 UTC 2024 - Christian Goll <cgoll@suse.com>
|
Tue Dec 17 15:40:54 UTC 2024 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
- removed lua_bindings.patch as the autoconf tolls don't work any
|
- removed lua_bindings.patch as the autoconf tolls don't work any
|
||||||
more
|
more.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 9 12:58:01 UTC 2024 - Christian Goll <cgoll@suse.com>
|
Wed Oct 9 12:58:01 UTC 2024 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
- update to 1.29.1 which increased the internal buffer in nodeattr for large
|
- update to 1.29.1 which increased the internal buffer in nodeattr
|
||||||
cluster hostranges
|
for large cluster hostranges.
|
||||||
- removed also-check-for-python3.patch
|
- removed also-check-for-python3.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 12:14:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Dec 6 12:14:45 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 1.28.1:
|
- update to 1.28.1:
|
||||||
* Build Bindings for *both* python2 and python3
|
* Build Bindings for *both* python2 and python3 with sample
|
||||||
|
sepc file. Irrelevant for openSUSE/SUSE builds.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 03:46:15 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
Tue Dec 6 03:46:15 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package genders
|
# spec file for package genders
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -38,8 +38,6 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: lua-devel
|
|
||||||
BuildRequires: luajit2-devel
|
|
||||||
BuildRequires: patchelf
|
BuildRequires: patchelf
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
Loading…
Reference in New Issue
Block a user