1 Commits

Author SHA256 Message Date
2b62d9ccec Sync changes to SLFO-1.2 branch 2025-08-20 09:40:06 +02:00
2 changed files with 10 additions and 15 deletions

View File

@@ -1,14 +1,7 @@
-------------------------------------------------------------------
Thu Feb 29 18:23:50 UTC 2024 - pgajdos@suse.com
Tue Apr 29 10:16:20 UTC 2025 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Mon Nov 6 08:58:06 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
- Move to the %autosetup macro.
-------------------------------------------------------------------
Tue Sep 12 18:00:10 UTC 2017 - jengelh@inai.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package libnscd
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2017 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -21,12 +21,12 @@ Name: libnscd
Version: 2.0.2
Release: 0
Summary: Library to Allow Applications to Communicate with nscd
License: LGPL-2.1-only
License: LGPL-2.1
Group: Development/Libraries/C and C++
Source: http://ftp.suse.com/pub/people/kukuk/libnscd/libnscd-%version.tar.bz2
Source2: baselibs.conf
Patch0: decls.patch
Patch: decls.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# bug437293
%ifarch ppc64
@@ -41,7 +41,7 @@ for special services, if they have the necessary permissions.
%package -n %lname
Summary: Library to Allow Applications to Communicate with nscd
# O/P added for 13.1
License: LGPL-2.1-only
License: LGPL-2.1
Group: System/Libraries
Obsoletes: libnscd < %version-%release
Provides: libnscd = %version-%release
@@ -53,7 +53,7 @@ cache for special services, if they have the necessary permissions.
%package devel
Summary: Development files for libnscd
License: LGPL-2.1-or-later
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Requires: %lname = %version
# bug437293
@@ -66,6 +66,8 @@ Obsoletes: libnscd-devel-64bit
This package contains all necessary include files and libraries needed
to develop applications that needs to communicate with a running nscd.
%prep
%autosetup -p1