- 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/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=112
This commit is contained in:
Tomáš Chvátal 2017-12-06 15:57:12 +00:00 committed by Git OBS Bridge
parent a95170cb6f
commit 0c85362868
5 changed files with 15 additions and 9 deletions

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

Binary file not shown.

View File

@ -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

View File

@ -1,8 +1,8 @@
Format: 3.0 (quilt)
Source: spec-cleaner
Version: 1.0.0-1
Version: 1.0.1-1
Binary: spec-cleaner
Maintainer: Přemysl Janouch <pjanouch@suse.com>
Maintainer: Tomáš Chvátal <tchvatal@suse.com>
Architecture: all
Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose,
python3-setuptools, dh-python

View File

@ -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: 1.0.0
Version: 1.0.1
Release: 0
Summary: .spec file cleaner
License: BSD-3-Clause
@ -38,7 +38,6 @@ BuildRequires: python3-nose
BuildRequires: python3-setuptools
# For the pkg_resources used in the binary loader
Requires: python3-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@ -74,7 +73,6 @@ python3 setup.py test
python3 setup.py install --root=%{buildroot}
%files
%defattr(-, root, root)
%{_bindir}/%{name}
%dir %{_libexecdir}/obs/
%dir %{_libexecdir}/obs/service/
@ -116,7 +114,6 @@ python3 setup.py install --root=%{buildroot}
%{_datadir}/%{name}/tex_conversions.txt
%files format_spec_file
%defattr(-,root,root)
%{_libexecdir}/obs/service/format_spec_file
%{_libexecdir}/obs/service/format_spec_file.service