Skip to content

Commit f9ea0cb

Browse files
authored
Merge pull request #176 from yast/add-which
fix: add "which" to the list of dependencies
2 parents 601dbfe + 235b709 commit f9ea0cb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package/yast2-devtools.changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-------------------------------------------------------------------
2+
Mon Sep 16 08:11:39 UTC 2024 - Imobach Gonzalez Sosa <[email protected]>
3+
4+
- Add "which" to the list of dependencies
5+
(gh#yast/yast-devtools#176).
6+
- 5.0.1
7+
18
-------------------------------------------------------------------
29
Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <[email protected]>
310

package/yast2-devtools.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
Name: yast2-devtools
20-
Version: 5.0.0
20+
Version: 5.0.1
2121
Release: 0
2222
Summary: YaST2 - Development Tools
2323
License: GPL-2.0-or-later
@@ -33,6 +33,8 @@ BuildRequires: libxslt
3333
BuildRequires: perl-XML-Writer
3434
BuildRequires: pkgconfig
3535
BuildRequires: sgml-skel
36+
# required by some scripts like y2makepot
37+
Requires: which
3638
Requires: yast2-buildtools
3739
BuildArch: noarch
3840

0 commit comments

Comments
 (0)