Compare commits

..

5 Commits

Author SHA1 Message Date
Björn Esser 6862d70ca0 Add explicit BR: libxcrypt-devel
Signed-off-by: Björn Esser <besser82@fedoraproject.org>
2025-02-01 19:56:20 +01:00
Vitezslav Crhonek 531f9577de Fix FTBFS with GCC 15, bin and sbin unification 2025-01-23 12:52:51 +01:00
Fedora Release Engineering c98dedc944 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 21:55:13 +00:00
Mamoru TASAKA d5765d2977 Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_3.4 2025-01-08 11:07:07 +09:00
Vitezslav Crhonek 053236801c Add rpminspect.yaml 2024-08-30 13:50:15 +02:00
3 changed files with 45 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
diff -up openwsman-2.7.2/src/plugins/swig/src/target_ruby.c.orig openwsman-2.7.2/src/plugins/swig/src/target_ruby.c
--- openwsman-2.7.2/src/plugins/swig/src/target_ruby.c.orig 2022-12-28 16:43:03.000000000 +0100
+++ openwsman-2.7.2/src/plugins/swig/src/target_ruby.c 2025-01-23 11:53:58.082946042 +0100
@@ -49,7 +49,7 @@
*/
static VALUE
-load_module()
+load_module(VALUE)
{
ruby_script(PLUGIN_FILE);
return rb_require(PLUGIN_FILE);
diff -up openwsman-2.7.2/src/server/CMakeLists.txt.orig openwsman-2.7.2/src/server/CMakeLists.txt
--- openwsman-2.7.2/src/server/CMakeLists.txt.orig 2022-12-28 16:43:03.000000000 +0100
+++ openwsman-2.7.2/src/server/CMakeLists.txt 2025-01-23 12:08:44.042639395 +0100
@@ -47,7 +47,7 @@ if( HAVE_LIBDL )
TARGET_LINK_LIBRARIES(openwsmand ${DL_LIBRARIES})
endif( HAVE_LIBDL )
-INSTALL(TARGETS openwsmand DESTINATION ${CMAKE_INSTALL_PREFIX}/sbin)
+INSTALL(TARGETS openwsmand DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
#
#
+16 -2
View File
@@ -25,7 +25,7 @@
Name: openwsman
Version: 2.7.2
Release: 11%{?dist}
Release: 15%{?dist}
Summary: Open source Implementation of WS-Management
License: BSD-3-Clause AND MIT
@@ -50,6 +50,7 @@ Patch3: openwsman-2.6.2-openssl-1.1-fix.patch
Patch4: openwsman-2.6.5-http-status-line.patch
Patch5: openwsman-2.6.8-update-ssleay-conf.patch
Patch6: openwsman-2.7.2-fix-ftbfs.patch
Patch7: openwsman-2.7.2-gcc15-fix.patch
BuildRequires: make
BuildRequires: swig
BuildRequires: libcurl-devel libxml2-devel pam-devel sblim-sfcc-devel
@@ -66,6 +67,7 @@ BuildRequires: pkgconfig openssl-devel
BuildRequires: cmake
BuildRequires: systemd-units
BuildRequires: gcc gcc-c++
BuildRequires: libxcrypt-devel
%description
Openwsman is a project intended to provide an open-source
@@ -388,7 +390,7 @@ fi
%dir %{_libdir}/openwsman/plugins
%{_libdir}/openwsman/plugins/*.so
%{_libdir}/openwsman/plugins/*.so.*
%{_sbindir}/openwsmand
%{_bindir}/openwsmand
%{_libdir}/libwsman_server.so.*
%{_mandir}/man8/*
@@ -408,6 +410,18 @@ fi
%endif
%changelog
* Sat Feb 01 2025 Björn Esser <besser82@fedoraproject.org> - 2.7.2-15
- Add explicit BR: libxcrypt-devel
* Thu Jan 23 2025 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.7.2-14
- Fix FTBFS with GCC 15, bin and sbin unification
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.2-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Jan 08 2025 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.7.2-12
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_3.4
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
+5
View File
@@ -0,0 +1,5 @@
---
badfuncs:
allowed:
/usr/sbin/openwsmand:
- inet_ntoa