New version 3.0
This commit is contained in:
parent
54e6e223a3
commit
965d13a312
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/libblockdev-2.26.tar.gz
|
||||
/libblockdev-2.27.tar.gz
|
||||
/libblockdev-2.28.tar.gz
|
||||
/libblockdev-3.0.tar.gz
|
||||
|
28
0001-vdo_stats-Remove-unused-libparted-include.patch
Normal file
28
0001-vdo_stats-Remove-unused-libparted-include.patch
Normal file
@ -0,0 +1,28 @@
|
||||
From b870898b014f44a97fe996278210f59c57c1196b Mon Sep 17 00:00:00 2001
|
||||
From: Vojtech Trefny <vtrefny@redhat.com>
|
||||
Date: Thu, 29 Jun 2023 08:36:48 +0200
|
||||
Subject: [PATCH] vdo_stats: Remove unused libparted include
|
||||
|
||||
I have no idea where this came from, but we don't need (and never
|
||||
did) libparted in vdo_stats.
|
||||
|
||||
Fixes: #916
|
||||
---
|
||||
src/plugins/vdo_stats.c | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/src/plugins/vdo_stats.c b/src/plugins/vdo_stats.c
|
||||
index 7c8b8a45..620e972f 100644
|
||||
--- a/src/plugins/vdo_stats.c
|
||||
+++ b/src/plugins/vdo_stats.c
|
||||
@@ -18,7 +18,6 @@
|
||||
*/
|
||||
|
||||
#include <glib.h>
|
||||
-#include <parted/parted.h>
|
||||
#include <blockdev/utils.h>
|
||||
|
||||
#include "vdo_stats.h"
|
||||
--
|
||||
2.41.0
|
||||
|
1642
libblockdev.spec
1642
libblockdev.spec
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libblockdev-2.28.tar.gz) = 9e01c41db4f728c8e81e710c6bb4725bbe34b3a7de25ff7f57b7b88ca6b7b5debbe858947585d314770036b2c3c533f9f8ff3d038b7ca50eee3d18f9fbe0d392
|
||||
SHA512 (libblockdev-3.0.tar.gz) = b2f801b93832343934f81dc9b2440805a9ef72ac7cde80f5b2d6581eb2585f6a05c52c5791b52fabee4278593e6bfffb0cd46175708b8f9bcc03f64bf40f620f
|
||||
|
Loading…
Reference in New Issue
Block a user