From 301e5bc24f2850cda8de506ebd772a2a08d74005 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: May 05 2016 20:17:32 +0000 Subject: Adding obsoletes tag --- diff --git a/python-PyPDF2.spec b/python-PyPDF2.spec index cab99d0..dfe1747 100644 --- a/python-PyPDF2.spec +++ b/python-PyPDF2.spec @@ -3,7 +3,7 @@ Name: python-PyPDF2 Version: 1.25.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Summary: %{sum} Group: Development/Libraries @@ -32,6 +32,7 @@ It is therefore a useful tool for websites that manage or manipulate PDFs. Summary: %{sum} BuildRequires: python2-devel BuildRequires: python-libs +Obsoletes: python-PyPDF2 %{?python_provide:%python_provide python2-%{srcname}} @@ -109,6 +110,7 @@ chmod a-x Scripts/* Sample_Code/* LICENSE README.md CHANGELOG %license LICENSE %files -n python3-PyPDF2 +%defattr(-,root,root,-) %{python3_sitelib}/* %license LICENSE @@ -117,6 +119,9 @@ chmod a-x Scripts/* Sample_Code/* LICENSE README.md CHANGELOG %license LICENSE %changelog +* Thu May 5 2016 Major Hayden - 1.25.1-6 +- Adding obsoletes tag + * Thu May 5 2016 Major Hayden - 1.25.1-5 - Fixed Python 3 packaging