Rebased to scl-utils 2.0.1
This commit is contained in:
parent
407b14a6e1
commit
dd6754aab0
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/scl-utils-20140127.tar.gz
|
/scl-utils-20140127.tar.gz
|
||||||
/scl-utils-20140815.tar.gz
|
/scl-utils-20140815.tar.gz
|
||||||
/scl-utils-2.0.tar.bz2
|
/scl-utils-2.0.tar.bz2
|
||||||
|
/scl-utils-2.0.1.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: scl-utils
|
Name: scl-utils
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.0
|
Version: 2.0.1
|
||||||
Release: 2%{dist}
|
Release: 1%{dist}
|
||||||
Summary: Utilities for alternative packaging
|
Summary: Utilities for alternative packaging
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -12,7 +12,6 @@ Source1: macros.scl-filesystem
|
|||||||
Buildrequires: cmake
|
Buildrequires: cmake
|
||||||
Buildrequires: rpm-devel
|
Buildrequires: rpm-devel
|
||||||
Requires: environment-modules
|
Requires: environment-modules
|
||||||
Requires: rpm-libs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Run-time utility for alternative packaging.
|
Run-time utility for alternative packaging.
|
||||||
@ -52,8 +51,8 @@ rm -rf %buildroot
|
|||||||
%dir %{_sysconfdir}/scl/modulefiles
|
%dir %{_sysconfdir}/scl/modulefiles
|
||||||
%dir %{_sysconfdir}/scl/prefixes
|
%dir %{_sysconfdir}/scl/prefixes
|
||||||
%{_sysconfdir}/scl/conf
|
%{_sysconfdir}/scl/conf
|
||||||
%{_sysconfdir}/bash_completion.d/scl-completion.bash
|
%config %{_sysconfdir}/bash_completion.d/scl-completion.bash
|
||||||
%{_sysconfdir}/profile.d/scl-init.sh
|
%config %{_sysconfdir}/profile.d/scl-init.sh
|
||||||
%{_bindir}/scl
|
%{_bindir}/scl
|
||||||
%{_bindir}/scl_enabled
|
%{_bindir}/scl_enabled
|
||||||
%{_bindir}/scl_source
|
%{_bindir}/scl_source
|
||||||
@ -70,20 +69,25 @@ rm -rf %buildroot
|
|||||||
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 09 2015 Jan Zeleny <jzeleny@redhat.com> - 2.0-2
|
* Tue Jan 20 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-1
|
||||||
|
- rebase to scl-utils-2.0.1
|
||||||
|
- escaped macros in changelog
|
||||||
|
- added %%config for files in /etc
|
||||||
|
|
||||||
|
* Fri Jan 09 2015 Jan Zeleny <jzeleny@redhat.com> - 1:2.0-2
|
||||||
- corrected URL of Source0
|
- corrected URL of Source0
|
||||||
|
|
||||||
* Thu Jan 08 2015 Lubos Kardos <lkardos@redhat.com> - 2.0-1
|
* Thu Jan 08 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0-1
|
||||||
- rebase to scl-utils-2.0
|
- rebase to scl-utils-2.0
|
||||||
|
|
||||||
* Fri Dec 12 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-4
|
* Fri Dec 12 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-4
|
||||||
- propagate the %nfsmountable into -build subpackage content
|
- propagate the %%nfsmountable into -build subpackage content
|
||||||
- use vendor prefix in the names of the packages if required
|
- use vendor prefix in the names of the packages if required
|
||||||
|
|
||||||
* Fri Dec 12 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-3
|
* Fri Dec 12 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-3
|
||||||
- add support for register/deregister scriptlets
|
- add support for register/deregister scriptlets
|
||||||
- add support %nfsmountable macro
|
- add support %%nfsmountable macro
|
||||||
- fix some paths in %scl_files and %scl_install
|
- fix some paths in %%scl_files and %%scl_install
|
||||||
|
|
||||||
* Wed Aug 27 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-2
|
* Wed Aug 27 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-2
|
||||||
- fixed the paths in /etc/opt and /var/opt (missing /scls/)
|
- fixed the paths in /etc/opt and /var/opt (missing /scls/)
|
||||||
@ -91,7 +95,7 @@ rm -rf %buildroot
|
|||||||
|
|
||||||
* Tue Aug 26 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-1
|
* Tue Aug 26 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-1
|
||||||
- rebased to 20140815
|
- rebased to 20140815
|
||||||
- switched to %autosetup in %prep
|
- switched to %%autosetup in %%prep
|
||||||
|
|
||||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140127-7
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140127-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
@ -104,8 +108,8 @@ rm -rf %buildroot
|
|||||||
|
|
||||||
* Fri Apr 11 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-4
|
* Fri Apr 11 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-4
|
||||||
- reverted "-f filelist" modification
|
- reverted "-f filelist" modification
|
||||||
- added %scl_vendor macro to macros.%{scl}-config file (#1084095)
|
- added %%scl_vendor macro to macros.%%{scl}-config file (#1084095)
|
||||||
- %scl_prefix now accepts a parameter to improve
|
- %%scl_prefix now accepts a parameter to improve
|
||||||
inter-collection dependencies (#1028953)
|
inter-collection dependencies (#1028953)
|
||||||
- modified the behavior of debuginfo generation process
|
- modified the behavior of debuginfo generation process
|
||||||
- changed command description in scl man pages
|
- changed command description in scl man pages
|
||||||
@ -115,15 +119,15 @@ rm -rf %buildroot
|
|||||||
- added scl-runtime requirement for all subpackages
|
- added scl-runtime requirement for all subpackages
|
||||||
|
|
||||||
* Wed Mar 12 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-2
|
* Wed Mar 12 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-2
|
||||||
- %scl_files body moved to %scl_install
|
- %%scl_files body moved to %%scl_install
|
||||||
- the "filesystem" file renamed back to "filelist"
|
- the "filesystem" file renamed back to "filelist"
|
||||||
- add automatic Provide: scl-package(%scl) to all scl-related packages (#105290)
|
- add automatic Provide: scl-package(%%scl) to all scl-related packages (#105290)
|
||||||
|
|
||||||
* Mon Jan 27 2014 Jan Zeleny <jzeleny@redhat.com> - 20140127-1
|
* Mon Jan 27 2014 Jan Zeleny <jzeleny@redhat.com> - 20140127-1
|
||||||
- don't exclude provides from SCLs (#1056183)
|
- don't exclude provides from SCLs (#1056183)
|
||||||
- don't generate scl-package(%scl) in macros.scl, it's already
|
- don't generate scl-package(%%scl) in macros.scl, it's already
|
||||||
handled in dependency generator
|
handled in dependency generator
|
||||||
- add automatic Requires: %scl_runtime to every SCL package (#1054711)
|
- add automatic Requires: %%scl_runtime to every SCL package (#1054711)
|
||||||
|
|
||||||
* Wed Jan 08 2014 Jan Zeleny <jzeleny@redhat.com> - 20140108-1
|
* Wed Jan 08 2014 Jan Zeleny <jzeleny@redhat.com> - 20140108-1
|
||||||
- split _scl_prefix macro in two parts: scl_basedir and scl_vendor (#985233)
|
- split _scl_prefix macro in two parts: scl_basedir and scl_vendor (#985233)
|
||||||
@ -138,11 +142,11 @@ rm -rf %buildroot
|
|||||||
- fixed the -- separator behavior
|
- fixed the -- separator behavior
|
||||||
|
|
||||||
* Wed Oct 09 2013 Jan Zeleny <jzeleny@redhat.com> - 20131015-1
|
* Wed Oct 09 2013 Jan Zeleny <jzeleny@redhat.com> - 20131015-1
|
||||||
- Correct the %_sharedstatedir and %_root_sharedstatedir macros
|
- Correct the %%_sharedstatedir and %%_root_sharedstatedir macros
|
||||||
- Don't install /%{_lib} when not necessary
|
- Don't install /%%{_lib} when not necessary
|
||||||
- Add LICENSE file
|
- Add LICENSE file
|
||||||
- Add scl_source script
|
- Add scl_source script
|
||||||
- Don't change directory in %scl_install
|
- Don't change directory in %%scl_install
|
||||||
- Don't generate provides from sonames in the SCL root
|
- Don't generate provides from sonames in the SCL root
|
||||||
- Add the SCL prefix to virtual provides of SCL-based packages
|
- Add the SCL prefix to virtual provides of SCL-based packages
|
||||||
- Implement "--" as a command separator
|
- Implement "--" as a command separator
|
||||||
|
Loading…
Reference in New Issue
Block a user