diff --git a/python-portpicker.changes b/python-portpicker.changes index b597a18..706c54e 100644 --- a/python-portpicker.changes +++ b/python-portpicker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 1 14:27:15 UTC 2015 - rjschwei@suse.com + +- Include in SLE 12 (FATE#319904, bsc#954690) + ------------------------------------------------------------------- Thu Nov 12 14:27:05 UTC 2015 - rjschwei@suse.com diff --git a/python-portpicker.spec b/python-portpicker.spec index e4e2223..4cd85e3 100644 --- a/python-portpicker.spec +++ b/python-portpicker.spec @@ -1,7 +1,7 @@ # # spec file for package python-portpicker # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define upstream_name portpicker Name: python-portpicker Version: 1.1.0 @@ -52,3 +53,5 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %defattr(-,root,root,-) %doc CONTRIBUTING.md LICENSE README.md %{python_sitelib}/%{upstream_name}* + +%changelog