forked from pool/libsemanage
This commit is contained in:
parent
c407f15ff4
commit
da747f9cb8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 22 16:17:23 CEST 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- fix debug_packages_requires define
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 23 12:52:32 CEST 2008 - prusnak@suse.cz
|
Tue Sep 23 12:52:32 CEST 2008 - prusnak@suse.cz
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ BuildRequires: libsepol-devel >= %{libsepol_ver}
|
|||||||
|
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.0.27
|
Version: 2.0.27
|
||||||
Release: 2
|
Release: 3
|
||||||
Url: http://www.nsa.gov/selinux/
|
Url: http://www.nsa.gov/selinux/
|
||||||
License: LGPL v2.1 only
|
License: LGPL v2.1 only
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -33,7 +33,7 @@ Summary: SELinux binary policy manipulation library
|
|||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-%{version}-rhat.patch
|
Patch0: %{name}-%{version}-rhat.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define debug_package_requires libsemanage1 = %{version}
|
%define debug_package_requires libsemanage1 = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Security-enhanced Linux is a feature of the Linux(R) kernel and a
|
Security-enhanced Linux is a feature of the Linux(R) kernel and a
|
||||||
@ -168,6 +168,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/python*/site-packages/*
|
%{_libdir}/python*/site-packages/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 22 2008 mrueckert@suse.de
|
||||||
|
- fix debug_packages_requires define
|
||||||
* Tue Sep 23 2008 prusnak@suse.cz
|
* Tue Sep 23 2008 prusnak@suse.cz
|
||||||
- require only version, not release [bnc#429053]
|
- require only version, not release [bnc#429053]
|
||||||
* Tue Sep 02 2008 prusnak@suse.cz
|
* Tue Sep 02 2008 prusnak@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user