54458a550b
- Switch from mkinitrd to dracut - Dracut already has a lvm module and takes care that the right stuff is include into initrd, therefore remove: - mkinitrd-lvm2-boot.sh - mkinitrd-lvm2-setup.sh mkinitrd scripts from sources - Add dracut macros in %post and %posttrans to ensure initrd recreation - Remove unneeded comments in .spec file - Do not compile in DATE and TIME to avoid build unneeded retriggering in obs Add: cmirrord_remove_date_time_from_compilation.patch OBS-URL: https://build.opensuse.org/request/show/230307 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=89
17 lines
565 B
Diff
17 lines
565 B
Diff
cmirrord: Do not compile in Data and Time to avoid build retriggering in obs
|
|
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
|
|
|
Index: LVM2.2.02.98/daemons/cmirrord/clogd.c
|
|
===================================================================
|
|
--- LVM2.2.02.98.orig/daemons/cmirrord/clogd.c
|
|
+++ LVM2.2.02.98/daemons/cmirrord/clogd.c
|
|
@@ -42,7 +42,6 @@ int main(int argc __attribute__((unused)
|
|
kill(getppid(), SIGTERM);
|
|
|
|
LOG_PRINT("Starting cmirrord:");
|
|
- LOG_PRINT(" Built: "__DATE__" "__TIME__"\n");
|
|
LOG_DBG(" Compiled with debugging.");
|
|
|
|
while (!exit_now) {
|