use rpm built-in filtering of provides (rhbz#830153)

- remove strain debug fprintf() (rhbz#831567)
This commit is contained in:
Tomas Mraz 2012-06-13 16:56:37 +02:00
parent 3d5ef644e5
commit 0657c1449d
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/libpwquality-0.9.9.tar.bz2
/libpwquality-1.0.0.tar.bz2
/libpwquality-1.1.0.tar.bz2
/libpwquality-1.1.1.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: A library for password generation and password quality checking
Name: libpwquality
Version: 1.1.0
Release: 2%{?dist}
Version: 1.1.1
Release: 1%{?dist}
# The package is BSD licensed with option to relicense as GPL+
# - this option is redundant as the BSD license allows that anyway.
License: BSD or GPL+
@ -104,8 +104,9 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
%{python_sitearch}/pwquality.so
%changelog
* Fri Jun 8 2012 Tomas Mraz <tmraz@redhat.com> 1.1.0-2
- use rpm built-in filtering of provides (#830153)
* Wed Jun 13 2012 Tomas Mraz <tmraz@redhat.com> 1.1.1-1
- use rpm built-in filtering of provides (rhbz#830153)
- remove strain debug fprintf() (rhbz#831567)
* Thu May 24 2012 Tomas Mraz <tmraz@redhat.com> 1.1.0-1
- fix leak when throwing PWQError exception

View File

@ -1 +1 @@
21db9a7877ab14b0fb29d4448c798de6 libpwquality-1.1.0.tar.bz2
8fe4ef35f29e5dcd0db004455ea9e8b4 libpwquality-1.1.1.tar.bz2