Accepting request 516785 from filesystems:ceph:luminous
12.1.3 OBS-URL: https://build.opensuse.org/request/show/516785 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=120
This commit is contained in:
parent
458c53aeab
commit
1702593ebe
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="versionformat">12.1.2+git.%ct.%h</param>
|
||||
<param name="versionformat">12.1.3+git.%ct.%h</param>
|
||||
<param name="url">git://github.com/SUSE/ceph.git</param>
|
||||
<param name="revision">ses5</param>
|
||||
<param name="filename">ceph</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="package-meta">no</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="commandtorun">sh etc/ceph_ver_hack.sh</param>
|
||||
</service>
|
||||
<service name="extract_ceph_spec" mode="disabled" />
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ff841104ad0f72a2e4d4120e3cce36bac01a344fe34e32f0feeffefd257e2b0
|
||||
size 127311716
|
3
ceph-12.1.3+git.1502698163.45fc586a51.tar.bz2
Normal file
3
ceph-12.1.3+git.1502698163.45fc586a51.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:753dbbb0571519526938ddcda2a37ffd01c807a079618da75ec1295cd1600f69
|
||||
size 127210343
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 08:47:38 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.1.3+git.1502698163.45fc586a51:
|
||||
+ latest upstream luminous (6808af486d3bdce966232810004648502c967b13)
|
||||
* increment upstream version number to 12.1.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 05 06:42:53 UTC 2017 - ncutler@suse.com
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph-test
|
||||
Version: 12.1.2+git.1501914637.59afe41c49
|
||||
Version: 12.1.3+git.1502698163.45fc586a51
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -532,6 +532,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-osd
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mds
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rgw
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mgr
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd
|
||||
|
||||
%if 0%{?suse_version}
|
||||
# create __pycache__ directories and their contents
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 08:47:38 UTC 2017 - ncutler@suse.com
|
||||
|
||||
- Update to version 12.1.3+git.1502698163.45fc586a51:
|
||||
+ latest upstream luminous (6808af486d3bdce966232810004648502c967b13)
|
||||
* increment upstream version number to 12.1.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 05 06:42:53 UTC 2017 - ncutler@suse.com
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
# main package definition
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 12.1.2+git.1501914637.59afe41c49
|
||||
Version: 12.1.3+git.1502698163.45fc586a51
|
||||
Release: 0%{?dist}
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
Epoch: 2
|
||||
@ -955,6 +955,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-osd
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mds
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rgw
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mgr
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd
|
||||
|
||||
%if 0%{?suse_version}
|
||||
# create __pycache__ directories and their contents
|
||||
@ -1033,6 +1034,7 @@ rm -rf %{buildroot}
|
||||
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-mds
|
||||
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-rgw
|
||||
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-mgr
|
||||
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-rbd
|
||||
|
||||
%post base
|
||||
/sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user