public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ralph Bean <rbean@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-venusian] epel10: Reintroduce conditionals to maintain compat with el6.
Date: Mon, 22 Jun 2026 15:00:22 GMT	[thread overview]
Message-ID: <178214042259.1.4558609029704748911.rpms-python-venusian-8f49263d093c@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-06-22 15:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178214042259.1.4558609029704748911.rpms-python-venusian-8f49263d093c@fedoraproject.org \
    --to=rbean@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox