Accepting request 554866 from openSUSE:Tools
- Version update to 1.0.1 bsc#1071561: * Recognize new rpm trgger* events * Remove otherproviders conflicts syntax (just keep the pkg name) * Detect more apache macros * Drop py_requires macro that is useless OBS-URL: https://build.opensuse.org/request/show/554866 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spec-cleaner?expand=0&rev=46
This commit is contained in:
commit
1e248d0c8f
BIN
spec-cleaner-1.0.0.tar.gz
(Stored with Git LFS)
BIN
spec-cleaner-1.0.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
spec-cleaner-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
spec-cleaner-1.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 6 15:53:43 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Version update to 1.0.1 bsc#1071561:
|
||||||
|
* Recognize new rpm trgger* events
|
||||||
|
* Remove otherproviders conflicts syntax (just keep the pkg name)
|
||||||
|
* Detect more apache macros
|
||||||
|
* Drop py_requires macro that is useless
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 26 10:41:26 UTC 2017 - tchvatal@suse.com
|
Tue Sep 26 10:41:26 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Format: 3.0 (quilt)
|
Format: 3.0 (quilt)
|
||||||
Source: spec-cleaner
|
Source: spec-cleaner
|
||||||
Version: 1.0.0-1
|
Version: 1.0.1-1
|
||||||
Binary: spec-cleaner
|
Binary: spec-cleaner
|
||||||
Maintainer: Přemysl Janouch <pjanouch@suse.com>
|
Maintainer: Tomáš Chvátal <tchvatal@suse.com>
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose,
|
Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose,
|
||||||
python3-setuptools, dh-python
|
python3-setuptools, dh-python
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# This is used for Fedora, we need to sync this
|
# This is used for Fedora, we need to sync this
|
||||||
%{!?py3_ver: %define py3_ver %{python3_version}}
|
%{!?py3_ver: %define py3_ver %{python3_version}}
|
||||||
Name: spec-cleaner
|
Name: spec-cleaner
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: .spec file cleaner
|
Summary: .spec file cleaner
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -38,7 +38,6 @@ BuildRequires: python3-nose
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
# For the pkg_resources used in the binary loader
|
# For the pkg_resources used in the binary loader
|
||||||
Requires: python3-setuptools
|
Requires: python3-setuptools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -74,7 +73,6 @@ python3 setup.py test
|
|||||||
python3 setup.py install --root=%{buildroot}
|
python3 setup.py install --root=%{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%dir %{_libexecdir}/obs/
|
%dir %{_libexecdir}/obs/
|
||||||
%dir %{_libexecdir}/obs/service/
|
%dir %{_libexecdir}/obs/service/
|
||||||
@ -116,7 +114,6 @@ python3 setup.py install --root=%{buildroot}
|
|||||||
%{_datadir}/%{name}/tex_conversions.txt
|
%{_datadir}/%{name}/tex_conversions.txt
|
||||||
|
|
||||||
%files format_spec_file
|
%files format_spec_file
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libexecdir}/obs/service/format_spec_file
|
%{_libexecdir}/obs/service/format_spec_file
|
||||||
%{_libexecdir}/obs/service/format_spec_file.service
|
%{_libexecdir}/obs/service/format_spec_file.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user