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