1086e3
%global __cmake_in_source_build 1
1086e3
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
1086e3
1086e3
Name:       scl-utils
1086e3
Epoch:      1
1086e3
Version:    2.0.3
de5544
Release:    4%{?dist}
1086e3
Summary:    Utilities for alternative packaging
1086e3
1086e3
License:    GPLv2+
1086e3
URL:        https://github.com/sclorg/scl-utils
1086e3
Source0:    https://github.com/sclorg/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
1086e3
Source1:    macros.scl-filesystem
1086e3
BuildRequires:	gcc make
1086e3
BuildRequires:  cmake
1086e3
BuildRequires:  rpm-devel
1086e3
BuildRequires:  libcmocka libcmocka-devel environment-modules
1086e3
Requires:   %{_bindir}/modulecmd
1086e3
1086e3
Patch1:     0003-Scl-utils-layout-patch-from-fedora-famillecollet.com.patch
de5544
Patch2:     BZ-2056462-do-not-error-out-on-SIGINT.patch
de5544
Patch3:     BZ-2091000-remove-tmp-file.patch
1086e3
1086e3
%description
1086e3
Run-time utility for alternative packaging.
1086e3
1086e3
%package build
1086e3
Summary:    RPM build macros for alternative packaging
1086e3
Requires:   iso-codes
1086e3
Requires:   redhat-rpm-config
1086e3
1086e3
%description build
1086e3
Essential RPM build macros for alternative packaging.
1086e3
1086e3
%prep
1086e3
%autosetup -p1
1086e3
1086e3
%build
1086e3
%cmake .
1086e3
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
1086e3
1086e3
1086e3
%install
1086e3
rm -rf %{buildroot}
1086e3
make install DESTDIR=%{buildroot}
1086e3
if [ %{macrosdir} != %{_sysconfdir}/rpm ]; then
1086e3
    mkdir -p %{buildroot}%{macrosdir}
1086e3
    mv %{buildroot}%{_sysconfdir}/rpm/macros.scl %{buildroot}%{macrosdir}
1086e3
    rmdir %{buildroot}%{_sysconfdir}/rpm
