forked from pool/spec-cleaner
Accepting request 365180 from openSUSE:Tools
- Version update to 0.7.9: * Fix bug in %if detection if it was curlified * Add one more case of RPM_BUILD_ROOT replacement * Detect wrong Group values and suggest correct ones OBS-URL: https://build.opensuse.org/request/show/365180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=28
This commit is contained in:
commit
21982ec9b7
BIN
spec-cleaner-0.7.8.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-0.7.8.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
spec-cleaner-0.7.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-0.7.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 10:00:17 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Version update to 0.7.9:
|
||||
* Fix bug in %if detection if it was curlified
|
||||
* Add one more case of RPM_BUILD_ROOT replacement
|
||||
* Detect wrong Group values and suggest correct ones
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 09:51:40 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# This is used for Fedora, we need to sync this
|
||||
%{!?py3_ver: %define py3_ver %{python3_version}}
|
||||
Name: spec-cleaner
|
||||
Version: 0.7.8
|
||||
Version: 0.7.9
|
||||
Release: 0
|
||||
Summary: .spec file cleaner
|
||||
License: BSD-3-Clause
|
||||
@ -98,6 +98,7 @@ python3 setup.py install --root=%{buildroot}
|
||||
%{_datadir}/%{name}/excludes-bracketing.txt
|
||||
%{_datadir}/%{name}/licenses_changes.txt
|
||||
%{_datadir}/%{name}/pkgconfig_conversions.txt
|
||||
%{_datadir}/%{name}/allowed_groups.txt
|
||||
|
||||
%files format_spec_file
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user