-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41dcd03
commit 3f332d3
Showing
2 changed files
with
34 additions
and
6 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
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Name: manticore-tzdata | ||
Release: 1 | ||
Summary: Direct Manticore into OS tzdata | ||
|
||
Requires: tzdata | ||
|
||
BuildArch: noarch | ||
|
||
License: MIT | ||
Version: 1.1 | ||
|
||
%description | ||
Symlinks OS tzdata of Red Hat Enterprise Linux 9 for Manticore use. | ||
|
||
%install | ||
mkdir -p %{buildroot}/usr/share/manticore | ||
ln -s ../zoneinfo %{buildroot}/usr/share/manticore/tzdata | ||
|
||
%files | ||
/usr/share/manticore/tzdata |