diff --git a/.gitignore b/.gitignore index e17401e..ecb8694 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ drbd-8.3.7.tar.gz /drbd-8.3.8.1.tar.gz /drbd-8.3.9.tar.gz +/drbd-8.3.11.tar.gz diff --git a/drbd-8.3.11.spec b/drbd-8.3.11.spec new file mode 100755 index 0000000..5d7c4e1 --- /dev/null +++ b/drbd-8.3.11.spec @@ -0,0 +1,365 @@ +# Define init script directory. %{_initddir} is available from Fedora +# 9 forward; CentOS knows 5 only %{_initrddir}. Neither are known to +# autoconf... +%{!?_initddir: %{expand: %%global _initddir %{_initrddir}}} + +# Compatibility macro wrappers for legacy RPM versions that do not +# support conditional builds +%{!?bcond_without: %{expand: %%global bcond_without() %%{expand:%%%%{!?_without_%%{1}:%%%%global with_%%{1} 1}}}} +%{!?bcond_with: %{expand: %%global bcond_with() %%{expand:%%%%{?_with_%%{1}:%%%%global with_%%{1} 1}}}} +%{!?with: %{expand: %%global with() %%{expand:%%%%{?with_%%{1}:1}%%%%{!?with_%%{1}:0}}}} +%{!?without: %{expand: %%global without() %%{expand:%%%%{?with_%%{1}:0}%%%%{!?with_%%{1}:1}}}} + +# Conditionals +# Invoke "rpmbuild --without " or "rpmbuild --with " +# to disable or enable specific features +%bcond_without udev +%bcond_without pacemaker +%bcond_with rgmanager +%bcond_without heartbeat +# conditionals may not contain "-" nor "_", hence "bashcompletion" +%bcond_without bashcompletion +# --with xen is ignored on any non-x86 architecture +%bcond_without xen +%ifnarch %{ix86} x86_64 +%global _without_xen --without-xen +%endif + +Name: drbd +Summary: DRBD driver for Linux +Version: 8.3.11 +Release: 1%{?dist} +Source: http://oss.linbit.com/%{name}/8.3/%{name}-%{version}.tar.gz +License: GPLv2+ +ExclusiveOS: linux +Group: System Environment/Kernel +URL: http://www.drbd.org/ +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +BuildRequires: flex +Requires: %{name}-utils = %{version} +%ifarch %{ix86} x86_64 +%if %{with xen} +Requires: %{name}-xen = %{version} +%endif +%endif +%if %{with udev} +Requires: %{name}-udev = %{version} +BuildRequires: udev +%endif +%if %{with pacemaker} +Requires: %{name}-pacemaker = %{version} +%endif +%if %{with rgmanager} +Requires: %{name}-rgmanager = %{version} +%endif +%if %{with heartbeat} +Requires: %{name}-heartbeat = %{version} +%endif +%if %{with bashcompletion} +Requires: %{name}-bash-completion = %{version} +%endif + +%description +DRBD mirrors a block device over the network to another machine. +Think of it as networked raid 1. It is a building block for +setting up high availability (HA) clusters. + +This is a virtual package, installing the full DRBD userland suite. + +# Just a few docs go into the "drbd" package. Everything else is part +# of one of the drbd-* packages. +%files +%defattr(-,root,root,-) +%doc COPYING +%doc ChangeLog +%doc README + +%package utils +Summary: Management utilities for DRBD +Group: System Environment/Kernel +Requires(post): chkconfig +Requires(preun): chkconfig + +%description utils +DRBD mirrors a block device over the network to another machine. +Think of it as networked raid 1. It is a building block for +setting up high availability (HA) clusters. + +This packages includes the DRBD administration tools. + +%files utils +%defattr(755,root,root,-) +/sbin/drbdsetup +/sbin/drbdadm +/sbin/drbdmeta +%{_initddir}/%{name} +%{_sbindir}/drbd-overview +%dir %{_prefix}/lib/%{name} +%{_prefix}/lib/%{name}/outdate-peer.sh +%{_prefix}/lib/%{name}/snapshot-resync-target-lvm.sh +%{_prefix}/lib/%{name}/unsnapshot-resync-target-lvm.sh +%{_prefix}/lib/%{name}/notify-out-of-sync.sh +%{_prefix}/lib/%{name}/notify-split-brain.sh +%{_prefix}/lib/%{name}/notify-emergency-reboot.sh +%{_prefix}/lib/%{name}/notify-emergency-shutdown.sh +%{_prefix}/lib/%{name}/notify-io-error.sh +%{_prefix}/lib/%{name}/notify-pri-lost-after-sb.sh +%{_prefix}/lib/%{name}/notify-pri-lost.sh +%{_prefix}/lib/%{name}/notify-pri-on-incon-degr.sh +%{_prefix}/lib/%{name}/notify.sh + + +%defattr(-,root,root,-) +%dir %{_var}/lib/%{name} +%config(noreplace) %{_sysconfdir}/drbd.conf +%dir %{_sysconfdir}/drbd.d +%config(noreplace) %{_sysconfdir}/drbd.d/global_common.conf +%{_mandir}/man8/drbd.8.* +%{_mandir}/man8/drbdsetup.8.* +%{_mandir}/man8/drbdadm.8.* +%{_mandir}/man5/drbd.conf.5.* +%{_mandir}/man8/drbdmeta.8.* +%doc scripts/drbd.conf.example +%doc COPYING +%doc ChangeLog +%doc README + +%ifarch %{ix86} x86_64 +%if %{with xen} +%package xen +Summary: Xen block device management script for DRBD +Group: System Environment/Kernel +Requires: %{name}-utils = %{version}-%{release} +Requires: xen + + +%description xen +This package contains a Xen block device helper script for DRBD, capable of +promoting and demoting DRBD resources as necessary. + +%files xen +%defattr(755,root,root,-) +%{_sysconfdir}/xen/scripts/block-drbd +%endif # with xen +%endif # arch %{ix86} x86_64 + +%if %{with udev} +%package udev +Summary: udev integration scripts for DRBD +Group: System Environment/Kernel +Requires: %{name}-utils = %{version}-%{release}, udev + + +%description udev +This package contains udev helper scripts for DRBD, managing symlinks to +DRBD devices in /dev/drbd/by-res and /dev/drbd/by-disk. + +%files udev +%defattr(-,root,root,-) +%config %{_sysconfdir}/udev/rules.d/65-drbd.rules* +%endif # with udev + +%if %{with pacemaker} +%package pacemaker +Summary: Pacemaker resource agent for DRBD +Group: System Environment/Base +Requires: %{name}-utils = %{version}-%{release} +Requires: pacemaker +License: GPLv2 + + +%description pacemaker +This package contains the master/slave DRBD resource agent for the +Pacemaker High Availability cluster manager. + +%files pacemaker +%defattr(755,root,root,-) +%{_prefix}/lib/%{name}/crm-fence-peer.sh +%{_prefix}/lib/%{name}/crm-unfence-peer.sh +%{_prefix}/lib/ocf/resource.d/linbit/drbd +%endif # with pacemaker + +%if %{with rgmanager} +%package rgmanager +Summary: Red Hat Cluster Suite agent for DRBD +Group: System Environment/Base +Requires: %{name}-utils = %{version}-%{release}, rgmanager < 3 +Conflicts: resource-agents >= 3 + + +%description rgmanager +This package contains the DRBD resource agent for the Red Hat Cluster Suite +resource manager. + +As of Red Hat Cluster Suite 3.0.1, the DRBD resource agent is included +in the Cluster distribution. + +%files rgmanager +%defattr(755,root,root,-) +%{_datadir}/cluster/drbd.sh + +%defattr(-,root,root,-) +%{_datadir}/cluster/drbd.metadata +%endif # with rgmanager + +%if %{with heartbeat} +%package heartbeat +Summary: Heartbeat resource agent for DRBD +Group: System Environment/Base +Requires: %{name}-utils = %{version}-%{release} +Requires: heartbeat +License: GPLv2 + + +%description heartbeat +This package contains the DRBD resource agents for the Heartbeat cluster +resource manager (in v1 compatibility mode). + +%files heartbeat +%defattr(755,root,root,-) +%{_sysconfdir}/ha.d/resource.d/drbddisk +%{_sysconfdir}/ha.d/resource.d/drbdupper + +%defattr(-,root,root,-) +%{_mandir}/man8/drbddisk.8.* +%endif # with heartbeat + +%if %{with bashcompletion} +%package bash-completion +Summary: Programmable bash completion support for drbdadm +Group: System Environment/Base +Requires: %{name}-utils = %{version}-%{release} +Requires: bash-completion + + +%description bash-completion +This package contains programmable bash completion support for the drbdadm +management utility. + +%files bash-completion +%defattr(-,root,root,-) +%config %{_sysconfdir}/bash_completion.d/drbdadm* +%endif # with bashcompletion + + +%prep +%setup -q + +%build +%configure \ + --with-utils \ + --without-km \ + %{?_without_udev} \ + %{?_without_xen} \ + %{?_without_pacemaker} \ + %{?_without_heartbeat} \ + %{?_with_rgmanager} \ + %{?_without_bashcompletion} \ + --with-initdir=%{_initddir} +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} + +%clean +rm -rf %{buildroot} + +%post utils +chkconfig --add drbd +%if %{without udev} +for i in `seq 0 15` ; do + test -b /dev/drbd$i || mknod -m 0660 /dev/drbd$i b 147 $i; +done +%endif #without udev + +%preun utils +if [ $1 -eq 0 ]; then + %{_initrddir}/drbd stop >/dev/null 2>&1 + /sbin/chkconfig --del drbd +fi + + +%changelog +* Wed Aug 03 2011 Major Hayden - 8.3.11-1 +- New upstream release. + +* Mon Mar 14 2011 Major Hayden - 8.3.9-1 +- New upstream release. +- Matches DRBD modules in 2.6.38 for Fedora 15. + +* Tue Mar 01 2011 Major Hayden - 8.3.8.1-1 +- New upstream release. + +* Tue Feb 08 2011 Fedora Release Engineering - 8.3.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Jan 13 2010 Philipp Reisner - 8.3.7-1 +- New upstream release. + +* Thu Nov 8 2009 Philipp Reisner - 8.3.6-1 +- New upstream release. + +* Thu Oct 27 2009 Philipp Reisner - 8.3.5-1 +- New upstream release. + +* Wed Oct 21 2009 Florian Haas - 8.3.4-12 +- Packaging makeover. + +* Thu Oct 6 2009 Philipp Reisner - 8.3.4-1 +- New upstream release. + +* Thu Oct 5 2009 Philipp Reisner - 8.3.3-1 +- New upstream release. + +* Fri Jul 3 2009 Philipp Reisner - 8.3.2-1 +- New upstream release. + +* Fri Mar 27 2009 Philipp Reisner - 8.3.1-1 +- New upstream release. + +* Thu Dec 18 2008 Philipp Reisner - 8.3.0-1 +- New upstream release. + +* Thu Nov 12 2008 Philipp Reisner - 8.2.7-1 +- New upstream release. + +* Fri May 30 2008 Philipp Reisner - 8.2.6-1 +- New upstream release. + +* Tue Feb 12 2008 Philipp Reisner - 8.2.5-1 +- New upstream release. + +* Fri Jan 11 2008 Philipp Reisner - 8.2.4-1 +- New upstream release. + +* Wed Jan 9 2008 Philipp Reisner - 8.2.3-1 +- New upstream release. + +* Fri Nov 2 2007 Philipp Reisner - 8.2.1-1 +- New upstream release. + +* Fri Sep 28 2007 Philipp Reisner - 8.2.0-1 +- New upstream release. + +* Mon Sep 3 2007 Philipp Reisner - 8.0.6-1 +- New upstream release. + +* Fri Aug 3 2007 Philipp Reisner - 8.0.5-1 +- New upstream release. + +* Wed Jun 27 2007 Philipp Reisner - 8.0.4-1 +- New upstream release. + +* Mon May 7 2007 Philipp Reisner - 8.0.3-1 +- New upstream release. + +* Fri Apr 6 2007 Philipp Reisner - 8.0.2-1 +- New upstream release. + +* Mon Mar 3 2007 Philipp Reisner - 8.0.1-1 +- New upstream release. + +* Wed Jan 24 2007 Philipp Reisner - 8.0.0-1 +- New upstream release. + diff --git a/drbd-8.3.9-1.spec b/drbd-8.3.9-1.spec deleted file mode 100755 index 78a599e..0000000 --- a/drbd-8.3.9-1.spec +++ /dev/null @@ -1,362 +0,0 @@ -# Define init script directory. %{_initddir} is available from Fedora -# 9 forward; CentOS knows 5 only %{_initrddir}. Neither are known to -# autoconf... -%{!?_initddir: %{expand: %%global _initddir %{_initrddir}}} - -# Compatibility macro wrappers for legacy RPM versions that do not -# support conditional builds -%{!?bcond_without: %{expand: %%global bcond_without() %%{expand:%%%%{!?_without_%%{1}:%%%%global with_%%{1} 1}}}} -%{!?bcond_with: %{expand: %%global bcond_with() %%{expand:%%%%{?_with_%%{1}:%%%%global with_%%{1} 1}}}} -%{!?with: %{expand: %%global with() %%{expand:%%%%{?with_%%{1}:1}%%%%{!?with_%%{1}:0}}}} -%{!?without: %{expand: %%global without() %%{expand:%%%%{?with_%%{1}:0}%%%%{!?with_%%{1}:1}}}} - -# Conditionals -# Invoke "rpmbuild --without " or "rpmbuild --with " -# to disable or enable specific features -%bcond_without udev -%bcond_without pacemaker -%bcond_with rgmanager -%bcond_without heartbeat -# conditionals may not contain "-" nor "_", hence "bashcompletion" -%bcond_without bashcompletion -# --with xen is ignored on any non-x86 architecture -%bcond_without xen -%ifnarch %{ix86} x86_64 -%global _without_xen --without-xen -%endif - -Name: drbd -Summary: DRBD driver for Linux -Version: 8.3.9 -Release: 1%{?dist} -Source: http://oss.linbit.com/%{name}/8.3/%{name}-%{version}.tar.gz -License: GPLv2+ -ExclusiveOS: linux -Group: System Environment/Kernel -URL: http://www.drbd.org/ -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: flex -Requires: %{name}-utils = %{version} -%ifarch %{ix86} x86_64 -%if %{with xen} -Requires: %{name}-xen = %{version} -%endif -%endif -%if %{with udev} -Requires: %{name}-udev = %{version} -BuildRequires: udev -%endif -%if %{with pacemaker} -Requires: %{name}-pacemaker = %{version} -%endif -%if %{with rgmanager} -Requires: %{name}-rgmanager = %{version} -%endif -%if %{with heartbeat} -Requires: %{name}-heartbeat = %{version} -%endif -%if %{with bashcompletion} -Requires: %{name}-bash-completion = %{version} -%endif - -%description -DRBD mirrors a block device over the network to another machine. -Think of it as networked raid 1. It is a building block for -setting up high availability (HA) clusters. - -This is a virtual package, installing the full DRBD userland suite. - -# Just a few docs go into the "drbd" package. Everything else is part -# of one of the drbd-* packages. -%files -%defattr(-,root,root,-) -%doc COPYING -%doc ChangeLog -%doc README - -%package utils -Summary: Management utilities for DRBD -Group: System Environment/Kernel -Requires(post): chkconfig -Requires(preun): chkconfig - -%description utils -DRBD mirrors a block device over the network to another machine. -Think of it as networked raid 1. It is a building block for -setting up high availability (HA) clusters. - -This packages includes the DRBD administration tools. - -%files utils -%defattr(755,root,root,-) -/sbin/drbdsetup -/sbin/drbdadm -/sbin/drbdmeta -%{_initddir}/%{name} -%{_sbindir}/drbd-overview -%dir %{_prefix}/lib/%{name} -%{_prefix}/lib/%{name}/outdate-peer.sh -%{_prefix}/lib/%{name}/snapshot-resync-target-lvm.sh -%{_prefix}/lib/%{name}/unsnapshot-resync-target-lvm.sh -%{_prefix}/lib/%{name}/notify-out-of-sync.sh -%{_prefix}/lib/%{name}/notify-split-brain.sh -%{_prefix}/lib/%{name}/notify-emergency-reboot.sh -%{_prefix}/lib/%{name}/notify-emergency-shutdown.sh -%{_prefix}/lib/%{name}/notify-io-error.sh -%{_prefix}/lib/%{name}/notify-pri-lost-after-sb.sh -%{_prefix}/lib/%{name}/notify-pri-lost.sh -%{_prefix}/lib/%{name}/notify-pri-on-incon-degr.sh -%{_prefix}/lib/%{name}/notify.sh - - -%defattr(-,root,root,-) -%dir %{_var}/lib/%{name} -%config(noreplace) %{_sysconfdir}/drbd.conf -%dir %{_sysconfdir}/drbd.d -%config(noreplace) %{_sysconfdir}/drbd.d/global_common.conf -%{_mandir}/man8/drbd.8.* -%{_mandir}/man8/drbdsetup.8.* -%{_mandir}/man8/drbdadm.8.* -%{_mandir}/man5/drbd.conf.5.* -%{_mandir}/man8/drbdmeta.8.* -%doc scripts/drbd.conf.example -%doc COPYING -%doc ChangeLog -%doc README - -%ifarch %{ix86} x86_64 -%if %{with xen} -%package xen -Summary: Xen block device management script for DRBD -Group: System Environment/Kernel -Requires: %{name}-utils = %{version}-%{release} -Requires: xen - - -%description xen -This package contains a Xen block device helper script for DRBD, capable of -promoting and demoting DRBD resources as necessary. - -%files xen -%defattr(755,root,root,-) -%{_sysconfdir}/xen/scripts/block-drbd -%endif # with xen -%endif # arch %{ix86} x86_64 - -%if %{with udev} -%package udev -Summary: udev integration scripts for DRBD -Group: System Environment/Kernel -Requires: %{name}-utils = %{version}-%{release}, udev - - -%description udev -This package contains udev helper scripts for DRBD, managing symlinks to -DRBD devices in /dev/drbd/by-res and /dev/drbd/by-disk. - -%files udev -%defattr(-,root,root,-) -%config %{_sysconfdir}/udev/rules.d/65-drbd.rules* -%endif # with udev - -%if %{with pacemaker} -%package pacemaker -Summary: Pacemaker resource agent for DRBD -Group: System Environment/Base -Requires: %{name}-utils = %{version}-%{release} -Requires: pacemaker -License: GPLv2 - - -%description pacemaker -This package contains the master/slave DRBD resource agent for the -Pacemaker High Availability cluster manager. - -%files pacemaker -%defattr(755,root,root,-) -%{_prefix}/lib/%{name}/crm-fence-peer.sh -%{_prefix}/lib/%{name}/crm-unfence-peer.sh -%{_prefix}/lib/ocf/resource.d/linbit/drbd -%endif # with pacemaker - -%if %{with rgmanager} -%package rgmanager -Summary: Red Hat Cluster Suite agent for DRBD -Group: System Environment/Base -Requires: %{name}-utils = %{version}-%{release}, rgmanager < 3 -Conflicts: resource-agents >= 3 - - -%description rgmanager -This package contains the DRBD resource agent for the Red Hat Cluster Suite -resource manager. - -As of Red Hat Cluster Suite 3.0.1, the DRBD resource agent is included -in the Cluster distribution. - -%files rgmanager -%defattr(755,root,root,-) -%{_datadir}/cluster/drbd.sh - -%defattr(-,root,root,-) -%{_datadir}/cluster/drbd.metadata -%endif # with rgmanager - -%if %{with heartbeat} -%package heartbeat -Summary: Heartbeat resource agent for DRBD -Group: System Environment/Base -Requires: %{name}-utils = %{version}-%{release} -Requires: heartbeat -License: GPLv2 - - -%description heartbeat -This package contains the DRBD resource agents for the Heartbeat cluster -resource manager (in v1 compatibility mode). - -%files heartbeat -%defattr(755,root,root,-) -%{_sysconfdir}/ha.d/resource.d/drbddisk -%{_sysconfdir}/ha.d/resource.d/drbdupper - -%defattr(-,root,root,-) -%{_mandir}/man8/drbddisk.8.* -%endif # with heartbeat - -%if %{with bashcompletion} -%package bash-completion -Summary: Programmable bash completion support for drbdadm -Group: System Environment/Base -Requires: %{name}-utils = %{version}-%{release} -Requires: bash-completion - - -%description bash-completion -This package contains programmable bash completion support for the drbdadm -management utility. - -%files bash-completion -%defattr(-,root,root,-) -%config %{_sysconfdir}/bash_completion.d/drbdadm* -%endif # with bashcompletion - - -%prep -%setup -q - -%build -%configure \ - --with-utils \ - --without-km \ - %{?_without_udev} \ - %{?_without_xen} \ - %{?_without_pacemaker} \ - %{?_without_heartbeat} \ - %{?_with_rgmanager} \ - %{?_without_bashcompletion} \ - --with-initdir=%{_initddir} -make %{?_smp_mflags} - -%install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} - -%clean -rm -rf %{buildroot} - -%post utils -chkconfig --add drbd -%if %{without udev} -for i in `seq 0 15` ; do - test -b /dev/drbd$i || mknod -m 0660 /dev/drbd$i b 147 $i; -done -%endif #without udev - -%preun utils -if [ $1 -eq 0 ]; then - %{_initrddir}/drbd stop >/dev/null 2>&1 - /sbin/chkconfig --del drbd -fi - - -%changelog -* Mon Mar 14 2011 Major Hayden - 8.3.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Thu Jan 13 2010 Philipp Reisner - 8.3.7-1 -- New upstream release. - -* Thu Nov 8 2009 Philipp Reisner - 8.3.6-1 -- New upstream release. - -* Thu Oct 27 2009 Philipp Reisner - 8.3.5-1 -- New upstream release. - -* Wed Oct 21 2009 Florian Haas - 8.3.4-12 -- Packaging makeover. - -* Thu Oct 6 2009 Philipp Reisner - 8.3.4-1 -- New upstream release. - -* Thu Oct 5 2009 Philipp Reisner - 8.3.3-1 -- New upstream release. - -* Fri Jul 3 2009 Philipp Reisner - 8.3.2-1 -- New upstream release. - -* Fri Mar 27 2009 Philipp Reisner - 8.3.1-1 -- New upstream release. - -* Thu Dec 18 2008 Philipp Reisner - 8.3.0-1 -- New upstream release. - -* Thu Nov 12 2008 Philipp Reisner - 8.2.7-1 -- New upstream release. - -* Fri May 30 2008 Philipp Reisner - 8.2.6-1 -- New upstream release. - -* Tue Feb 12 2008 Philipp Reisner - 8.2.5-1 -- New upstream release. - -* Fri Jan 11 2008 Philipp Reisner - 8.2.4-1 -- New upstream release. - -* Wed Jan 9 2008 Philipp Reisner - 8.2.3-1 -- New upstream release. - -* Fri Nov 2 2007 Philipp Reisner - 8.2.1-1 -- New upstream release. - -* Fri Sep 28 2007 Philipp Reisner - 8.2.0-1 -- New upstream release. - -* Mon Sep 3 2007 Philipp Reisner - 8.0.6-1 -- New upstream release. - -* Fri Aug 3 2007 Philipp Reisner - 8.0.5-1 -- New upstream release. - -* Wed Jun 27 2007 Philipp Reisner - 8.0.4-1 -- New upstream release. - -* Mon May 7 2007 Philipp Reisner - 8.0.3-1 -- New upstream release. - -* Fri Apr 6 2007 Philipp Reisner - 8.0.2-1 -- New upstream release. - -* Mon Mar 3 2007 Philipp Reisner - 8.0.1-1 -- New upstream release. - -* Wed Jan 24 2007 Philipp Reisner - 8.0.0-1 -- New upstream release. - diff --git a/sources b/sources index d776121..9b7ff76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fda3bc1f3f42f3066df33dcb0aa14f2a drbd-8.3.9.tar.gz +e47a35a80143b72e9708844efbe2e608 drbd-8.3.11.tar.gz