-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #35852 - Add isoinfo dependency
- Loading branch information
1 parent
1d58821
commit 6242cf1
Showing
1 changed file
with
5 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
%global scl_ruby_bin /usr/bin/%{?scl:%{scl_prefix}}ruby | ||
%global scl_rake /usr/bin/%{?scl:%{scl_prefix}}rake | ||
|
||
%global release 1 | ||
%global release 2 | ||
%global prereleasesource develop | ||
%global prerelease %{?prereleasesource} | ||
|
||
|
@@ -80,6 +80,7 @@ Requires: %{?scl_prefix}rubygem(xmlrpc) < 1.0 | |
|
||
Requires: sudo | ||
Requires: curl | ||
Requires: isoinfo | ||
Requires(pre): shadow-utils | ||
%{?systemd_requires} | ||
BuildRequires: systemd | ||
|
@@ -253,6 +254,9 @@ exit 0 | |
|
||
|
||
%changelog | ||
* Fri Dec 09 2022 Bastian Schmidt <[email protected]> - 3.6.0-0.2.develop | ||
- Add isoinfo dependency | ||
|
||
* Tue Nov 08 2022 Ewoud Kohl van Wijngaarden <[email protected]> - 3.6.0-0.1.develop | ||
- Bump version to 3.6-develop | ||
|
||
|