[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: util-linux: Add upstream-name property.
From: |
guix-commits |
Subject: |
02/07: gnu: util-linux: Add upstream-name property. |
Date: |
Mon, 7 Feb 2022 07:20:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 7c3766de1b634c823e533574c9d411df7de904d1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 7 12:52:35 2022 +0200
gnu: util-linux: Add upstream-name property.
This allows derivative packages to check for updated source correctly.
* gnu/packages/linux.scm (util-linux)[properties]: New field.
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2e2d01c656..225b16d19e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1985,6 +1985,7 @@ providing the system administrator with some help in
common tasks.")
utilities. It provides dmesg and includes tools for working with file systems,
block devices, UUIDs, TTYs, and many other tools.")
+ (properties '((upstream-name . "util-linux")))
;; Note that util-linux doesn't use the same license for all the
;; code. GPLv2+ is the default license for a code without an
;; explicitly defined license.
- branch master updated (6781729980 -> 26d9e6c904), guix-commits, 2022/02/07
- 03/07: gnu: procps: Add upstream-name property., guix-commits, 2022/02/07
- 05/07: gnu: novena-eeprom: Build with older i2c-tools., guix-commits, 2022/02/07
- 04/07: gnu: i2c-tools: Update to 4.3., guix-commits, 2022/02/07
- 07/07: gnu: connman: Update to 1.41., guix-commits, 2022/02/07
- 01/07: gnu: openntpd: Add release-monitoring-url., guix-commits, 2022/02/07
- 02/07: gnu: util-linux: Add upstream-name property.,
guix-commits <=
- 06/07: gnu: ddcutil: Update to 1.2.1., guix-commits, 2022/02/07