diff --git a/systemd-mini.changes b/systemd-mini.changes index 929ea77d..3d58685a 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 21 19:23:32 UTC 2014 - coolo@suse.com + +- fix file list of systemd.pc + ------------------------------------------------------------------- Wed May 21 13:24:13 UTC 2014 - werner@suse.de diff --git a/systemd-mini.spec b/systemd-mini.spec index e8b1219b..d75bed5b 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -1632,6 +1632,9 @@ exit 0 %{_datadir}/zsh/site-functions/* %ghost %{_localstatedir}/lib/systemd/backlight %ghost %{_localstatedir}/lib/systemd/random-seed +%if 0%{?suse_version} > 1310 +%{_datadir}/pkgconfig/systemd.pc +%endif %if ! 0%{?bootstrap} %files bash-completion -f files.completion @@ -1641,10 +1644,6 @@ exit 0 %{_datadir}/bash-completion/completions/* %endif -%if 0%{?suse_version} > 1310 -%{_datadir}/pkgconfig/systemd.pc -%endif - %files devel %defattr(-,root,root,-) %{_libdir}/libsystemd.so diff --git a/systemd.changes b/systemd.changes index 929ea77d..3d58685a 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 21 19:23:32 UTC 2014 - coolo@suse.com + +- fix file list of systemd.pc + ------------------------------------------------------------------- Wed May 21 13:24:13 UTC 2014 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 1af650af..88a3b8ab 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1627,6 +1627,9 @@ exit 0 %{_datadir}/zsh/site-functions/* %ghost %{_localstatedir}/lib/systemd/backlight %ghost %{_localstatedir}/lib/systemd/random-seed +%if 0%{?suse_version} > 1310 +%{_datadir}/pkgconfig/systemd.pc +%endif %if ! 0%{?bootstrap} %files bash-completion -f files.completion @@ -1636,10 +1639,6 @@ exit 0 %{_datadir}/bash-completion/completions/* %endif -%if 0%{?suse_version} > 1310 -%{_datadir}/pkgconfig/systemd.pc -%endif - %files devel %defattr(-,root,root,-) %{_libdir}/libsystemd.so