apevec pushed to python-oslo-rootwrap (master). "new version 1.6.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Mar 31 19:46:23 UTC 2015


>From 8d9ff59554f56bc7925d81a831e8ef9d51a761ed Mon Sep 17 00:00:00 2001
From: Alan Pevec <alan.pevec at redhat.com>
Date: Tue, 31 Mar 2015 21:35:58 +0200
Subject: new version 1.6.0


diff --git a/.gitignore b/.gitignore
index d910dae..1d80eb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /oslo.rootwrap-1.0.0.tar.gz
 /oslo.rootwrap-1.3.0.0a2.tar.gz
 /oslo.rootwrap-1.3.0.tar.gz
+/oslo.rootwrap-1.6.0.tar.gz
diff --git a/python-oslo-rootwrap.spec b/python-oslo-rootwrap.spec
index 67397ca..31e75d8 100644
--- a/python-oslo-rootwrap.spec
+++ b/python-oslo-rootwrap.spec
@@ -1,14 +1,13 @@
 %global pypi_name oslo.rootwrap
-%global milestone a3
 
 Name:           python-oslo-rootwrap
-Version:        1.3.0.0
+Version:        1.6.0
 Release:        1%{?dist}
 Summary:        Oslo Rootwrap
 
 License:        ASL 2.0
 URL:            https://launchpad.net/oslo
-Source0:        https://pypi.python.org/packages/source/o/%{pypi_name}/%{pypi_name}-1.3.0.tar.gz
+Source0:        https://pypi.python.org/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -25,30 +24,31 @@ but called as a separate process through the `oslo-rootwrap` command:
 `sudo oslo-rootwrap ROOTWRAP_CONFIG COMMAND_LINE`
 
 %prep
-%setup -q -n %{pypi_name}-1.3.0
-
-# Remove bundled egg-info
-rm -rf %{pypi_name}.egg-info
-
+%setup -q -n %{pypi_name}-%{version}
 
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 
 %install
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python2} setup.py install --skip-build --root %{buildroot}
 
 #%check
 #%{__python} setup.py test
 
 %files
-%doc README.rst LICENSE
-%{python_sitelib}/oslo
-%{python_sitelib}/*.egg-info
-%{python_sitelib}/*-nspkg.pth
+%license LICENSE
+%doc README.rst
+%{python2_sitelib}/oslo
+%{python2_sitelib}/oslo_rootwrap
+%{python2_sitelib}/*.egg-info
+%{python2_sitelib}/*-nspkg.pth
 
 %changelog
+* Tue Mar 31 2015 Alan Pevec <apevec at redhat.com> - 1.6.0-1
+- new version
+
 * Sun Sep 21 2014 Alan Pevec <apevec at redhat.com> - 1.3.0.0-1
 - Final release 1.3.0
 
diff --git a/sources b/sources
index 29400c0..a610487 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b867d1670d7e744790e9c6b503ec8838  oslo.rootwrap-1.3.0.tar.gz
+dde8877cf09581a7dd24673806f778dd  oslo.rootwrap-1.6.0.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-oslo-rootwrap.git/commit/?h=master&id=8d9ff59554f56bc7925d81a831e8ef9d51a761ed


More information about the scm-commits mailing list