1086e3
fi
1086e3
cat %SOURCE1 >> %{buildroot}%{macrosdir}/macros.scl
1086e3
mkdir -p %{buildroot}%{_sysconfdir}/scl
1086e3
cd %{buildroot}%{_sysconfdir}/scl
1086e3
mkdir modulefiles
1086e3
mkdir prefixes
1086e3
ln -s prefixes conf
1086e3
1086e3
%check
1086e3
make check
1086e3
1086e3
%files
1086e3
%dir %{_sysconfdir}/scl
1086e3
%dir %{_sysconfdir}/scl/modulefiles
1086e3
%dir %{_sysconfdir}/scl/prefixes
1086e3
%{_sysconfdir}/scl/conf
1086e3
%{_sysconfdir}/scl/func_scl.csh
1086e3
%config %{_sysconfdir}/bash_completion.d/scl
1086e3
%config %{_sysconfdir}/profile.d/scl-init.sh
1086e3
%config %{_sysconfdir}/profile.d/scl-init.csh
1086e3
%{_bindir}/scl
1086e3
%{_bindir}/scl_enabled
1086e3
%{_bindir}/scl_source
1086e3
%{_mandir}/man1/scl.1.gz
1086e3
%doc LICENSE
1086e3
1086e3
%files build
1086e3
%{macrosdir}/macros.scl
1086e3
%{_rpmconfigdir}/scldeps.sh
1086e3
%{_rpmconfigdir}/fileattrs/scl.attr
1086e3
%{_rpmconfigdir}/fileattrs/sclbuild.attr
1086e3
%{_rpmconfigdir}/brp-scl-compress
1086e3
%{_rpmconfigdir}/brp-scl-python-bytecompile
1086e3
1086e3
%changelog
de5544
* Tue Dec 13 2022 Florian Festi <ffesti@redhat.com> - 1:2.0.3-4
de5544
- Remove tmp file (#2151261)
de5544
de5544
* Mon Feb 21 2022 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.3-3
de5544
- Don't error out when command receives SIGINT (#2056462)
de5544
1086e3
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.0.3-2
1086e3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1086e3
  Related: rhbz#1991688
1086e3
1086e3
* Mon Jul 26 2021 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.3-1
1086e3
- Rebase to 2.0.3 (#1986085)
1086e3
1086e3
* Mon Jul 26 2021 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.2-21
1086e3
- Own directory /etc/scl (#1986040)
1086e3
1086e3
* Fri Jul 23 2021 Honza Horak <hhorak@redhat.com> - 1:2.0.2-20
1086e3
- Fix problem with python version in the byte compilation script (#1984598)
1086e3
1086e3
* Wed May 12 2021 Michal Domonkos <mdomonko@redhat.com> - 1:2.0.2-19
1086e3
- Fix dist tag syntax (#1958982)
1086e3
1086e3
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:2.0.2-18
1086e3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1086e3
1086e3
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-17
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1086e3
1086e3
* Wed Jul 29 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 1:2.0.2-16
1086e3
- Backported upstream patches to resolve RHBZ#1728450.
1086e3
1086e3
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-15
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1086e3
1086e3
* Fri Jul 24 2020 Jeff Law <law@redhat.com> - 1:2.0.2-14
1086e3
- Use __cmake_in_source_build
1086e3
1086e3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-13
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1086e3
1086e3
* Thu Aug 22 2019 Remi Collet <remi@remirepo.net> - 1:2.0.2-12
1086e3
- Fix error: macro %%undefine is a built-in #1744583
1086e3
1086e3
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-11
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1086e3
1086e3
* Mon Jun 10 22:13:23 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.0.2-10
1086e3
- Rebuild for RPM 4.15
1086e3
1086e3
* Mon Jun 10 15:42:05 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:2.0.2-9
1086e3
- Rebuild for RPM 4.15
1086e3
1086e3
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-8
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1086e3
1086e3
* Tue Jul 24 2018 Vít Ondruch <vondruch@redhat.com> - 1:2.0.2-7
1086e3
- Don't enforce modulefile ownership.
1086e3
1086e3
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-6
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1086e3
1086e3
* Mon Feb 19 2018 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.2-5
1086e3
- Explicitly BuildRequire gcc and make
1086e3
1086e3
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.2-4
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1086e3
1086e3
* Fri Aug 25 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.2-3
1086e3
- Fixup URL and Source, fedorahosted.org is no more
1086e3
1086e3
* Fri Aug 25 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.2-2
1086e3
- scl-utils is not compatible with Lmod, fix the dependency (#1296383)
1086e3
1086e3
* Fri Aug 25 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.2-1
1086e3
- Rebase to 2.0.2
1086e3
1086e3
* Fri Aug 11 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:2.0.1-20
1086e3
- Rebuilt after RPM update (â„– 3)
1086e3
1086e3
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:2.0.1-19
1086e3
- Rebuilt for RPM soname bump
1086e3
1086e3
* Thu Aug 10 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:2.0.1-18
1086e3
- Rebuilt for RPM soname bump
1086e3
1086e3
* Mon Aug  7 2017 Joe Orton <jorton@redhat.com> - 1:2.0.1-17
1086e3
- add aarch64, ppc64le to list of arches with lib64 (#1475718)
1086e3
1086e3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-16
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1086e3
1086e3
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-15
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1086e3
1086e3
* Mon Mar 20 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.1-14
1086e3
- Permit choosing environment modules implementation (#1296383)
1086e3
1086e3
* Mon Mar 20 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.1-13
1086e3
- Own license directory by runtime (#1206044)
1086e3
1086e3
* Mon Mar 20 2017 Panu Matilainen <pmatilai@redhat.com> - 1:2.0.1-12
1086e3
- Don't try to use no longer existing brp-java-repack-jars script (#1409277)
1086e3
1086e3
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-11
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1086e3
1086e3
* Wed Mar 09 2016 Lubos Kardos <lkardos@redhat.com> -1:2.0.1-10
1086e3
- apply rh layout fixes from Remi Collet (#1198693)
1086e3
1086e3
* Mon Mar  7 2016 Remi Collet <remi@fedoraproject.org> - 1:2.0.1-9
1086e3
- fix grep usage in macros.scl #1315051
1086e3
1086e3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0.1-8
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1086e3
1086e3
* Thu Aug 27 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-7
1086e3
- Fix core dumps with large input on stdin (#1257274)
1086e3
1086e3
* Mon Jul 27 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-6
1086e3
- Rebuild with the newest rpm.
1086e3
1086e3
* Tue Jul 07 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-5
1086e3
- Honor CFLAGS passed to cmake (#1239997)
1086e3
1086e3
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0.1-4
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1086e3
1086e3
* Wed Mar  4 2015 Ville Skyttä <ville.skytta@iki.fi> - 1:2.0.1-3
1086e3
- Install macros in %%{_rpmconfigdir}/macros.d where available (#1074284)
1086e3
1086e3
* Wed Jan 21 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-2
1086e3
- added owning of module file
1086e3
1086e3
* Tue Jan 20 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0.1-1
1086e3
- rebase to scl-utils-2.0.1
1086e3
- escaped macros in changelog
1086e3
- added %%config for files in /etc
1086e3
1086e3
* Fri Jan 09 2015 Jan Zeleny <jzeleny@redhat.com> - 1:2.0-2
1086e3
- corrected URL of Source0
1086e3
1086e3
* Thu Jan 08 2015 Lubos Kardos <lkardos@redhat.com> - 1:2.0-1
1086e3
- rebase to scl-utils-2.0
1086e3
1086e3
* Fri Dec 12 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-4
1086e3
- propagate the %%nfsmountable into -build subpackage content
1086e3
- use vendor prefix in the names of the packages if required
1086e3
1086e3
* Fri Dec 12 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-3
1086e3
- add support for register/deregister scriptlets
1086e3
- add support %%nfsmountable macro
1086e3
- fix some paths in %%scl_files and %%scl_install
1086e3
1086e3
* Wed Aug 27 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-2
1086e3
- fixed the paths in /etc/opt and /var/opt (missing /scls/)
1086e3
- adjust the spec so all patches are automatically applied
1086e3
1086e3
* Tue Aug 26 2014 Jan Zeleny <jzeleny@redhat.com> - 20140815-1
1086e3
- rebased to 20140815
1086e3
- switched to %%autosetup in %%prep
1086e3
1086e3
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140127-7
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1086e3
1086e3
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140127-6
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1086e3
1086e3
* Wed May 07 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-5
1086e3
- changed __os_install_post script paths to keep up with rpm (#1093074)
1086e3
1086e3
* Fri Apr 11 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-4
1086e3
- reverted "-f filelist" modification
1086e3
- added %%scl_vendor macro to macros.%%{scl}-config file (#1084095)
1086e3
- %%scl_prefix now accepts a parameter to improve
1086e3
  inter-collection dependencies (#1028953)
1086e3
- modified the behavior of debuginfo generation process
1086e3
- changed command description in scl man pages
1086e3
- added conditional dependencies for main metapackage
1086e3
1086e3
* Tue Mar 18 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-3
1086e3
- added scl-runtime requirement for all subpackages
1086e3
1086e3
* Wed Mar 12 2014 Albert Uchytil <auchytil@redhat.com> - 20140127-2
1086e3
- %%scl_files body moved to %%scl_install
1086e3
- the "filesystem" file renamed back to "filelist"
1086e3
- add automatic Provide: scl-package(%%scl) to all scl-related packages (#105290)
1086e3
1086e3
* Mon Jan 27 2014 Jan Zeleny <jzeleny@redhat.com> - 20140127-1
1086e3
- don't exclude provides from SCLs (#1056183)
1086e3
- don't generate scl-package(%%scl) in macros.scl, it's already
1086e3
  handled in dependency generator
1086e3
- add automatic Requires: %%scl_runtime to every SCL package (#1054711)
1086e3
1086e3
* Wed Jan 08 2014 Jan Zeleny <jzeleny@redhat.com> - 20140108-1
1086e3
- split _scl_prefix macro in two parts: scl_basedir and scl_vendor (#985233)
1086e3
- check if temp file is created (#1032666)
1086e3
- don't split command arguments containing white space (#1032666)
1086e3
- rename some attr rpm macros to stop confusing rpm (#1023625)
1086e3
1086e3
* Thu Oct 17 2013 Jan Zeleny <jzeleny@redhat.com> - 20131017-1
1086e3
- fixed one issue in scl_source script
1086e3
1086e3
* Wed Oct 16 2013 Jan Zeleny <jzeleny@redhat.com> - 20131016-1
1086e3
- fixed the -- separator behavior
1086e3
1086e3
* Wed Oct 09 2013 Jan Zeleny <jzeleny@redhat.com> - 20131015-1
1086e3
- Correct the %%_sharedstatedir and %%_root_sharedstatedir macros
1086e3
- Don't install /%%{_lib} when not necessary
1086e3
- Add LICENSE file
1086e3
- Add scl_source script
1086e3
- Don't change directory in %%scl_install
1086e3
- Don't generate provides from sonames in the SCL root
1086e3
- Add the SCL prefix to virtual provides of SCL-based packages
1086e3
- Implement "--" as a command separator
1086e3
- Removed binary file scl from git tracking
1086e3
- Fixed typo
1086e3
- Added example wrapper script.
1086e3
1086e3
* Mon Aug 26 2013 Jan Zeleny <jzeleny@redhat.com> - 20130529-3
1086e3
- updated the file list to handle /etc/scl/conf correctly
1086e3
1086e3
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130529-2
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1086e3
1086e3
* Wed May 29 2013 Jan Zeleny <jzeleny@redhat.com> - 20130529-1
1086e3
- changed the upstream tarball location
1086e3
- update to 20130529
1086e3
1086e3
* Fri Feb 01 2013 Jindrich Novy <jnovy@redhat.com> 20121110-2
1086e3
- add build compatibility fixes
1086e3
1086e3
* Wed Dec 19 2012 Jindrich Novy <jnovy@redhat.com> 20121110-1
1086e3
- introduce sclbuild utility
1086e3
- fix exporting of env. variables when mutiple collections are
1086e3
  enabled at the same time
1086e3
- better bash completion
1086e3
- fix changelog
1086e3
1086e3
* Thu Sep 27 2012 Jindrich Novy <jnovy@redhat.com> 20120927-1
1086e3
- update to 20120927
1086e3
- better BUILDROOT processing
1086e3
- bash completition for scl command
1086e3
- debuginfo package now has SCL-specific provide
1086e3
- non-SCL builds are without warning in build log
1086e3
- improved help
1086e3
1086e3
* Thu Aug 09 2012 Jindrich Novy <jnovy@redhat.com> 20120809-1
1086e3
- update to 20120809
1086e3
- processes the SCL buildroot correctly now
1086e3
1086e3
* Thu Aug 02 2012 Jindrich Novy <jnovy@redhat.com> 20120802-1
1086e3
- update to 20120802
1086e3
1086e3
* Tue Jul 31 2012 Jindrich Novy <jnovy@redhat.com> 20120731-1
1086e3
- add functionality that allows to list all packages in a collection
1086e3
- add dependency generators
1086e3
1086e3
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120613-2
1086e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1086e3
1086e3
* Wed Jun 13 2012 Jindrich Novy <jnovy@redhat.com> 20120613-1
1086e3
- Requires: iso-codes for basic filesystem in build subpackage
1086e3
- add scl_require_package() macro to depend on a particular package
1086e3
  from the collection
1086e3
- fix filesystem file list
1086e3
- tighten runtime package dependency via scl_require()
1086e3
- fix _localstatedir to point to the correct path according to redhat-rpm-config
1086e3
- thanks to Bohuslav Kabrda for feature proposals/QA/fixes
1086e3
1086e3
* Thu May 03 2012 Jindrich Novy <jnovy@redhat.com> 20120503-1
1086e3
- avoid doublefree corruption when reading commands from stdin
1086e3
1086e3
* Sun Apr 22 2012 Jindrich Novy <jnovy@redhat.com> 20120423-1
1086e3
- keep filesystem macros out of the main sources as
1086e3
  it is distro-dependent
1086e3
1086e3
* Fri Apr 13 2012 Jindrich Novy <jnovy@redhat.com> 20120413-1
1086e3
- filesystem ownership by meta package
1086e3
- add man page
1086e3
- fix memory leak when parsing commands from stdin
1086e3
- use more descriptive error message if /etc/prefixes is missing
1086e3
1086e3
* Wed Feb 29 2012 Jindrich Novy <jnovy@redhat.com> 20120229-1
1086e3
- do not prepend scl_* prefix to package names
1086e3
- unify package naming to <SCL>-package-version
1086e3
- add scl --list functionality to list available SCLs
1086e3
1086e3
* Thu Feb 09 2012 Jindrich Novy <jnovy@redhat.com> 20120209-1
1086e3
- fix minor bugs (#788194)
1086e3
  - clear temp files
1086e3
  - handle commands from stdin properly
1086e3
  - run command even if ran as "scl enable SCL command" from already
1086e3
    enabled SCL
1086e3
1086e3
* Wed Jan 25 2012 Jindrich Novy <jnovy@redhat.com> 20120125-1
1086e3
- remove dsc macros
1086e3
- trigger scl-utils-build BR inclusion while using scl macros
1086e3
1086e3
* Wed Jan 11 2012 Jindrich Novy <jnovy@redhat.com> 20120111-1
1086e3
- add "dsc" alias to "scl" utility
1086e3
1086e3
* Wed Dec 14 2011 Jindrich Novy <jnovy@redhat.com> 20111214-1
1086e3
- initial review fixes (#767556)
1086e3
1086e3
* Fri Dec  9 2011 Jindrich Novy <jnovy@redhat.com> 20111209-1
1086e3
- allow to use dsc_* macros and dsc* package naming
1086e3
1086e3
* Wed Nov 16 2011 Jindrich Novy <jnovy@redhat.com> 20111116-1
1086e3
- package is now named scl-utils
1086e3
1086e3
* Mon Oct 17 2011 Jindrich Novy <jnovy@redhat.com> 20111017-1
1086e3
- initial packaging for upstream
1086e3
1086e3
* Wed Sep 21 2011 Jindrich Novy <jnovy@redhat.com> 0.1-14
1086e3
- define %%_defaultdocdir to properly relocate docs into
1086e3
  a stack
1086e3
- document a way how to pass command to stack via stdin
1086e3
1086e3
* Wed Jun 22 2011 Jindrich Novy <jnovy@redhat.com> 0.1-13
1086e3
- fix Stack meta config configuration
1086e3
1086e3
* Fri Jun 17 2011 Jindrich Novy <jnovy@redhat.com> 0.1-12
1086e3
- use own Stack path configuration mechanism
1086e3
1086e3
* Fri Jun 17 2011 Jindrich Novy <jnovy@redhat.com> 0.1-11
1086e3
- avoid redefinition of %%_root* macros by multiple
1086e3
  occurence of %%stack_package
1086e3
- make the Stack root path configurable
1086e3
1086e3
* Tue Jun 14 2011 Jindrich Novy <jnovy@redhat.com> 0.1-10
1086e3
- stack utility allows to read command from stdin
1086e3
1086e3
* Mon Jun 13 2011 Jindrich Novy <jnovy@redhat.com> 0.1-9
1086e3
- introduce stack enablement tracking
1086e3
- introduce "stack_enabled" helper utility to let a stack
1086e3
  application figure out which stacks are actually enabled
1086e3
- disallow running stacks recursively
1086e3
1086e3
* Mon Jun 13 2011 Jindrich Novy <jnovy@redhat.com> 0.1-8
1086e3
- stack utility returns executed commands' exit value
1086e3
1086e3
* Fri Jun 10 2011 Jindrich Novy <jnovy@redhat.com> 0.1-7
1086e3
- fix possible segfault in the stack utility
1086e3
1086e3
* Fri Jun 10 2011 Jindrich Novy <jnovy@redhat.com> 0.1-6
1086e3
- %%stack_name: initial part of stack prefix and name of
1086e3
  meta package providing scriptlets
1086e3
- %%stack_prefix: stack namespacing part to be prepended to
1086e3
  original non-stack package name, can be used for Provides
1086e3
  namespacing as well
1086e3
- %%stack_runtime: run-time package name providing scriptlets
1086e3
- %%stack_require: macro to define dependency to other stacks
1086e3
1086e3
* Thu Jun 09 2011 Jindrich Novy <jnovy@redhat.com> 0.1-5
1086e3
- split the package into two - runtime and build part
1086e3
- decrease verbosity when enabling a stack
1086e3
1086e3
* Wed Jun 08 2011 Jindrich Novy <jnovy@redhat.com> 0.1-4
1086e3
- prepend stack package with stack_* to prevent namespace
1086e3
  conflicts with core packages
1086e3
1086e3
* Thu Jun 02 2011 Jindrich Novy <jnovy@redhat.com> 0.1-3
1086e3
- introduce metapackage concept
1086e3
1086e3
* Wed Jun 01 2011 Jindrich Novy <jnovy@redhat.com> 0.1-2
1086e3
- modify macros so that they don't change preamble tags
1086e3
1086e3
* Sun May 08 2011 Jindrich Novy <jnovy@redhat.com> 0.1-1
1086e3
- initial packaging