Fixed the -- separator behavior
This commit is contained in:
parent
2515baf2ec
commit
47c0995180
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/scl-utils-20130529.tar.gz
|
/scl-utils-20130529.tar.gz
|
||||||
/scl-utils-20131009.tar.gz
|
/scl-utils-20131009.tar.gz
|
||||||
/scl-utils-20131015.tar.gz
|
/scl-utils-20131015.tar.gz
|
||||||
|
/scl-utils-20131016.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Utilities for alternative packaging
|
Summary: Utilities for alternative packaging
|
||||||
Name: scl-utils
|
Name: scl-utils
|
||||||
Version: 20131015
|
Version: 20131016
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
@ -70,6 +70,9 @@ rm -rf %buildroot
|
|||||||
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
%{_rpmconfigdir}/brp-scl-python-bytecompile
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 16 2013 Jan Zeleny <jzeleny@redhat.com> - 20131016-1
|
||||||
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user