-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version is released: dependency on perl is removed.
- Loading branch information
Showing
2 changed files
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
Name: bash-modules | ||
Version: 2.0.3 | ||
Version: 2.0.4 | ||
Release: 1%{?dist} | ||
Summary: Modules for bash | ||
|
||
|
@@ -14,10 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | |
#BuildRequires: | ||
Requires: bash > 3 | ||
|
||
# For arguments module, for built-in documentation to workd | ||
Requires: perl | ||
Requires: perl-Pod-Perldoc | ||
|
||
%define homedir /usr/share/bash-modules | ||
|
||
%description | ||
|
@@ -57,8 +53,8 @@ rm -rf "$RPM_BUILD_ROOT" | |
|
||
|
||
%changelog | ||
* Thu Nov 27 2014 Volodymyr M. Lisivka <[email protected]> - 2.0.3-1 | ||
- Fix for bash incompatibility with empty arrays and -u setting introduced in bash-4.3.30 | ||
* Thu Aor 8 2016 Volodymyr M. Lisivka <[email protected]> - 2.0.4-1 | ||
- Dependency on perl (for documentation) is removed. | ||
|
||
* Wed Jul 31 2013 Volodymyr M. Lisivka <[email protected]> - 2.0.2-4 | ||
- Group changed again from to "System/Libraries" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
Name: bash-modules | ||
Version: 2.0.3 | ||
Version: 2.0.4 | ||
Release: 1%{?dist} | ||
Summary: Modules for bash | ||
|
||
|
@@ -10,10 +10,6 @@ License: LGPL-2.1+ | |
Source0: %{name}.tar.gz | ||
BuildArch: noarch | ||
|
||
# For arguments module, for built-in documentation to workd | ||
Requires: perl | ||
Requires: perl-Pod-Perldoc | ||
|
||
%define homedir /usr/share/bash-modules | ||
|
||
%description | ||
|
@@ -46,8 +42,8 @@ cp -a src/bash-modules/* "$RPM_BUILD_ROOT%homedir/" | |
|
||
|
||
%changelog | ||
* Thu Nov 27 2014 Volodymyr M. Lisivka <[email protected]> - 2.0.3-1 | ||
- Fix for bash incompatibility with empty arrays and -u setting introduced in bash-4.3.30 | ||
* Thu Aor 8 2016 Volodymyr M. Lisivka <[email protected]> - 2.0.4-1 | ||
- Dependency on perl (for documentation) is removed. | ||
|
||
* Wed Jul 31 2013 Volodymyr M. Lisivka <[email protected]> - 2.0.2-4 | ||
- Group changed again from to "System/Libraries" | ||
|