Fix spec file after mass rebuild script broke subpackage release tags.
This commit is contained in:
parent
1a983cd241
commit
5a9d48f56b
11
lvm2.spec
11
lvm2.spec
@ -39,7 +39,7 @@
|
||||
Summary: Userland logical volume management tools
|
||||
Name: lvm2
|
||||
Version: 2.02.106
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/lvm2
|
||||
@ -470,7 +470,6 @@ fi
|
||||
%package -n device-mapper
|
||||
Summary: Device mapper utility
|
||||
Version: %{device_mapper_version}
|
||||
Release: %{release}.1
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: http://sources.redhat.com/dm
|
||||
@ -499,7 +498,6 @@ for the kernel device-mapper.
|
||||
%package -n device-mapper-devel
|
||||
Summary: Development libraries and headers for device-mapper
|
||||
Version: %{device_mapper_version}
|
||||
Release: %{release}.1
|
||||
License: LGPLv2
|
||||
Group: Development/Libraries
|
||||
Requires: device-mapper = %{device_mapper_version}-%{release}
|
||||
@ -518,7 +516,6 @@ the device-mapper libraries.
|
||||
%package -n device-mapper-libs
|
||||
Summary: Device-mapper shared library
|
||||
Version: %{device_mapper_version}
|
||||
Release: %{release}.1
|
||||
License: LGPLv2
|
||||
Group: System Environment/Libraries
|
||||
Requires: device-mapper = %{device_mapper_version}-%{release}
|
||||
@ -538,7 +535,6 @@ This package contains the device-mapper shared library, libdevmapper.
|
||||
Summary: Device-mapper event daemon
|
||||
Group: System Environment/Base
|
||||
Version: %{device_mapper_version}
|
||||
Release: %{release}.1
|
||||
Requires: device-mapper = %{device_mapper_version}-%{release}
|
||||
Requires: device-mapper-event-libs = %{device_mapper_version}-%{release}
|
||||
Requires(post): systemd-units
|
||||
@ -568,7 +564,6 @@ fi
|
||||
%package -n device-mapper-event-libs
|
||||
Summary: Device-mapper event daemon shared library
|
||||
Version: %{device_mapper_version}
|
||||
Release: %{release}.1
|
||||
License: LGPLv2
|
||||
Group: System Environment/Libraries
|
||||
|
||||
@ -587,7 +582,6 @@ libdevmapper-event.
|
||||
%package -n device-mapper-event-devel
|
||||
Summary: Development libraries and headers for the device-mapper event daemon
|
||||
Version: %{device_mapper_version}
|
||||
Release: %{release}.1
|
||||
License: LGPLv2
|
||||
Group: Development/Libraries
|
||||
Requires: device-mapper-event = %{device_mapper_version}-%{release}
|
||||
@ -604,6 +598,9 @@ the device-mapper event library.
|
||||
%{_libdir}/pkgconfig/devmapper-event.pc
|
||||
|
||||
%changelog
|
||||
* Mon Jun 09 2014 Alasdair Kergon <agk@redhat.com> - 2.02.106-5
|
||||
- Remove separate sub-package release tags to fix last commit.
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.02.106-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user