Own directory /etc/scl

Resolves: #1986040
This commit is contained in:
Michal Domonkos 2021-07-26 17:09:10 +02:00
parent 3bf00ed6b6
commit 57a7f7bd1b
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: scl-utils
Epoch: 1
Version: 2.0.2
Release: 20%{?dist}
Release: 21%{?dist}
Summary: Utilities for alternative packaging
License: GPLv2+
@ -58,6 +58,7 @@ mkdir prefixes
ln -s prefixes conf
%files
%dir %{_sysconfdir}/scl
%dir %{_sysconfdir}/scl/modulefiles
%dir %{_sysconfdir}/scl/prefixes
%{_sysconfdir}/scl/conf
@ -80,6 +81,9 @@ ln -s prefixes conf
%{_rpmconfigdir}/brp-scl-python-bytecompile
%changelog
* Mon Jul 26 2021 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.2-21
- Own directory /etc/scl (#1986040)
* Fri Jul 23 2021 Honza Horak <hhorak@redhat.com> - 1:2.0.2-20
- Fix problem with python version in the byte compilation script
Resolves: #1984598