add -luuid to blkid.pc [release 2.24.2-3mamba;Thu Jun 26 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 18:52:52 +01:00
parent c6fe1afb59
commit dd8d96a89f
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,9 @@
diff -Nru util-linux-2.24.2.orig/libblkid/blkid.pc.in util-linux-2.24.2/libblkid/blkid.pc.in
--- util-linux-2.24.2.orig/libblkid/blkid.pc.in 2013-02-27 17:46:29.858020511 +0100
+++ util-linux-2.24.2/libblkid/blkid.pc.in 2014-06-26 00:18:50.143819498 +0200
@@ -8,4 +8,4 @@
Version: @LIBBLKID_VERSION@
Requires.private: uuid
Cflags: -I${includedir}/blkid
-Libs: -L${libdir} -lblkid
+Libs: -L${libdir} -lblkid -luuid

View File

@ -8,7 +8,7 @@
Name: util-linux
Version: 2.24.2
Release: 2mamba
Release: 3mamba
Epoch: 1
Summary: Miscellaneous utilities for Linux
Group: System/Tools
@ -31,6 +31,7 @@ Source11: util-linux-pam-remote
Patch0: %{name}-ng-2.12q-adjtime_path.patch
Patch1: %{name}-ng-2.15-reiserfs_fix_name.patch
Patch2: util-linux-2.22-su_paths.patch
Patch3: util-linux-2.24.2-blkid-pkgconfig-add-uuid.patch
License: GPL
BuildRequires: bash
BuildRequires: gettext-devel
@ -123,6 +124,7 @@ This package provides the development file for application which use libmount.
#%patch0 -p1 -b .adjtime_path
#%patch1 -p1
#%patch2 -p1
%patch3 -p1
cp %{S:1} nologin.c
@ -416,6 +418,9 @@ exit 0
%{_mandir}/man3/uuid*.*
%changelog
* Thu Jun 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.2-3mamba
- add -luuid to blkid.pc
* Tue May 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.24.2-2mamba
- provide pam files for runuser, runuser-l and remote (login)