public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-venusian] epel10: Reintroduce conditionals to maintain compat with el6.
@ 2026-06-22 15:00 Ralph Bean
0 siblings, 0 replies; only message in thread
From: Ralph Bean @ 2026-06-22 15:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-venusian
Branch : epel10
Commit : 8f49263d093cc15c670e7f02aef2d0919eceeec2
Author : Ralph Bean <rbean@redhat.com>
Date : 2013-02-21T13:57:55-05:00
Stats : +10/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-venusian/c/8f49263d093cc15c670e7f02aef2d0919eceeec2?branch=epel10
Log:
Reintroduce conditionals to maintain compat with el6.
---
diff --git a/python-venusian.spec b/python-venusian.spec
index 0d93525..68b5f3d 100644
--- a/python-venusian.spec
+++ b/python-venusian.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12
+%if 0%{?fedora}
%global with_python3 1
%endif
@@ -7,7 +7,7 @@
Name: python-%{modname}
Version: 1.0
-Release: 0.1.%{alphaver}%{?dist}
+Release: 0.6.%{alphaver}%{?dist}
Summary: A library for deferring decorator actions
Group: Development/Libraries
@@ -71,8 +71,6 @@ popd
%endif
%install
-rm -rf %{buildroot}
-
%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
@@ -90,11 +88,7 @@ popd
%{__python} setup.py nosetests
-%clean
-rm -rf %{buildroot}
-
%files
-%defattr(-,root,root,-)
%doc README.txt LICENSE.txt
%{python_sitelib}/%{modname}/
%{python_sitelib}/%{modname}-%{version}*.egg-info
@@ -108,6 +102,14 @@ rm -rf %{buildroot}
%changelog
+* Thu Feb 21 2013 Ralph Bean <rbean@redhat.com> - 1.0-0.6.a7
+- Reintroduce conditionals to maintain cross-packaging with el6.
+
+* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.0-0.5.a7
+- Bump release so a7 is higher than the a3 in F18+
+- Drop Fedora 12 conditionals as it's long gone
+- Modernise spec
+
* Fri Jan 18 2013 Ralph Bean <rbean@redhat.com> - 1.0-0.1.a7
- Latest upstream version
- Python3 subpackage
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:00 [rpms/python-venusian] epel10: Reintroduce conditionals to maintain compat with el6 Ralph Bean
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox